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

Qt: No Border On Buttons Making Them Non-clickable?

I'm trying to set a style to a button so that it has no border, but it seems the lack of border… Read more Qt: No Border On Buttons Making Them Non-clickable?

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?

Qcompleter Supporting Multiple Items Like Stackoverflow Tag Field

Is there a way to make the QCompleter for pyside work more similar to how the Tag editor here on St… Read more Qcompleter Supporting Multiple Items Like Stackoverflow Tag Field

Differentiate Single Click From Double Click In Pyside

I have tried to implement in Pyside the method described in How to distinguish between mouseRelease… Read more Differentiate Single Click From Double Click In Pyside

Pdf With Qwebview: Missing Refresh/repaint After Loading

I use the QWebView (python 3.3 + pyside 1.1.2 + Qt 4.8) as FileViewer. Picture, Text, HTML, ... all… Read more Pdf With Qwebview: Missing Refresh/repaint After Loading

Ubuntu - Pyside Module Not Found For Python2 But Works Fine For Python3

I had PyQt4 running fine with python2 on Ubuntu 12.04. I then installed python-PySide. But the in… Read more Ubuntu - Pyside Module Not Found For Python2 But Works Fine For Python3

Qtreeview With Custom Items

I'm writing my first Qt application with PySide and am having some trouble creating a custom tr… Read more Qtreeview With Custom Items

How To Make Subclass Of Qstyleditemdelegate React Properly On Mouse Hover In A Qlistview In Pyside/pyqt?

On my way to solve the problems I stated in earlier questions (question 1, question 2) alone, I suc… Read more How To Make Subclass Of Qstyleditemdelegate React Properly On Mouse Hover In A Qlistview In Pyside/pyqt?

Failed To Extract Plugin Meta Data From Qtquick2plugin.dll In Pyside Application

I have my first qt quick 2 pyside application,my app don't run and show below error main.py fil… Read more Failed To Extract Plugin Meta Data From Qtquick2plugin.dll In Pyside Application

Pyside: Separating A Spritesheet / Separating An Image Into Contiguous Regions Of Color

I'm working on a program in which I need to separate spritesheets, or in other words, separate … Read more Pyside: Separating A Spritesheet / Separating An Image Into Contiguous Regions Of Color

Qsettings(): How To Save To Current Working Directory

For an app that can be run directly from a flash/pen/usb/jump/thumb drive, for portability in movin… Read more Qsettings(): How To Save To Current Working Directory

Python Qt Bindings: Setcosmetic() And Scenerect(), Problems With Margins

With the following simple example (which works well with either PySide or PyQt4): import sys import… Read more Python Qt Bindings: Setcosmetic() And Scenerect(), Problems With Margins

Qt Checkbox Delegate Generates Two Checkboxes

I am trying to implement some kind of list view within a PySide GUI which gives the user the opport… Read more Qt Checkbox Delegate Generates Two Checkboxes

Shiboken Cannot Be Imported

Because of issues discussed at this answer, I want to import the shiboken module. When I try import… Read more Shiboken Cannot Be Imported

Pyside Qwebview And Downloading Unsupported Content

Below is the code for a minimal browser using PySide for demoing webapps and the like. It generally… Read more Pyside Qwebview And Downloading Unsupported Content

How To Style (rich Text) In Qlistwidgetitem And Qcombobox Items? (pyqt/pyside)

I have found similar questions being asked, but without answers or where the answer is an alternati… Read more How To Style (rich Text) In Qlistwidgetitem And Qcombobox Items? (pyqt/pyside)

Prevent Tab Cycling With Ctrl+tab By Default With Qtabwidget

I have the following example code that makes a three tab layout (with buttons on the third tab). By… Read more Prevent Tab Cycling With Ctrl+tab By Default With Qtabwidget

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)

How To Add Items To A Qcombobox In Pyqt/pyside

I need some help adding some items to a QComboBox. So I have two comboboxes, and one populates the … Read more How To Add Items To A Qcombobox In Pyqt/pyside

Pyqt Ui Event Control Segregation

I am a beginner in python but my OOPS concept from Java and Android are strong enough to motivate … Read more Pyqt Ui Event Control Segregation