Added window icon (to show up in Ubuntu Unity)

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@107 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
matlabbe 2012-05-27 15:05:39 +00:00
parent f5837e726f
commit cba90579bd

View File

@ -13,6 +13,10 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Find-Object</string> <string>Find-Object</string>
</property> </property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/images/resources/Find-Object.png</normaloff>:/images/resources/Find-Object.png</iconset>
</property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QHBoxLayout" name="horizontalLayout" stretch="2"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="2">
<property name="spacing"> <property name="spacing">
@ -131,7 +135,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1104</width> <width>1104</width>
<height>22</height> <height>25</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
@ -206,8 +210,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>276</width> <width>282</width>
<height>357</height> <height>365</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
@ -415,8 +419,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>274</width> <width>280</width>
<height>389</height> <height>394</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_objects"> <layout class="QVBoxLayout" name="verticalLayout_objects">
@ -530,6 +534,8 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources>
<include location="../resources.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>