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

Resize Column Width To Fit Into The Qtablewidget Pyqt

I've googled around but I'm not able to find a solution to my problem. I have a QTableWidge… Read more Resize Column Width To Fit Into The Qtablewidget Pyqt

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

Implement A Cancel Button With Qt In Python

This question is probably dumb, but to give some background: I have been given a bunch of code of a… Read more Implement A Cancel Button With Qt In Python

Pyqt4: Less Round-about Way Of Removing Item From Qlistwidget?

I want to remove an item whose name I know. I came up with: item = lw.findItems(name, QtCore.Qt.Mat… Read more Pyqt4: Less Round-about Way Of Removing Item From Qlistwidget?

Pluggable Python Program

I want to make a PyQt4 program that supports plugins. Basically I want the user to be able to write… Read more Pluggable Python Program

Cx_freeze: Qodbc Driver Not Loaded

my python application looks like: test.py from PyQt4 import QtCore from PyQt4 import QtGui from Py… Read more Cx_freeze: Qodbc Driver Not Loaded

Pyqt4 Qprocess State Always 0, Various Slots Not Working Too

I am trying to figure out the way QProcess (Linux!) works because I'm going to need it for a pr… Read more Pyqt4 Qprocess State Always 0, Various Slots Not Working Too

Select Text Of Textedit Object With Qtextcursor, Qtextedit

I have a textEdit field and I want to process some selected text within this field (but not the for… Read more Select Text Of Textedit Object With Qtextcursor, Qtextedit

Qthread Updating Ui Statusbar?

I have a simple pyqt gui which creates a qthread to open a file and read some information. I want … Read more Qthread Updating Ui Statusbar?

Python Qtreewidget Button Insert Skipping Every Second Line

I have the following code where I use python and Qt to make a ui where I can see the data that is i… Read more Python Qtreewidget Button Insert Skipping Every Second Line

How Do I Hide The Console Window For My App?

Possible Duplicate: How can I hide the console window in a PyQt app running on Windows? I've … Read more How Do I Hide The Console Window For My App?

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

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?

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

Is There Any Way To Remove A Qwidget In A Qgridlayout?

What I want is to completely remove a widget (purge it, delete it, etc...), but it's in a gridl… Read more Is There Any Way To Remove A Qwidget In A Qgridlayout?

Qt Qitemselectionmodel To Ignore Columns?

I am trying to restrict selection of a tree to a particular column. I am using delegates heavily t… Read more Qt Qitemselectionmodel To Ignore Columns?

Os.walk Analogue In Pyqt

Before I can continue to implement recursive dir/file search with some filtering for some tasks I w… Read more Os.walk Analogue In Pyqt

How To Format The List Items Of Qcompleter's Popup List Properly?

I want to investigate how to make a small user interface in which a user can type some letters and … Read more How To Format The List Items Of Qcompleter's Popup List Properly?

How To Fix An Unknown Error When Cross Compiling My Qt Application To Raspberry-pi3

my program (QT/C++)is using a python module to download some video from google drive, it's work… Read more How To Fix An Unknown Error When Cross Compiling My Qt Application To Raspberry-pi3

Stylesheet For Nested Custom Widget Not Applied

I expect the following code to show a small black area inside outer main window: class Canvas(QWidg… Read more Stylesheet For Nested Custom Widget Not Applied