source: trunk/examples/network/http/authenticationdialog.ui@ 689

Last change on this file since 689 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 3.0 KB
Line 
1<ui version="4.0" >
2 <class>Dialog</class>
3 <widget class="QDialog" name="Dialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>389</width>
9 <height>243</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Http authentication required</string>
14 </property>
15 <layout class="QGridLayout" >
16 <item row="0" column="0" colspan="2" >
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>You need to supply a Username and a Password to access this site</string>
20 </property>
21 <property name="wordWrap" >
22 <bool>false</bool>
23 </property>
24 </widget>
25 </item>
26 <item row="2" column="0" >
27 <widget class="QLabel" name="label_2" >
28 <property name="text" >
29 <string>Username:</string>
30 </property>
31 </widget>
32 </item>
33 <item row="2" column="1" >
34 <widget class="QLineEdit" name="userEdit" />
35 </item>
36 <item row="3" column="0" >
37 <widget class="QLabel" name="label_3" >
38 <property name="text" >
39 <string>Password:</string>
40 </property>
41 </widget>
42 </item>
43 <item row="3" column="1" >
44 <widget class="QLineEdit" name="passwordEdit" />
45 </item>
46 <item row="5" column="0" colspan="2" >
47 <widget class="QDialogButtonBox" name="buttonBox" >
48 <property name="orientation" >
49 <enum>Qt::Horizontal</enum>
50 </property>