Sun, 08 Sep 2013 22:08:52 +0300
renamed the project to ZCinema
| 29 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> | |
| 3 | <class>FindFile</class> | |
| 4 | <widget class="QDialog" name="FindFile"> | |
| 5 | <property name="geometry"> | |
| 6 | <rect> | |
| 7 | <x>0</x> | |
| 8 | <y>0</y> | |
| 9 | <width>326</width> | |
| 10 | <height>90</height> | |
| 11 | </rect> | |
| 12 | </property> | |
| 13 | <property name="windowTitle"> | |
| 14 | <string>Dialog</string> | |
| 15 | </property> | |
| 16 | <property name="windowIcon"> | |
| 17 | <iconset resource="../../zandemo.qrc"> | |
| 18 | <normaloff>:/icons/zandemo.ico</normaloff>:/icons/zandemo.ico</iconset> | |
| 19 | </property> | |
| 20 | <layout class="QVBoxLayout" name="verticalLayout"> | |
| 21 | <item> | |
| 22 | <widget class="QLabel" name="label"> | |
| 23 | <property name="text"> | |
| 24 | <string><b>Please select a demo file to play back.</b></string> | |
| 25 | </property> | |
| 26 | </widget> | |
| 27 | </item> | |
| 28 | <item> | |
| 29 | <layout class="QHBoxLayout" name="horizontalLayout"> | |
| 30 | <item> | |
| 31 | <widget class="QLineEdit" name="m_path"/> | |
| 32 | </item> | |
| 33 | <item> | |
| 34 | <widget class="QPushButton" name="m_find"> | |
| 35 | <property name="text"> | |
| 36 | <string>...</string> | |
| 37 | </property> | |
| 38 | </widget> | |
| 39 | </item> | |
| 40 | </layout> | |
| 41 | </item> | |
| 42 | <item> | |
| 43 | <widget class="QDialogButtonBox" name="buttonBox"> | |
| 44 | <property name="orientation"> | |
| 45 | <enum>Qt::Horizontal</enum> | |
| 46 | </property> | |
| 47 | <property name="standardButtons"> | |
| 48 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |
| 49 | </property> | |
| 50 | </widget> | |
| 51 | </item> | |
| 52 | </layout> | |
| 53 | </widget> | |
| 54 | <resources> | |
| 55 | <include location="../../zandemo.qrc"/> | |
| 56 | </resources> | |
| 57 | <connections> | |
| 58 | <connection> | |
| 59 | <sender>buttonBox</sender> | |
| 60 | <signal>accepted()</signal> | |
| 61 | <receiver>FindFile</receiver> | |
| 62 | <slot>accept()</slot> | |
| 63 | <hints> | |
| 64 | <hint type="sourcelabel"> | |
| 65 | <x>248</x> | |
| 66 | <y>254</y> | |
| 67 | </hint> | |
| 68 | <hint type="destinationlabel"> | |
| 69 | <x>157</x> | |
| 70 | <y>274</y> | |
| 71 | </hint> | |
| 72 | </hints> | |
| 73 | </connection> | |
| 74 | <connection> | |
| 75 | <sender>buttonBox</sender> | |
| 76 | <signal>rejected()</signal> | |
| 77 | <receiver>FindFile</receiver> | |
| 78 | <slot>reject()</slot> | |
| 79 | <hints> | |
| 80 | <hint type="sourcelabel"> | |
| 81 | <x>316</x> | |
| 82 | <y>260</y> | |
| 83 | </hint> | |
| 84 | <hint type="destinationlabel"> | |
| 85 | <x>286</x> | |
| 86 | <y>274</y> | |
| 87 | </hint> | |
| 88 | </hints> | |
| 89 | </connection> | |
| 90 | </connections> | |
| 91 | </ui> |