|
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 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="QProgressBar" name="progressBar"> |
|
55 <property name="value"> |
|
56 <number>24</number> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <spacer name="verticalSpacer_5"> |
|
62 <property name="orientation"> |
|
63 <enum>Qt::Vertical</enum> |
|
64 </property> |
|
65 <property name="sizeHint" stdset="0"> |
|
66 <size> |
|
67 <width>20</width> |
|
68 <height>169</height> |
|
69 </size> |
|
70 </property> |
|
71 </spacer> |
|
72 </item> |
|
73 </layout> |
|
74 </widget> |
|
75 <widget class="QWidget" name="page"> |
|
76 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
77 <item> |
|
78 <spacer name="verticalSpacer_3"> |
|
79 <property name="orientation"> |
|
80 <enum>Qt::Vertical</enum> |
|
81 </property> |
|
82 <property name="sizeHint" stdset="0"> |
|
83 <size> |
|
84 <width>20</width> |
|
85 <height>119</height> |
|
86 </size> |
|
87 </property> |
|
88 </spacer> |
|
89 </item> |
|
90 <item> |
|
91 <widget class="QLabel" name="userNameLabel"> |
|
92 <property name="text"> |
|
93 <string>Google username:</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
|
98 <widget class="QLineEdit" name="userNameEdit"/> |
|
99 </item> |
|
100 <item> |
|
101 <spacer name="verticalSpacer_2"> |
|
102 <property name="orientation"> |
|
103 <enum>Qt::Vertical</enum> |
|
104 </property> |
|
105 <property name="sizeType"> |
|
106 <enum>QSizePolicy::Fixed</enum> |
|
107 </property> |
|
108 <property name="sizeHint" stdset="0"> |
|
109 <size> |
|
110 <width>20</width> |
|
111 <height>17</height> |
|
112 </size> |
|
113 </property> |
|
114 </spacer> |
|
115 </item> |
|
116 <item> |
|
117 <widget class="QLabel" name="passwordLabel"> |
|
118 <property name="text"> |
|
119 <string>Password:</string> |
|
120 </property> |
|
121 </widget> |
|
122 </item> |
|
123 <item> |
|
124 <widget class="QLineEdit" name="passwordEdit"> |
|
125 <property name="echoMode"> |
|
126 <enum>QLineEdit::Password</enum> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 <item> |
|
131 <spacer name="verticalSpacer"> |
|
132 <property name="orientation"> |
|
133 <enum>Qt::Vertical</enum> |
|
134 </property> |
|
135 <property name="sizeHint" stdset="0"> |
|
136 <size> |
|
137 <width>20</width> |
|
138 <height>118</height> |
|
139 </size> |
|
140 </property> |
|
141 </spacer> |
|
142 </item> |
|
143 <item> |
|
144 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
145 <item> |
|
146 <spacer name="horizontalSpacer"> |
|
147 <property name="orientation"> |
|
148 <enum>Qt::Horizontal</enum> |
|
149 </property> |
|
150 <property name="sizeHint" stdset="0"> |
|
151 <size> |
|
152 <width>40</width> |
|
153 <height>20</height> |
|
154 </size> |
|
155 </property> |
|
156 </spacer> |
|
157 </item> |
|
158 <item> |
|
159 <widget class="QPushButton" name="loginButton"> |
|
160 <property name="text"> |
|
161 <string>Login</string> |
|
162 </property> |
|
163 </widget> |
|
164 </item> |
|
165 <item> |
|
166 <spacer name="horizontalSpacer_2"> |
|
167 <property name="orientation"> |
|
168 <enum>Qt::Horizontal</enum> |
|
169 </property> |
|
170 <property name="sizeHint" stdset="0"> |
|
171 <size> |
|
172 <width>40</width> |
|
173 <height>20</height> |
|
174 </size> |
|
175 </property> |
|
176 </spacer> |
|
177 </item> |
|
178 </layout> |
|
179 </item> |
|
180 </layout> |
|
181 </widget> |
|
182 <widget class="QWidget" name="page_2"> |
|
183 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
184 <property name="spacing"> |
|
185 <number>0</number> |
|
186 </property> |
|
187 <property name="margin"> |
|
188 <number>0</number> |
|
189 </property> |
|
190 <item> |
|
191 <widget class="QWebView" name="webView"> |
|
192 <property name="url"> |
|
193 <url> |
|
194 <string>about:blank</string> |
|
195 </url> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 </layout> |
|
200 </widget> |
|
201 </widget> |
|
202 </item> |
|
203 </layout> |
|
204 </widget> |
|
205 <customwidgets> |
|
206 <customwidget> |
|
207 <class>QWebView</class> |
|
208 <extends>QWidget</extends> |
|
209 <header>QtWebKit/QWebView</header> |
|
210 </customwidget> |
|
211 </customwidgets> |
|
212 <resources/> |
|
213 <connections/> |
|
214 </ui> |