PyQt
How to double buffering a WebKit page using QWebView and PySide?
I am playing with PySide开发者_StackOverflow社区 and QWebView to provide a WebKit version of a webapp on Windows.[详细]
2023-04-02 05:58 分类:问答How do I get a reference for the current class object?
In Python, how do I get a reference to the current class object within a class statement?Example: def setup_class_members(cls, prefix):[详细]
2023-04-02 01:56 分类:问答PyQt QTreeWidget 'expanded' signal not being caught
I just started maintaining a set of embedded Python plugins for a Qt application. I\'m also new to both PyQt and Python, so bear with me.[详细]
2023-04-01 22:27 分类:问答Is it possible to copy QCombobox to another QCombobox
I use Qt Designer to build my UI layout. On the layout, I have a combobox named cb_fac_cd. In my code I have a function that will automatically build a combobox based on the list I\'m attempting to bu[详细]
2023-04-01 13:52 分类:问答Scaling embedded matplotlib widget in qt application written in python problem
I am writing a simple digital image processing program.To do this I have embedded a mpl widget in my qt application.The user can perform some simple analysis on the image such as box car filter, FFT e[详细]
2023-04-01 10:47 分类:问答PYQT - How to cancel loop in my GUI using cancel button?
I have been strugling with this for some time. I will try to explain what i want to do , maybe you guys could help me.[详细]
2023-03-31 18:23 分类:问答Spawning a QThread containing a socket connection in python
I am currently trying implement a QThread that contains a socket connection. The socket connection runs repeatedly (while 1:) checking for new data received. Once this data is received, it is supposed[详细]
2023-03-31 18:02 分类:问答pyqt gui application packaging for ubuntu
I am really new to packaging. I have developed a music player using pyqt in ubuntu. It has a gui and it uses sqlite database.[详细]
2023-03-31 12:29 分类:问答Exposing child's properties in the parent
I want to create a custom widget that contains a QSpinBox.I want the custom widget to expose some of QSpinBox\'s properties as its own so it can work conveniently in Designer.[详细]
2023-03-31 07:38 分类:问答QWizard: Change height/dimensions of title field
I\'m currently trying to implement a simple \"First steps\" Wizard for a Python/Qt application I\'m working on. This is really easy to do with Designer, but as usual the devil lies in the details.[详细]
2023-03-31 01:34 分类:问答