Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qt

Drag N Drop Button And Drop-down Menu Pyqt/qt Designer

I would like to know the 'best practice' to change the behavior of some buttons to do the f… Read more Drag N Drop Button And Drop-down Menu Pyqt/qt Designer

Blinking Widget With Pyqt

I simply want some elements inside a QDialog to be blinking (altering background color). Now prefer… Read more Blinking Widget With Pyqt

Placeholder Text Not Showing (pyside/pyqt)

Learning PySide, I'm tweaking a text edit widget (QLineEdit) and trying to set the placeholder … Read more Placeholder Text Not Showing (pyside/pyqt)

Creating And Colorizing New Constructs On A Existing Scintilla Lexer

All, I'm using QScintilla to syntax-highlight my domain specific language (DSL). Since my DSL i… Read more Creating And Colorizing New Constructs On A Existing Scintilla Lexer

Qt Statusbar Color

I'm using Qt with Python, and I've got a mainwindow with a status bar at the bottom. I can… Read more Qt Statusbar Color

Pyqt5 Stylesheet Animation

I am using PyQt5 to build an app with multiple buttons. What I am trying to accomplish is to create… Read more Pyqt5 Stylesheet Animation

Python Program Crashes Because Of Ntdll.dll And Qtgui4.dll

I have designed a Python software to collect data from my microcontroller and make live plots: I h… Read more Python Program Crashes Because Of Ntdll.dll And Qtgui4.dll

Pyqt Qsqldatabase: Qmysql Driver Not Loaded

I am trying to connect to a MySQL database using PyQt5 on Python 3.6 for 64-bit Windows. When I cal… Read more Pyqt Qsqldatabase: Qmysql Driver Not Loaded

Qt Widget With Transparent Background

(I'm using PySide, but I think the answer would be the same/similar for any language bindings).… Read more Qt Widget With Transparent Background

Os X + Qt: How To Capture All Key-press Events In The Entire Gui?

I have a basic question about Qt and Mac OS X. If I define a QMainWindow class and define a keyPres… Read more Os X + Qt: How To Capture All Key-press Events In The Entire Gui?

Qtgui.qidentityproxymodel Missing In Pyside?

I want to write my own proxy model to 'flatten' a tree-like model (i.e. some items might ha… Read more Qtgui.qidentityproxymodel Missing In Pyside?

Mysql Returned Datatype And Python Outputs Different Type For Different Functions

I am having plenty of problems with the MySQL returns and entering it into a Qt table with python. … Read more Mysql Returned Datatype And Python Outputs Different Type For Different Functions

Qt Stylesheets - How To Remove Dead Space

I am creating a simple plotting application using PySide and have a problem with loads of dead spac… Read more Qt Stylesheets - How To Remove Dead Space

Installing Pyside On Mac: Is There A Working Method?

I may be doing something wrong, but I have been trying to install pyside on Mac 10.12 (Sierra). Her… Read more Installing Pyside On Mac: Is There A Working Method?

Importing Resource File To Pyqt Code?

I have seen Qt documentary and a lot of questions less-similar to this one, But i still haven't… Read more Importing Resource File To Pyqt Code?

Creating A C++ Qt Gui For A Python Logic

I was presented with a Python logic for which I need to create a GUI. I want to use Qt for that pur… Read more Creating A C++ Qt Gui For A Python Logic

Efficiently Plot Large Data Sets With Pyqtgraph

I'm trying to generate a matrix of scatter plots and histograms with pyqtgraph. The input (x an… Read more Efficiently Plot Large Data Sets With Pyqtgraph

Cannot Import Qtcore Or Qtgui From Pyqt4

I have found plenty of posts regarding this issue, but no answers that work for me. PROBLEM: I am t… Read more Cannot Import Qtcore Or Qtgui From Pyqt4

How To Inject Widgets Between Qheaderview And Qtableview?

I would like to display widgets between the QHeaderView and the rest of the QTableView, like in the… Read more How To Inject Widgets Between Qheaderview And Qtableview?

Pyqt4 - Drag And Drop

Hey I had been going through this tutorial for understanding drag and drop methods in PyQt4. Howeve… Read more Pyqt4 - Drag And Drop