PyQt
PyQt or PySide - which one to use [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-23 21:42 分类:问答PyQt processing causing GUI lag
I am writing an application in Qt using python that will process a txt file. The user selects a file from their hard drive and the program will open and process it. The main problem I am having is tha[详细]
2023-03-23 13:11 分类:问答PyQt4 Missing in import statement
I tried to download PyQt4 however it no lomger appears to be available, so I downloaded the nearest thing to it that I could find PyQt-win-gpl-4.8.4. The problem is when I try to follow the examples i[详细]
2023-03-23 12:47 分类:问答How do I make the taskbar show my progress bar in PyQt4?
I\'m using PyQt4 to display a progress b开发者_运维百科ar in my application, but I want it to also be seen on the taskbar, just like many programs such as winRAR and google chrome do. Is there a way t[详细]
2023-03-23 12:36 分类:问答pyQt4 QGraphicsView on mouse event help needed
I have done a fair amount of searching for this problem, which is probably trivial. However I am new to pyQT and am completely stuck. Any help would be appreciated.[详细]
2023-03-22 23:51 分类:问答Qt designer: Custom code for custom actions
I\'ve been looking around and I didn\'t found anything yet, except old doc for Qt3 with version 3.x of qt designer.[详细]
2023-03-22 10:36 分类:问答Matplotlib widget in Qtdesigner
I am using Qtdesigner3 to write a python gui that will read data files do some math and then plot the results using matplotlib.I\'ve looked at examples of matplotlib qt, but none of them use the desig[详细]
2023-03-21 05:41 分类:问答Hide Python Launcher icon for new QApplication()
I have a Threaded program that runs in the background that creates one QApplication() per thread, and everytime I got a new Python Launcher icon on my dock.开发者_C百科[详细]
2023-03-21 02:00 分类:问答Create Row dynamically in QListWidget
Hi, I want to create a custome widget. Please help by giving some idea. My intention is to make开发者_如何学JAVA a Listwidget which shows some Information and when clicking particulat row it have to[详细]
2023-03-20 08:36 分类:问答PyQt: Qt.Popup widget sometimes loses focus without closing, becomes unclosable
I\'m writing a very small application with PyQt. All of my testing has been on Ubuntu/gnome so far. I want a single \"Popup\" style window, with no taskbar/panel entry, that will close itself (and th[详细]
2023-03-20 07:58 分类:问答