mirror of
https://github.com/shizand/statapp.git
synced 2025-04-01 23:23:45 +03:00
Исправил обязательное окно, с обязательной картинкой
This commit is contained in:
parent
c2892babbe
commit
5e8dc80a0d
BIN
statapp/images/sticker.gif
Normal file
BIN
statapp/images/sticker.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
@ -10,8 +10,3 @@ class MainWindow(QMainWindow):
|
||||
self.ui = Ui_MainWindow()
|
||||
self.ui.setupUi(self)
|
||||
|
||||
@Slot()
|
||||
def on_aboutmenuaction_triggered(self):
|
||||
print("Cock")
|
||||
return 0
|
||||
|
||||
|
@ -103,7 +103,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap>../../../../Downloads/sticker.gif</pixmap>
|
||||
<pixmap>../images/sticker.gif</pixmap>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
|
Loading…
Reference in New Issue
Block a user