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

Gdb Pretty Printers For Qt5

Where I can find gdb pretty printers for qt5? I could find only for qt4 on kde developer site. Mayb… Read more Gdb Pretty Printers For Qt5

More Dock Locations Using Pyside?

I like the dock analogy and believe users may want two large 'central' widgets as well as t… Read more More Dock Locations Using Pyside?

Pyside, Qdate; Run A Specific Function Everyday In A Specific Time

I am trying to develop a gui with PySide and I wonder if there is a way to call a function in Pytho… Read more Pyside, Qdate; Run A Specific Function Everyday In A Specific Time

How To Properly Terminate A Qthread From A Gui Application?

I tried using self.terminate() in the QThread class, and also self.thread.terminate() in the GUI cl… Read more How To Properly Terminate A Qthread From A Gui Application?

How Would I Go About Making A Overlay Widget

How would I go about making a overlay widget with qt? I've considered using a QPaintEvent or … Read more How Would I Go About Making A Overlay Widget

How To Return Value From Function Running By Qthread And Queue

Please explain how do we send/receive data from Thread managed by Queue.... First I subclass 'Q… Read more How To Return Value From Function Running By Qthread And Queue

Reading Qaudioprobe Buffer

The Qt documentation (https://doc.qt.io/qtforpython-5/PySide2/QtMultimedia/QAudioBuffer.html) says … Read more Reading Qaudioprobe Buffer

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