mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
implement a system tray with basic functionality
This commit is contained in:
parent
7cf707d5a3
commit
773efc6870
2 changed files with 42 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ class Ui_trimage(object):
|
|||
""" Setup the entire UI """
|
||||
trimage.setObjectName("trimage")
|
||||
trimage.resize(600, 170)
|
||||
trimage.setWindowIcon(QIcon(self.get_image("pixmaps/trimage-icon.png")))
|
||||
|
||||
trimageIcon = QIcon(self.get_image("pixmaps/trimage-icon.png"))
|
||||
trimage.setWindowIcon(trimageIcon)
|
||||
|
||||
self.centralwidget = QWidget(trimage)
|
||||
self.centralwidget.setObjectName("centralwidget")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue