mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
add the total number of files to the title and the systray tooltip
This commit is contained in:
parent
45410e7b4b
commit
1be7cc83af
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ class StartQT4(QMainWindow):
|
||||||
print >> sys.stderr, u"[error] %s not a supported image file" % image.fullpath
|
print >> sys.stderr, u"[error] %s not a supported image file" % image.fullpath
|
||||||
|
|
||||||
self.update_table()
|
self.update_table()
|
||||||
|
self.systemtray.trayIcon.setToolTip("Trimage image compressor (" + str(len(self.imagelist)) + " files)")
|
||||||
|
self.setWindowTitle("Trimage image compressor (" + str(len(self.imagelist)) + " files)")
|
||||||
self.thread.compress_file(delegatorlist, self.showapp, self.verbose,
|
self.thread.compress_file(delegatorlist, self.showapp, self.verbose,
|
||||||
self.imagelist)
|
self.imagelist)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue