TUTORIAL - Import SVG Images Without Deformation [ PySide Or PyQt ] [ MODERN GUI ]

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 14

  • @WandersonItsMe
    @WandersonItsMe  3 ปีที่แล้ว +1

    //// DOWNLOAD SOURCE CODE ////
    🔗 Patreon: www.patreon.com/WandersonIsMyName

  • @piotrrywczak
    @piotrrywczak ปีที่แล้ว +1

    but what if I already have a svgWidget placed, using the pyqt designer? I don't want to recreate the widget, i just want to display something on it. I literally need a self.svgwidged.display("filename.svg"), why can't PyQ5 be simple like that? :(

  • @sagnikbhaumik6986
    @sagnikbhaumik6986 2 ปีที่แล้ว

    Hi wanderson, amazing tutorial as always, but when I run the code, I just get a blank window(White) and the terminal gives me the message: QLayout: Cannot add parent widget QFrame/ to its child layout QVBoxLayout/
    Can you please tell me what's wrong ?
    Thanks.

  • @time7747
    @time7747 2 ปีที่แล้ว

    非常好的教程例子

  • @dhanjibhanderi5515
    @dhanjibhanderi5515 3 ปีที่แล้ว

    how can i learn at beginner level

  • @time7747
    @time7747 2 ปีที่แล้ว

    按照你的例子, 已经完美实现, 非常棒 ! 但qt好像只能读取常规的svg, 特殊的svg会显示错乱

  • @Teo-dw3ti
    @Teo-dw3ti 3 ปีที่แล้ว

    Hey I have a suggestion you can make a library or a framework for PyOneDark for example a tkinter but more beautiful

    • @WandersonItsMe
      @WandersonItsMe  3 ปีที่แล้ว +1

      I would love to create something like that, but it would take months or maybe years to do something like that alone, and unfortunately I don't have time 😕. Maybe PyOneDark is the last project I will do with Qt here on the channel.

    • @Teo-dw3ti
      @Teo-dw3ti 3 ปีที่แล้ว

      @@WandersonItsMe uh so sad

    • @ivanraulsanchezdiaz7499
      @ivanraulsanchezdiaz7499 3 ปีที่แล้ว

      @@WandersonItsMe Cual es tu siguiente paso después de Qt?

  • @ahsanyousuf9011
    @ahsanyousuf9011 3 ปีที่แล้ว

    How we install PyOneDark??

    • @WandersonItsMe
      @WandersonItsMe  3 ปีที่แล้ว

      PyOneDark is not installed, is a GUI, Graphical User Interface, just like PyDracula. Is a project create with PySide6 were you can create your applications based in this GUI: th-cam.com/video/9DnaHg4M_AM/w-d-xo.html

  • @himanshuchauhan1015
    @himanshuchauhan1015 3 ปีที่แล้ว +1

    awesome ❤️❤️
    can we animate it?

    • @WandersonItsMe
      @WandersonItsMe  3 ปีที่แล้ว

      I believe that only basic animations, QSvgRender has an animation function, but I never used it.