I am using PyQt4\'s QTextBroswer to display a html link. Whenever users click on the link, a browser will be used to open the internet page.
i have a QTableView , and i need to s开发者_如何学Gohow a popup menu that shows the item properties .
I\'m having issues with a custom signal in a class I made. Relevant code: self.parse_t开发者_如何学Criggered = QtCore.pyqtSignal()
I have a window with 2 QTableWidgets, having their scrolling synchronized. The 1st one usually has horizontal scroll, while the 2nd usually (automatically) not.
I have an application that displays some HTML in a QWebview, which references images on the local file system. This works fine directly running the python. When compiling via py2exe, the images no lon
I would like to have a very short / minimal example of how to create some tabular widget with different types of it开发者_JAVA百科em in it.
I am on centos5. I installed python26 source with a make altinstall. Then I did a: yum install qt4 yum install qt4-devel
stack overflow wont let me post images so heres the link: http://4m0.org/images/qt.png This is 开发者_如何学编程my application. For this question, ignore the top part with the buttons.
I\'m trying to get audio files to crossfade with phonon.I\'m using PyQT4.I have tracks queuing properly, but I\'m stuck with the fade effect.I think I need to be using the KVolumeFader effect.Here\'s
I`m starting with PyQt4 and right now I have a problem with events. I have one main class let say MainWindow. MainWindow has a list of buttons of type ButtonX (inherence form QPushButton). I would li