You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
992 B
43 lines
992 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>message_dialog</class> |
|
<widget class="QDialog" name="message_dialog"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>60</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Message</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<item> |
|
<widget class="QLabel" name="message_label"> |
|
<property name="font"> |
|
<font> |
|
<pointsize>9</pointsize> |
|
</font> |
|
</property> |
|
<property name="text"> |
|
<string>Message!</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
<property name="standardButtons"> |
|
<set>QDialogButtonBox::Ok</set> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|