Yingdi Yu | ab557b4 | 2013-10-18 19:03:08 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>WarningDialog</class> |
| 4 | <widget class="QDialog" name="WarningDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>300</width> |
| 10 | <height>200</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Error</string> |
| 15 | </property> |
Yingdi Yu | ab557b4 | 2013-10-18 19:03:08 -0700 | [diff] [blame] | 16 | <widget class="QLabel" name="message"> |
| 17 | <property name="geometry"> |
| 18 | <rect> |
| 19 | <x>30</x> |
| 20 | <y>30</y> |
| 21 | <width>240</width> |
| 22 | <height>200</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | <property name="text"> |
| 26 | <string>TextLabel</string> |
| 27 | </property> |
| 28 | <property name="alignment"> |
| 29 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 30 | </property> |
| 31 | </widget> |
Yingdi Yu | d95c564 | 2013-10-20 19:43:10 -0700 | [diff] [blame] | 32 | <widget class="QPushButton" name="okButton"> |
| 33 | <property name="geometry"> |
| 34 | <rect> |
| 35 | <x>100</x> |
| 36 | <y>150</y> |
| 37 | <width>100</width> |
| 38 | <height>32</height> |
| 39 | </rect> |
| 40 | </property> |
| 41 | <property name="text"> |
| 42 | <string>OK</string> |
| 43 | </property> |
| 44 | <property name="autoDefault"> |
| 45 | <bool>false</bool> |
| 46 | </property> |
| 47 | </widget> |
Yingdi Yu | ab557b4 | 2013-10-18 19:03:08 -0700 | [diff] [blame] | 48 | </widget> |
| 49 | <resources/> |
| 50 | <connections/> |
| 51 | </ui> |