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

Terminate Pyqt Application

If the user interacts with the application, for example pressing a button, and the user clicks then… Read more Terminate Pyqt Application

Issue With Scrollarea In Pyqt?

This is the file I generated using qt-designer. from PyQt4 import QtCore, QtGui try: _fromUtf8… Read more Issue With Scrollarea In Pyqt?

How To Perform A Drag-and-drop Without Holding Down The Mouse Button?

1. Objective My purpose is to build a rightmouse-click-menu like this: When the user clicks on Gra… Read more How To Perform A Drag-and-drop Without Holding Down The Mouse Button?

Qtextedit As A Child Node For Qtreewidgetitem?

Is it possible to add a QTextEdit as a child in QTreeWidget? Here is my code we can create a QTreeW… Read more Qtextedit As A Child Node For Qtreewidgetitem?

Pyqt4 And 64-bit Python

I am trying to get the 64-bit version of python up and running with a program I wrote. That program… Read more Pyqt4 And 64-bit Python

Pyqt5 Gui - Exe Made With Pyinstaller Doesn't Open

I've got a GUI which runs perfectly fine when I execute it from the Anaconda Prompt. I get the … Read more Pyqt5 Gui - Exe Made With Pyinstaller Doesn't Open

Progress Bar With Pyqt

I have a program running many threads, one of them controls the interface and another launches some… Read more Progress Bar With Pyqt

With Pyqt5, Implement Two Windows Looping Forever Automatically

Using PyQt5, I want to implement a two windows displaying one after another automatically, without … Read more With Pyqt5, Implement Two Windows Looping Forever Automatically

Pyqt Integration With Sqlalchemy

I am trying to add a form I created with PyQt into database through Sqlalchemy but I guess somethin… Read more Pyqt Integration With Sqlalchemy

Pyqt5 Render With Qwebengineview

I want render the webpage to an image offscreen, however when I use following code, the output imag… Read more Pyqt5 Render With Qwebengineview

Pyqt Main Window Vs. Dialog

Probably a silly noob question, but here it is (condensed example): I've got some basic code to… Read more Pyqt Main Window Vs. Dialog

Creating Standalone Exe Using Pyinstaller With Mayavi Import

I have a program that helps visualize some data in 3D by plotting a surface and a cloud of points t… Read more Creating Standalone Exe Using Pyinstaller With Mayavi Import

Pyqt. How To Block Clear Selection On Mouse Right Click?

I have a QGraphicsScene and many selectable items. But when I click the right mouse button - desele… Read more Pyqt. How To Block Clear Selection On Mouse Right Click?

Pyqt Main Window Keeps Crashing After Receiving Data From A Thread

i have a QMainWindow that starts a QThread and waits for data from the network. updates UI when it … Read more Pyqt Main Window Keeps Crashing After Receiving Data From A Thread

Multiple Embedded Matplotlib Canvases In Pyqt Change Size On Mouse Over

I'm trying to embed multiple matplotlib plots in a multi-column layout in a PyQt GUI. At first … Read more Multiple Embedded Matplotlib Canvases In Pyqt Change Size On Mouse Over

Pyqt4, Generating Multiple Instances Of The Same Widget?

I am creating a PyQt4 gui that allows the user in a qmainwindow to input some initial parameters an… Read more Pyqt4, Generating Multiple Instances Of The Same Widget?

Drag N Drop Button And Drop-down Menu Pyqt/qt Designer

I would like to know the 'best practice' to change the behavior of some buttons to do the f… Read more Drag N Drop Button And Drop-down Menu Pyqt/qt Designer

Keeps Getting "error Binding Parameter 0 - Probably Unsupported Type"

I'm using eric4 (qtdesigner, pyqt, python, etc) with sqlite and I keep getting 'error bindi… Read more Keeps Getting "error Binding Parameter 0 - Probably Unsupported Type"

Pyqt5 Crash With Qfilesystemmodel And Qsortfilterproxymodel..doing Something Wrong?

I've had an intermittent problem with a crash when navigating a directory structure with pyqt5 … Read more Pyqt5 Crash With Qfilesystemmodel And Qsortfilterproxymodel..doing Something Wrong?

Signals Emitted By Embedded Checkbox In Qtablewidget

I currently have a setup where I am trying to embed checkboxes in a QTableWidget. I am setting the … Read more Signals Emitted By Embedded Checkbox In Qtablewidget