PyQt is a set of Python bindings for Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux.
I'm trying to get the title of the active window. The application is a background task so if the user …
python linux pyqt4I have an app with a lot of QDockWidgets and without central widget. I want to set some of those …
python qt pyqt pyqt4 qdockwidgetI am trying to create a layout looking like this: _________ | | | |1 | 2 | |__|______| | 3 | 4 | |____|____| Basically, I want cell number 1 the first row to be …
python pyqt pyqt4 qlayout qgridlayoutI have made a qss file of pyqt stylsheet and how am i supposed to call the file content and …
python pyqt4 pyside stylesheetI'm trying to create a QGridLayout in PyQt4, and I can't figure out for the life of me how to …
python pyqt4 qtguiI'm using python3 and pyqt4 and I want some code to run every time my QMainWindow is resized.I would …
python python-3.x pyqt pyqt4 qwidgetThere are two QListWIdgets sitting in a same dialog window. The DragDrop functionality has been enabled for both. If I …
python pyqt4 qlistwidgetStill learning how pyqt works. I want to dynamically generate a customContextMenu and connect with a function. So far I …
python pyqt4 signals-slots qmenuI want to add double clicked attribute for my QListWidget objects. My command line does not work: self.connect(self.…
python pyqt pyqt4 signals-slots qlistwidget