Added openssl-dev dependency
[froff-onlinedoc] / authenticationdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>449</width>
10     <height>135</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Account Signin</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>You need to supply Username and Password to access documents</string>
21      </property>
22      <property name="wordWrap">
23       <bool>false</bool>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <layout class="QGridLayout" name="gridLayout">
29      <item row="0" column="0">
30       <widget class="QLabel" name="label_4">
31        <property name="text">
32         <string>Site:</string>
33        </property>
34       </widget>
35      </item>
36      <item row="0" column="1">
37       <widget class="QComboBox" name="comboBox"/>
38      </item>
39      <item row="1" column="0">
40       <widget class="QLabel" name="label_2">
41        <property name="text">
42         <string>Username:</string>
43        </property>
44       </widget>
45      </item>
46      <item row="1" column="1">
47       <widget class="QLineEdit" name="userEdit">
48        <property name="text">
49         <string>@gmail.com</string>
50        </property>
51       </widget>
52      </item>
53      <item row="2" column="0">
54       <widget class="QLabel" name="label_3">
55        <property name="text">
56         <string>Password:</string>
57        </property>
58       </widget>
59      </item>
60      <item row="2" column="1">
61       <widget class="QLineEdit" name="passwordEdit">
62        <property name="inputMask">
63         <string/>
64        </property>
65        <property name="text">
66         <string/>
67        </property>
68        <property name="echoMode">
69         <enum>QLineEdit::Password</enum>
70        </property>
71       </widget>
72      </item>
73     </layout>
74    </item>
75    <item>
76     <layout class="QHBoxLayout" name="horizontalLayout">
77      <item>
78       <widget class="QCheckBox" name="saveCheckBox">
79        <property name="enabled">
80         <bool>true</bool>
81        </property>
82        <property name="text">
83         <string>Save Details</string>
84        </property>
85       </widget>
86      </item>
87      <item>
88       <widget class="QPushButton" name="loginButton">
89        <property name="text">
90         <string>Sign In</string>
91        </property>
92       </widget>
93      </item>
94     </layout>
95    </item>
96   </layout>
97  </widget>
98  <resources/>
99  <connections/>
100 </ui>