Top "Pyqt" questions

PyQt is a set of Python v2 and v3 bindings for The Qt Company's Qt application framework and runs on all platforms supported by Qt including Windows, macOS, Linux, iOS and Android

What ide is good for developing PyQt apps?

What ide is good for developing PyQt apps?

ide pyqt add-in
python: Process finished with exit code 1 when using PyCharm and PyQt5

I have three Python(3.4.3) scripts. One of them is for controlling the .ui file generated by PyQt5. When I run …

python pyqt pycharm pyqt5
How to get a current Item's info from QtGui.QListWidget?

Created a QtGui.QListWidget list widget: myListWidget = QtGui.QListWidget() Populated this ListWidget with QListWidgetItem list items: for word in ['cat', …

python listview pyqt listviewitem
Proper way to quit/exit a PyQt program

I have a script which has a login screen and if the cancel button is pressed, I want to exit …

python pyqt pyqt5
Updating GUI elements in MultiThreaded PyQT

I was researching for some time to find information how to do multithreaded program using PyQT, updating GUI to show …

python multithreading pyqt
Refreshing a QWidget

I've been having this issue a lot of times. When I modify some properties of a QWidget after the widget.…

python qt python-2.7 pyqt vtk
Should wildcard import be avoided?

I'm using PyQt and am running into this issue. If my import statements are: from PyQt4.QtCore import * from PyQt4.…

python pyqt pyqt4 pylint python-import
QWidget resize signal?

I want to take an action when a widget was resized. Is there a way to catch that without installing …

qt qt4 pyqt pyqt4
PyQt give color to a specific element

This might be an easy question, but I'm trying to give a color to a specific QLabel in my application …

python pyqt pyqt4 qtstylesheets qlabel
python QLineEdit Text Color

I am trying to create a demonstration app to show how to change font colors. I can do it in …

python pyqt qlineedit