blob: 1edc5462b0e081217af1a2e2ccc2de12bc85c10c [file] [log] [blame]
Yingdi Yuab557b42013-10-18 19:03:08 -07001<?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>
16 <widget class="QPushButton" name="okButton">
17 <property name="geometry">
18 <rect>
19 <x>100</x>
20 <y>160</y>
21 <width>100</width>
22 <height>32</height>
23 </rect>
24 </property>
25 <property name="text">
26 <string>OK</string>
27 </property>
28 </widget>
29 <widget class="QLabel" name="message">
30 <property name="geometry">
31 <rect>
32 <x>30</x>
33 <y>30</y>
34 <width>240</width>
35 <height>200</height>
36 </rect>
37 </property>
38 <property name="text">
39 <string>TextLabel</string>
40 </property>
41 <property name="alignment">
42 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
43 </property>
44 </widget>
45 </widget>
46 <resources/>
47 <connections/>
48</ui>