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

Pyqt: How To Handle Event Without Inheritance

How can I handle mouse event without a inheritance, the usecase can be described as follows: Suppos… Read more Pyqt: How To Handle Event Without Inheritance

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

How To Load .ico Files In Pyqt4 From Network

I have a app developed in PyQt4. It has icons set for windows and QMenus. All client systems have i… Read more How To Load .ico Files In Pyqt4 From Network

Pyqt Osx Media Keys

I'm creating a music player app with PyQT and I've defined a couple them as toolbar buttons… Read more Pyqt Osx Media Keys

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

Pyinstaller 3.2 Build Pyqt4/python2.7 To Onefile Exe, Can Not Run Missing Msvcr100.dll?

As title, Build successful, but the exe can't run. can not found msvcr100.dll. I can put msvcr1… Read more Pyinstaller 3.2 Build Pyqt4/python2.7 To Onefile Exe, Can Not Run Missing Msvcr100.dll?

Create Text Area (textedit) With Line Number In Pyqt

I want to create textEdit with line number on the left side in PyQt like Notepad++. I tried this ad… Read more Create Text Area (textedit) With Line Number In Pyqt

Multiple Columns In Pyqt4 (potentially Using Qtreewidget)

I'm trying to get QTreeWidget working exactly similar to this one. In python! I don't care … Read more Multiple Columns In Pyqt4 (potentially Using Qtreewidget)

Pyqt Drop Event Without Subclassing?

This python pyqt code works how I intended. But, I don't like having to subclass QLineEdit so t… Read more Pyqt Drop Event Without Subclassing?

Runtime Error When Calling A .exe Made With Pyinstaller Including Pyqt4

So, I have two .py files, one generated by QtDesigner and another which basically implements the fu… Read more Runtime Error When Calling A .exe Made With Pyinstaller Including Pyqt4

Pyqt Qtableview Prohibitively Slow When Scrolling With Large Data Sets

I have a program that loads a profile from a csv file and displays the data in a table. The loading… Read more Pyqt Qtableview Prohibitively Slow When Scrolling With Large Data Sets

Pyqt4 Window Does Not Appears While Running The Program But Appears On Ipython

I was trying out PyQt4. and tried this code. import sys … Read more Pyqt4 Window Does Not Appears While Running The Program But Appears On Ipython

Qt4 + Mplot3d Of Matplotlib

I am trying to embed a 3D plot in a Qt4 GUI (has other buttons), is this possible using matplotlib&… Read more Qt4 + Mplot3d Of Matplotlib

How To Restart Pyqt4 Application

Is there a way to restart PyQt application QApplication I have an app created with pyqt4 and python… Read more How To Restart Pyqt4 Application

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

How To Convert Qimage(qpixmap) To Pil Image In Python 3?

I would like to convert a image from QImage or Qpixmap class to PIL Image. I found this: Convert Py… Read more How To Convert Qimage(qpixmap) To Pil Image In Python 3?

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 Application On Windows Is Crashing On Exit

I am writting a desktop application with PyQt4 and all of the sudden it started to crash on exit. I… Read more Pyqt4 Application On Windows Is Crashing On Exit

How Validate A Cell In Qtablewidget?

I work eith pyqt4 in python3.4 I want to validate if the text in the cell is a float number when it… Read more How Validate A Cell In Qtablewidget?

How To Change Font Size Of First Item In Combo Box Pyqt4

How do I change the font of the displayed item in the Combo Box. When the Combo Box displays all t… Read more How To Change Font Size Of First Item In Combo Box Pyqt4