PyQt Custom Windows

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

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

  • @vujuskteez2947
    @vujuskteez2947 2 ปีที่แล้ว +4

    9:30 right when I just scrolled down checking the video description 😂

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

    I forgot to add an important flag that is responsible for minimization when you press the app icon in the taskbar and that is the Qt.WindowMinimizeButtonHint
    So the full flags would be:
    self.setWindowFlags(Qt.FramelessWindowHint|Qt.WindowMaximizeButtonHint|Qt.WindowMinimizeButtonHint)
    ^ is a python operator called XOR

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

    Man absolutely insane, Can i get the code for this? (No problem if you dont have it.)
    Also you deserve a sub, i am subscribing you man.

    • @MadPonyInteractive
      @MadPonyInteractive  ปีที่แล้ว

      Hi thanks you for the nice words. I havent worked on this for a while but you can check the code in my GitHub: github.com/MadPonyInteractive/MadQt

    • @shahzaibhassan6504
      @shahzaibhassan6504 ปีที่แล้ว

      Thanks!

  • @ta_inez_a451
    @ta_inez_a451 8 หลายเดือนก่อน

    i have gigantic problem with applying Qt. commands, I use Pyqt6 and there type object 'Qt' has no attribute 'FramelessWindowHint'
    I NEED HELP 😢