Tuesday, May 26, 2009

[Python & PyQt] PyQt Code Generator

Download: PyQtCodeGenerator.zip

Introduction

If you are a python programmer, you might like to hear the news. Today I would like to show you an awesome tool which was created by me. ''PyQt Code Generator''.
To make the GUI coding more efficient, I write a program to help programmers to generate the basic PyQt code quickly, thus programmers don't need to waste their time on such kind of routine jobs. They can devoted their time on core algorithm design.

This tool is quite simple and easy to use, just follow few steps, and you will see a basic GUI program.
  • Open the PyQt Code Generator program
  • Enter the project name
  • Choose the UI type
  • Check the modules
  • Add the comment if needed
  • Specify the export location and generate it
Below are the detailed development information for this project:
  • Project: PyQt Code Generator
  • Version 1.0
  • Python:2.6
  • PyQt: 4.4.4
  • Ubuntu 9.04/WinXP sp3
Features

1. To separate 'Main Code', 'UI Code' and 'Main Class Code' into three individual files

2. Supporting QWidget, QMainWindow and customize ui file (which be created by Qt-Designer)

3. Pre-defined Modules

4. Comment section

5. Remember last time setting

Screenshopt


Notes

Due to the source code are too large to post on the blog, so please download it if you are interesting in this project.

Any suggestions would be appreciated!!!

0 意見:

Post a Comment