blob: df7f7a14800f8614625e73dcd71a94fd07936122 [file] [log] [blame]
Yingdi Yu348f5ea2014-03-01 14:47:25 -08001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SetAliasDialog</class>
4 <widget class="QDialog" name="SetAliasDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>300</width>
10 <height>150</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <layout class="QVBoxLayout" name="verticalLayout" stretch="2,1,1">
19 <item>
20 <widget class="QLabel" name="introLabel">
21 <property name="text">
22 <string>TextLabel</string>
23 </property>
24 <property name="alignment">
25 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
26 </property>
27 <property name="wordWrap">
28 <bool>true</bool>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <widget class="QLineEdit" name="aliasInput"/>
34 </item>
35 <item>
36 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1">
37 <property name="spacing">
38 <number>-1</number>
39 </property>
40 <item>
41 <widget class="QPushButton" name="cancelButton">
42 <property name="text">
43 <string>Cancel</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <spacer name="horizontalSpacer">
49 <property name="orientation">
50 <enum>Qt::Horizontal</enum>
51 </property>
52 <property name="sizeHint" stdset="0">
53 <size>
54 <width>40</width>
55 <height>20</height>
56 </size>
57 </property>
58 </spacer>
59 </item>
60 <item>
61 <widget class="QPushButton" name="okButton">
62 <property name="text">
63 <string>OK</string>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </item>
69 </layout>
70 </item>
71 </layout>
72 </widget>
73 <resources/>
74 <connections/>
75</ui>