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

Dark theme for Qt widgets?

Background I'm building a PyQt5 application, that I'd like to have a dark theme for. Previously I've worked with Android …

qt pyqt qt5 pyqt5 qstyle
How to set application's taskbar icon in Windows 7

How do I set an application's taskbar icon in PyQt4? I have tried setWindowIcon, and it successfully sets the icon …

qt windows-7 pyqt
How to display html using QWebView. Python?

How to display webpage in HTML format in console. import sys from PyQt4.QtGui import QApplication from PyQt4.QtCore import …

python pyqt qwebview
Best way to display logs in pyqt?

I am currently working on a GUI using qt designer. I am wondering how I should go about printing strings …

python pyqt qt-designer
How to create a scrollable QVBoxLayout?

I'm trying to put a QVBoxLayout inside a QScrollArea in order for it to be scrollable vertically. However items don't …

qt pyqt
How to stop a QThread from the GUI

This is a follow up question to a previous one I posted earlier. The problem is how to stop (terminate|…

python pyqt pyqt4 qthread
How exactly does addStretch work in QBoxLayout?

I'm doing a PyQt4 tutorial about box layouts. But I dont understand how addStretch works. If i use vbox.addStretch(1) …

python layout pyqt qboxlayout
PyQt QDialog - returning a value and closing from dialog

I'm working on a user interface in PyQt, and I'm running into a few problems trying to use QDialog. Essentially …

python qt user-interface pyqt qdialog
Get text from qtextedit and assign it to a variable

When I try to get the text from the qtextedit created with PyQt5 Designer I get an error or "Python …

python pyqt pyqt5 qtextedit
PyQt: Always on top

This is on PyQt4, Linux and Python 2.5 Can I make PyQt set my window "always on top" over other applications? …

python pyqt