| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>Gui::Dialog::DlgChooseIcon</class> |
| <widget class="QDialog" name="Gui::Dialog::DlgChooseIcon"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>430</width> |
| <height>370</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Choose Icon</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="0" column="0"> |
| <widget class="QListWidget" name="listWidget"> |
| <property name="gridSize"> |
| <size> |
| <width>50</width> |
| <height>50</height> |
| </size> |
| </property> |
| <property name="viewMode"> |
| <enum>QListView::IconMode</enum> |
| </property> |
| <property name="uniformItemSizes"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="QPushButton" name="addButton"> |
| <property name="text"> |
| <string>Icon Folders</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>38</width> |
| <height>31</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QDialogButtonBox" name="buttonBox"> |
| <property name="standardButtons"> |
| <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections> |
| <connection> |
| <sender>buttonBox</sender> |
| <signal>accepted()</signal> |
| <receiver>Gui::Dialog::DlgChooseIcon</receiver> |
| <slot>accept()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>339</x> |
| <y>344</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>214</x> |
| <y>184</y> |
| </hint> |
| </hints> |
| </connection> |
| <connection> |
| <sender>buttonBox</sender> |
| <signal>rejected()</signal> |
| <receiver>Gui::Dialog::DlgChooseIcon</receiver> |
| <slot>reject()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>339</x> |
| <y>344</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>214</x> |
| <y>184</y> |
| </hint> |
| </hints> |
| </connection> |
| </connections> |
| </ui> |
|
|