more work in progress on installable trimage

This commit is contained in:
Kilian Valkhof 2010-03-23 14:00:09 +01:00
parent b86c5aa8cd
commit c0dceb88ad
4 changed files with 7 additions and 2 deletions

View file

@ -10,6 +10,8 @@ from PyQt4.QtCore import *
from PyQt4.QtGui import *
from hurry.filesize import *
from ui import Ui_trimage
VERSION = "1.0.0b"
class StartQT4(QMainWindow):