| <?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> |
| <layout class="QVBoxLayout" name="verticalLayout_2"> |
| <item> |
| <layout class="QVBoxLayout" name="verticalLayout" stretch="2,1,1"> |
| <item> |
| <widget class="QLabel" name="introLabel"> |
| <property name="text"> |
| <string>TextLabel</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| </property> |
| <property name="wordWrap"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLineEdit" name="aliasInput"/> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1"> |
| <property name="spacing"> |
| <number>-1</number> |
| </property> |
| <item> |
| <widget class="QPushButton" name="cancelButton"> |
| <property name="text"> |
| <string>Cancel</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer name="horizontalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="okButton"> |
| <property name="text"> |
| <string>OK</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |