Top "Pyqt5" questions

Qt5 bindings for Python programming.

How to install PyQt5 on Windows?

When I try installing the PyQt5 on Windows using the command python configure.py I get this error: Error: Make …

python windows qt nmake pyqt5
How to get text in QlineEdit when QpushButton is pressed in a string?

I am trying to implement a function. My code is given below. I want to get the text in lineedit …

python pyqt5 pyqt4 qlineedit
ImportError: No module named PytQt5

following are my python, qt and sip versions root@thura:~# python -V Python 2.7.3 root@thura:~# qmake --version QMake version 3.0 Using …

python pyqt5
How to install PyQt5 in Python 3 (Ubuntu 14.04)

I need to port some code that's Python2+PyQt4 to Python3+PyQt5. I started installing pip3 sudo apt-get install python3…

python-3.x ubuntu-14.04 pyqt5
PyQt5 and QtGui module not found

Is there some reason that QtGui is packaged with PyQt5??? I am using Mark Summerfield's Rapid GUI programming book. Obviously …

qt python-3.x pyqt qtgui pyqt5
PyQt5: How to install/run Qt Designer

Feeling really stupid, right now, but the title says it all: How do you start the QtDesigner? I've installed PyQt5 …

python qt pyqt5 qt-designer
PyQt5 failing import of QtGui

I've just moved from PyQt4 to 5 and I'm having an issue with QtGui. I installed using the 32bit windows installer, …

python python-3.x pyqt pyqt5
PyQt proper use of emit() and pyqtSignal()

I am reading through some documentation on PyQt5 to come up with a simple signal-slot mechanism. I have come to …

python pyqt signals signals-slots pyqt5
How to add items to a combobox in PyQt

I need some help adding some items to a QComboBox. So I have two comboboxes, and one populates the other …

python pyqt pyqt5 pyqt4 qcombobox
How to install PyQt5 in Pycharm?

OK when I try to import the following using PyCharm import sys from PyQt5.QtWidgets import QtGui, QtCore it generates …

pycharm pyqt5