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

Pyqt (pyside), Webkit And Exposing Methods From/to Javascript

I am planning to use PyQt to control an embedded WebKit browser on the server side. I have some inh… Read more Pyqt (pyside), Webkit And Exposing Methods From/to Javascript

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

Qt - Pyside - .savegeom() .savestate() (again)

This is a follow on question to Qt - pyside - saveGeometry() saveState() I have a Qt program and cu… Read more Qt - Pyside - .savegeom() .savestate() (again)

Pyside / Pyqt: Simple Way To Bind Multiple Buttons That Shares The Same Functionality

I'm new to PyQt / PySide. I have a lot of line edit (for displaying file location) and for each… Read more Pyside / Pyqt: Simple Way To Bind Multiple Buttons That Shares The Same Functionality

Pandas Df In Editable Qtableview: Remove Check Boxes

I have a pandas dataframe that I would like to present in a QtableView and make it editable. I have… Read more Pandas Df In Editable Qtableview: Remove Check Boxes

Run Multiple Qthreads Concurrently In Python

In the attached code when you click start it creates a QSpinBox and starts counting to 20 in QThrea… Read more Run Multiple Qthreads Concurrently In Python

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

How To Refresh Qtableview When It Is Driven By Model

The code below creates QTableView driven by self.myModel (QAbstractTableModel). 'Show All' … Read more How To Refresh Qtableview When It Is Driven By Model

Signal In Pyside Not Emitted When Called By A Timer

I need to emit a signal periodically. A timer executes certain function, which emits the signal tha… Read more Signal In Pyside Not Emitted When Called By A Timer

How To Provide Data From Pyside Qabstractitemmodel Subclass To Qml Listview?

I have an app I'm writing in PySide that has a QML UI. I have subclassed QAbstractListModel in … Read more How To Provide Data From Pyside Qabstractitemmodel Subclass To Qml Listview?

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)

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

Python Pyside (internal C++ Object Already Deleted)

I recently decided to write my first app with Python and PySide. But I have a problem and hope you … Read more Python Pyside (internal C++ Object Already Deleted)

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

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

How To Plot On My Gui

I'm designing a GUI with PyQt where I need to display a matplotlib/pylab window when I click on… Read more How To Plot On My Gui

Matplotlib And Qt: Mouse Press Event.key Is Always None

I embedded a matplotlib figure in a Qt (PySide) application and I would like to respond to mouse cl… Read more Matplotlib And Qt: Mouse Press Event.key Is Always None

PyQt (PySide), WebKit And Exposing Methods From/to Javascript

I am planning to use PyQt to control an embedded WebKit browser on the server side. I have some inh… Read more PyQt (PySide), WebKit And Exposing Methods From/to Javascript

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?

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