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

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 Do I Add A Layout To A Qtablewidget In Pyqt?

I have my qtablewidget defined like this: def __init__(self, parent = None): super(Window, … Read more How Do I Add A Layout To A Qtablewidget In Pyqt?

How To Update Ui With Output From Qprocess Loop Without The Ui Freezing?

I am wanting to have a list of commands being processed through a QProcess and have its output be a… Read more How To Update Ui With Output From Qprocess Loop Without The Ui Freezing?

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

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

Os X + Qt: How To Capture All Key-press Events In The Entire Gui?

I have a basic question about Qt and Mac OS X. If I define a QMainWindow class and define a keyPres… Read more Os X + Qt: How To Capture All Key-press Events In The Entire Gui?

Qtgui.qidentityproxymodel Missing In Pyside?

I want to write my own proxy model to 'flatten' a tree-like model (i.e. some items might ha… Read more Qtgui.qidentityproxymodel Missing In Pyside?

Waiting In For Loop Until Qradiobutton Get Checked Everytime?

I have a situation where i need to get Pass/Fail from tester for every test step in PySide GUI. Now… Read more Waiting In For Loop Until Qradiobutton Get Checked Everytime?

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

Qt Stylesheets - How To Remove Dead Space

I am creating a simple plotting application using PySide and have a problem with loads of dead spac… Read more Qt Stylesheets - How To Remove Dead Space

Convert A List Of Delimited Strings To A Tree/nested Dict, Using Python

I am trying to convert a list of dot-separated strings, e.g. ['one.two.three.four', 'on… Read more Convert A List Of Delimited Strings To A Tree/nested Dict, Using Python

Qwizard: Change Height/dimensions Of Title Field

I'm currently trying to implement a simple 'First steps' Wizard for a Python/Qt applica… Read more Qwizard: Change Height/dimensions Of Title Field

Python Copy.deepcopy() Fails Without Raising Warning, Exception Or Error

This question is related to another question I posted yesterday, although it is much more general i… Read more Python Copy.deepcopy() Fails Without Raising Warning, Exception Or Error

Python Import Error For Modules Installed With Homebrew

I've already installed PySide using homebrew, but I get an error when my scripts run things suc… Read more Python Import Error For Modules Installed With Homebrew

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

Qmetaobject::invokemethod Doesn't Find Methods With Parameters

This is a follow up of QMetaObject::invokeMethod doesn't find the method. Invoking a method wit… Read more Qmetaobject::invokemethod Doesn't Find Methods With Parameters

Force Keyboard Focus To Lineedit Qt

I'm trying to develop an overlay PopUp for Windows that's triggered by a global keybind, wh… Read more Force Keyboard Focus To Lineedit Qt

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

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

Qtdesigner & Pyside: Qtablewidget Don't Get Accessible

I made a form in QtDesigner. This form gets loaded from PySide with help of the function widget = l… Read more Qtdesigner & Pyside: Qtablewidget Don't Get Accessible