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
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
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
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
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
for the life of me I can\'t figure this out... on a button press I have the code: @QtCore.pyqtSlot(): def buttonPressed(self):
I would like some help towards invoking a command prompt (& passing some argument to the command prompt) from a python script.
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
I started to fiddle with PyQt, and made a \"beautiful\" script from the pyqt whitepaper example app (pastebin)
I\'d like to make a panel-like application using PyQt4 for Linux. for this i need the window i created: