|
@@ -13,6 +13,10 @@
|
|
|
<property name="windowTitle">
|
|
|
<string>MainWindow</string>
|
|
|
</property>
|
|
|
+ <property name="windowIcon">
|
|
|
+ <iconset resource="ivchart.qrc">
|
|
|
+ <normaloff>:/ivchart.png</normaloff>:/ivchart.png</iconset>
|
|
|
+ </property>
|
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
<property name="geometry">
|
|
@@ -51,11 +55,18 @@
|
|
|
</property>
|
|
|
</action>
|
|
|
<action name="actionHelp">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normalon>:/ivchart.png</normalon>
|
|
|
+ </iconset>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
<string>Help</string>
|
|
|
</property>
|
|
|
</action>
|
|
|
</widget>
|
|
|
- <resources/>
|
|
|
+ <resources>
|
|
|
+ <include location="ivchart.qrc"/>
|
|
|
+ </resources>
|
|
|
<connections/>
|
|
|
</ui>
|