mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
add an icon!
This commit is contained in:
parent
d23e6a4b68
commit
26a421815b
3 changed files with 4 additions and 2 deletions
1
ui.py
1
ui.py
|
|
@ -38,6 +38,7 @@ class Ui_trimage(object):
|
|||
def setupUi(self, trimage):
|
||||
trimage.setObjectName("trimage")
|
||||
trimage.resize(600, 170)
|
||||
trimage.setWindowIcon(QtGui.QIcon("trimage-icon.png"))
|
||||
|
||||
self.centralwidget = QtGui.QWidget(trimage)
|
||||
self.centralwidget.setObjectName("centralwidget")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue