mirror of
https://github.com/brmlab/microview.git
synced 2025-06-08 03:23:59 +02:00
add icon
This commit is contained in:
parent
f6403176a7
commit
338dee788a
6 changed files with 33 additions and 3 deletions
|
@ -13,6 +13,10 @@
|
|||
<property name="windowTitle">
|
||||
<string>µView</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/icon.png</normaloff>:/icons/icon.png</iconset>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
<widget class="VideoView" name="wgtVideo" native="true">
|
||||
<property name="geometry">
|
||||
|
@ -128,7 +132,7 @@
|
|||
<string>E&xit</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushAbout_2">
|
||||
<widget class="QPushButton" name="pushAbout">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>660</x>
|
||||
|
@ -159,9 +163,11 @@
|
|||
<tabstop>pushZoomIn</tabstop>
|
||||
<tabstop>pushZoomOut</tabstop>
|
||||
<tabstop>pushSnap</tabstop>
|
||||
<tabstop>pushAbout_2</tabstop>
|
||||
<tabstop>pushAbout</tabstop>
|
||||
<tabstop>pushExit</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue