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

Pyqt: Qpushbutton Delegate In Column Of A Treeview

I know there has been a question with the same goal in C++, but I didn't succeed implementing a… Read more Pyqt: Qpushbutton Delegate In Column Of A Treeview

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

Is It Possible To Get Qwebkit To Display Pdf Files?

i have a link in my QWebkit, which points to a pdf file. But when the link is clicked, it can't… Read more Is It Possible To Get Qwebkit To Display Pdf Files?

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

Pyqt5 Render With Qwebengineview

I want render the webpage to an image offscreen, however when I use following code, the output imag… Read more Pyqt5 Render With Qwebengineview

Using Psycopg2 And Qthreads Together(or Just Postgresql And Qthreads) And Updating Gui

The orderbook in DB always shows the right orderbook, i just want to continually update it in a GUI… Read more Using Psycopg2 And Qthreads Together(or Just Postgresql And Qthreads) And Updating Gui

Pyqt Qtablewidget Extremely Slow

this is the code I use to fill a table drawn in QT Designer. Designed to be universal for any table… Read more Pyqt Qtablewidget Extremely Slow

Pyqt Calendar With Only Year/month View

In Qt Designer, the QDateTimeEdit has the option for a calendar view. By setting the display format… Read more Pyqt Calendar With Only Year/month View

Pyqt Qml Error Console Missing

The title says pretty much everything. Lets say I have this simple application: main.py >>>… Read more Pyqt Qml Error Console Missing

Python Typeerror: __init__() Takes Exactly 4 Arguments (1 Given)

I am working with python plugins for QGIS.I am using python2.5 and pyqt4 .My init method takes 4 ar… Read more Python Typeerror: __init__() Takes Exactly 4 Arguments (1 Given)

Wait For A Delay Before Capture Website Image With Pyqt

I'm working with PyQt (as a Python beginner). I need to be able to take screenshots of a websit… Read more Wait For A Delay Before Capture Website Image With Pyqt

Accessing A Webcam From Pyside / Opencv

I have problems accessing a webcam in a pyside / opencv project. This is a stripped down example t… Read more Accessing A Webcam From Pyside / Opencv

Qtableview Specify Standard Search Field

I have a QTableView with the following code below. It runs fine, but when I am typing the search fi… Read more Qtableview Specify Standard Search Field

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

Overlay Video With Custom Graphics Using Phonon & Pyqt

I am building a eye-tracking data visualization tool using PyQt4 and Phonon module. Essentially, I … Read more Overlay Video With Custom Graphics Using Phonon & Pyqt

Migrating From Inherited Qthread To Worker Model

So through a lot of help in my previous questions (Interrupting QThread sleep and PySide passing si… Read more Migrating From Inherited Qthread To Worker Model

How To Delete Qtreewidgetitem

Several webpages say that QTreeWidgetItem can be deleted by deleting or QTreeWidget.clearing. But m… Read more How To Delete Qtreewidgetitem

Integrating Two Event Handling Programs In Python

I have two programs in Python. Let's call them Prog1.py and Prog2.py . Prog1 is helping me get … Read more Integrating Two Event Handling Programs In Python

Importing Qml From A Resource (qrc) File With Pyside2

I have added a simple QML component ('qml/MyButton') to my 'resource.qrc' file: … Read more Importing Qml From A Resource (qrc) File With Pyside2

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