add a possible switch to remove the recompress button

This commit is contained in:
Kilian Valkhof 2010-03-07 13:52:46 +01:00
parent 1dcb88f9b5
commit f6f6f19bd8

View file

@ -36,6 +36,7 @@ class StartQT4(QMainWindow):
# disable recompress
self.ui.recompress.setEnabled(False)
#self.ui.recompress.hide()
# make a worker thread
self.thread = Worker()
@ -344,4 +345,3 @@ if __name__ == "__main__":
if myapp.showapp:
myapp.show()
sys.exit(app.exec_())