|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Form</class> |
|
4 <widget class="QWidget" name="Form"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>286</width> |
|
10 <height>413</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Google Talk Client</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <property name="spacing"> |
|
18 <number>0</number> |
|
19 </property> |
|
20 <property name="margin"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <item> |
|
24 <widget class="QStackedWidget" name="stackedWidget"> |
|
25 <property name="currentIndex"> |
|
26 <number>1</number> |
|
27 </property> |
|
28 <widget class="QWidget" name="page_3"> |
|
29 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
30 <item> |
|
31 <spacer name="verticalSpacer_4"> |
|
32 <property name="orientation"> |
|
33 <enum>Qt::Vertical</enum> |
|
34 </property> |
|
35 <property name="sizeHint" stdset="0"> |
|
36 <size> |
|
37 <width>20</width> |
|
38 <height>170</height> |
|
39 </size> |
|
40 </property> |
|
41 </spacer> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QLabel" name="statusLabel"> |
|
45 <property name="text"> |
|
46 <string>TextLabel</string> |
|
47 </property> |
|
48 <property name="alignment"> |
|
49 <set>Qt::AlignCenter</set> |
|
50 </property> |
|
51 <property name="wordWrap"> |
|
52 <bool>true</bool> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item> |
|
57 <widget class="QProgressBar" name="progressBar"> |
|
58 <property name="value"> |
|
59 <number>24</number> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <spacer name="verticalSpacer_5"> |
|
65 <property name="orientation"> |
|
66 <enum>Qt::Vertical</enum> |
|
67 </property> |
|
68 <property name="sizeHint" stdset="0"> |
|
69 <size> |
|
70 <width>20</width> |
|
71 <height>169</height> |
|
72 </size> |
|
73 </property> |
|
74 </spacer> |
|
75 </item> |
|
76 </layout> |
|
77 </widget> |
|
78 <widget class="QWidget" name="page"> |
|
79 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
80 <item> |
|
81 <spacer name="verticalSpacer_3"> |
|
82 <property name="orientation"> |
|
83 <enum>Qt::Vertical</enum> |
|
84 </property> |
|
85 <property name="sizeHint" stdset="0"> |
|
86 <size> |
|
87 <width>20</width> |
|
88 <height>119</height> |
|
89 </size> |
|
90 </property> |
|
91 </spacer> |
|
92 </item> |
|
93 <item> |
|
94 <widget class="QLabel" name="userNameLabel"> |
|
95 <property name="text"> |
|
96 <string>Google username:</string> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 <item> |
|
101 <widget class="QLineEdit" name="userNameEdit"/> |
|
102 </item> |
|
103 <item> |
|
104 <spacer name="verticalSpacer_2"> |
|
105 <property name="orientation"> |
|
106 <enum>Qt::Vertical</enum> |
|
107 </property> |
|
108 <property name="sizeType"> |
|
109 <enum>QSizePolicy::Fixed</enum> |
|
110 </property> |
|
111 <property name="sizeHint" stdset="0"> |
|
112 <size> |
|
113 <width>20</width> |
|
114 <height>17</height> |
|
115 </size> |
|
116 </property> |
|
117 </spacer> |
|
118 </item> |
|
119 <item> |
|
120 <widget class="QLabel" name="passwordLabel"> |
|
121 <property name="text"> |
|
122 <string>Password:</string> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item> |
|
127 <widget class="QLineEdit" name="passwordEdit"> |
|
128 <property name="echoMode"> |
|
129 <enum>QLineEdit::Password</enum> |
|
130 </property> |
|
131 </widget> |
|
132 </item> |
|
133 <item> |
|
134 <spacer name="verticalSpacer"> |
|
135 <property name="orientation"> |
|
136 <enum>Qt::Vertical</enum> |
|
137 </property> |
|
138 <property name="sizeHint" stdset="0"> |
|
139 <size> |
|
140 <width>20</width> |
|
141 <height>118</height> |
|
142 </size> |
|
143 </property> |
|
144 </spacer> |
|
145 </item> |
|
146 <item> |
|
147 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
148 <item> |
|
149 <spacer name="horizontalSpacer"> |
|
150 <property name="orientation"> |
|
151 <enum>Qt::Horizontal</enum> |
|
152 </property> |
|
153 <property name="sizeHint" stdset="0"> |
|
154 <size> |
|
155 <width>40</width> |
|
156 <height>20</height> |
|
157 </size> |
|
158 </property> |
|
159 </spacer> |
|
160 </item> |
|
161 <item> |
|
162 <widget class="QPushButton" name="loginButton"> |
|
163 <property name="text"> |
|
164 <string>Login</string> |
|
165 </property> |
|
166 <property name="default"> |
|
167 <bool>true</bool> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item> |
|
172 <spacer name="horizontalSpacer_2"> |
|
173 <property name="orientation"> |
|
174 <enum>Qt::Horizontal</enum> |
|
175 </property> |
|
176 <property name="sizeHint" stdset="0"> |
|
177 <size> |
|
178 <width>40</width> |
|
179 <height>20</height> |
|
180 </size> |
|
181 </property> |
|
182 </spacer> |
|
183 </item> |
|
184 </layout> |
|
185 </item> |
|
186 </layout> |
|
187 </widget> |
|
188 <widget class="QWidget" name="page_2"> |
|
189 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
190 <property name="spacing"> |
|
191 <number>0</number> |
|
192 </property> |
|
193 <property name="margin"> |
|
194 <number>0</number> |
|
195 </property> |
|
196 <item> |
|
197 <widget class="QWebView" name="webView"> |
|
198 <property name="url"> |
|
199 <url> |
|
200 <string>about:blank</string> |
|
201 </url> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 </layout> |
|
206 </widget> |
|
207 </widget> |
|
208 </item> |
|
209 </layout> |
|
210 </widget> |
|
211 <customwidgets> |
|
212 <customwidget> |
|
213 <class>QWebView</class> |
|
214 <extends>QWidget</extends> |
|
215 <header>QtWebKit/QWebView</header> |
|
216 </customwidget> |
|
217 </customwidgets> |
|
218 <resources/> |
|
219 <connections/> |
|
220 </ui> |