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

Pyqt Emit Signal From Threading Thread

I'm trying to update a pyqt QProgressBar from multiple threads, and from what I understand the … Read more Pyqt Emit Signal From Threading Thread

Pyqt: 'dynamically' Append To Qtextedit From Function

There is a button in my pyqt gui that when clicked runs a function that does some lengthy math calc… Read more Pyqt: 'dynamically' Append To Qtextedit From Function

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?

How To Change Font Size Of First Item In Combo Box Pyqt4

How do I change the font of the displayed item in the Combo Box. When the Combo Box displays all t… Read more How To Change Font Size Of First Item In Combo Box Pyqt4

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)

Pyinstaller 3.2 Build Pyqt4/python2.7 To Onefile Exe, Can Not Run Missing Msvcr100.dll?

As title, Build successful, but the exe can't run. can not found msvcr100.dll. I can put msvcr1… Read more Pyinstaller 3.2 Build Pyqt4/python2.7 To Onefile Exe, Can Not Run Missing Msvcr100.dll?

Python3 & Pyqt4 & Cx_freeze: No Module Named 'sip'

I just recently learned some python & pyqt basics, and today i wanted to convert a program I ma… Read more Python3 & Pyqt4 & Cx_freeze: No Module Named 'sip'

Python 3 Pyqt4 Updating Gui With Variables From Multiple Modules/classes

I've written a large program with nested classes/threads and multiple modules. I would now lik… Read more Python 3 Pyqt4 Updating Gui With Variables From Multiple Modules/classes