| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>WarningDialog</class> |
| <widget class="QDialog" name="WarningDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>300</width> |
| <height>200</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Error</string> |
| </property> |
| <widget class="QLabel" name="message"> |
| <property name="geometry"> |
| <rect> |
| <x>30</x> |
| <y>30</y> |
| <width>240</width> |
| <height>200</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>TextLabel</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| </property> |
| </widget> |
| <widget class="QPushButton" name="okButton"> |
| <property name="geometry"> |
| <rect> |
| <x>100</x> |
| <y>150</y> |
| <width>100</width> |
| <height>32</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>OK</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |