I would like to execute a method which can only be called once my QApplication is displayed, i.e. when it has entered its main event loop exec_(). I\'m new to Qt4 (using开发者_开发百科 PyQt4): i was h
I have made a program that has a Toolbar with a few actions on it in Linux. The Toolbar and its actions work perfectly on a Linux OS, but when I run the code on a Windows machine, the actions just don
I\'m wondering, is it possible to attach other tools/widget into a Qt Widget? For example, I wanna att开发者_高级运维ached Firefox to my QWidget,
I have a problem usin pyqt4: here is the code I\'m using, the point is that if in the event handler for the pushOk button clicked I call chiedi_numeri() it does not show me any form, while if I call c
Could anyone help me understand the following behaviou开发者_如何学JAVAr?If I run this PyQt script I can generate a simple window with a QTreeView with multiple child items:
I\'ve got this pro开发者_开发技巧blem with a project that involves programming in Python. I made this class with which a screen pops up and so allowing me to open a xls file.
Trying to use this following script to load a page so that I can access the page with javascript executed. I would like to log in and look at the resultant page (https://www.thomsononeim.com/v-hom.asp
I want to remove an 开发者_开发技巧item whose name I know. I came up with: item = lw.findItems(name, QtCore.Qt.MatchExactly)[0]
I\'ve seen questions asked here before about Python and copying files, but I have a different scenario to deal with.
hope someone of you can help me. I have a QGraphicsView, that is displaying a jpeg. The jpeg is much bigger than the QGraphicsView, so you can drag the jpeg (with the mouse). Over that jpeg I want to