Custom Qt Widgets with python for Qt Designer

前端 未结 3 1318
耶瑟儿~
耶瑟儿~ 2021-02-04 13:49

I am trying to write a custom widget for the Qt Designer using only Python. I was following a couple of tutorials I found online but none of them were working or anything close

3条回答
  •  广开言路
    2021-02-04 14:24

    There are very few examples available on how to make a custom widget in pyqt. I wrote this article with a working example: Making a Custom Widget in PyQt

提交回复
热议问题