/pyqt-sample

A little sample app written using pyqt4 library. Provides example of creating GUI with python using QT

Primary LanguagePython

pyqt-sample

A little sample app written using pyqt4 library. Simply take this code, find function "doStuff" there, change it with your implementation and have working GUI application with python!

Supported features:

  • Open file and show its content in QTextEdit widget
  • Execute doStuff function when button "Process" is pressed

Screenshot 1

Usage

$ python main.py