pyqt4
(Py)Qt: problem with image downloading
guys I want to display some images with their captions in QTextEdit. I have a dictionary with captions and corresponding URLs. The problem is when I post a requestwith QNetworkAccessManager and wait f[详细]
2023-03-06 10:19 分类:问答pyqt4 Button image doesnt appear in .app
I create an .app using py2app, and the GUI was made with pyqt4, and one of the buttons has an image on ti, but when i run the app the image doesnt appear and wh开发者_JAVA技巧en i run it on the termin[详细]
2023-03-06 03:16 分类:问答QWebView mailto problem
I\'m using the QWebView element in a PyQt application and mailto lin开发者_如何学Goks do not seem to work. When I click on them nothing happens and[详细]
2023-03-05 01:14 分类:问答Check all dependencies of python software before installing in window
i make the single exe file for installing my software in window using \"python setup.py bdist_wininst\" but when install this software using exe it check only for python install in system or not , it[详细]
2023-03-04 10:03 分类:问答Any flaw in the logic of using qtimer and qthread?
I have a GUI developed using pyqt4 which has a run button. on run button click, I invoke a timer and a thread. the timer keeps monitoring the thread. on the thread I invoke a command prompt to execute[详细]
2023-03-04 05:54 分类:问答pyqt4: how to show a modeless dialog?
for the life of me I can\'t figure this out... on a button press I have the code: @QtCore.pyqtSlot(): def buttonPressed(self):[详细]
2023-03-03 03:07 分类:问答Problem when invoking command prompt from a python script
I would like some help towards invoking a command prompt (& passing some argument to the command prompt) from a python script.[详细]
2023-03-02 22:45 分类:问答pyqt: connect signal dynamically with user-supplied variables?
I create a dialog with a custom class: d = ModifyRect(ctrl_name, rect_name) It is shown modelessly. When it is accepted or rejected, I want to call a function on my MainWindow passing in these two[详细]
2023-03-02 20:28 分类:问答How do I compile a PyQt script (.py) to a single standalone executable file for windows (.exe) and/or linux?
I started to fiddle with PyQt, and made a \"beautiful\" script from the pyqt whitepaper example app (pastebin)[详细]
2023-03-02 17:06 分类:问答PyQt4: how to make undercorated window with reserved space
I\'d like to make a panel-like application using PyQt4 for Linux. for this i need the window i created:[详细]
2023-03-02 01:45 分类:问答