<?xml version="1.0" encoding="UTF-8"?> | |
<ui version="4.0"> | |
<class>SetAliasDialog</class> | |
<widget class="QDialog" name="SetAliasDialog"> | |
<property name="geometry"> | |
<rect> | |
<x>0</x> | |
<y>0</y> | |
<width>300</width> | |
<height>150</height> | |
</rect> | |
</property> | |
<property name="windowTitle"> | |
<string>Dialog</string> | |
</property> | |
<widget class="QLineEdit" name="aliasInput"> | |
<property name="geometry"> | |
<rect> | |
<x>20</x> | |
<y>60</y> | |
<width>260</width> | |
<height>21</height> | |
</rect> | |
</property> | |
</widget> | |
<widget class="QPushButton" name="okButton"> | |
<property name="geometry"> | |
<rect> | |
<x>180</x> | |
<y>100</y> | |
<width>100</width> | |
<height>32</height> | |
</rect> | |
</property> | |
<property name="text"> | |
<string>OK</string> | |
</property> | |
</widget> | |
<widget class="QPushButton" name="cancelButton"> | |
<property name="geometry"> | |
<rect> | |
<x>20</x> | |
<y>100</y> | |
<width>100</width> | |
<height>32</height> | |
</rect> | |
</property> | |
<property name="text"> | |
<string>Cancel</string> | |
</property> | |
</widget> | |
<widget class="QLabel" name="introLabel"> | |
<property name="geometry"> | |
<rect> | |
<x>20</x> | |
<y>20</y> | |
<width>260</width> | |
<height>30</height> | |
</rect> | |
</property> | |
<property name="text"> | |
<string>TextLabel</string> | |
</property> | |
<property name="alignment"> | |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | |
</property> | |
</widget> | |
</widget> | |
<resources/> | |
<connections/> | |
</ui> |