modernize: Use override instead of virtual
[quassel.git] / src / qtui / coreconnectauthdlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CoreConnectAuthDlg</class>
4  <widget class="QDialog" name="CoreConnectAuthDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>395</width>
10     <height>183</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Authentication Required</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Please enter your account data:</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="1">
30       <widget class="QLineEdit" name="user"/>
31      </item>
32      <item row="1" column="0">
33       <widget class="QLabel" name="label_3">
34        <property name="text">
35         <string>Password:</string>
36        </property>
37       </widget>
38      </item>
39      <item row="1" column="1">
40       <widget class="QLineEdit" name="password">
41        <property name="echoMode">
42         <enum>QLineEdit::Password</enum>
43        </property>
44       </widget>
45      </item>
46      <item row="0" column="0">
47       <widget class="QLabel" name="label_2">
48        <property name="text">
49         <string>Username:</string>
50        </property>
51       </widget>
52      </item>
53     </layout>
54    </item>
55    <item>
56     <widget class="QCheckBox" name="rememberPasswd">
57      <property name="text">
58       <string>Remember password</string>
59      </property>
60     </widget>
61    </item>
62    <item>
63     <spacer name="verticalSpacer">
64      <property name="orientation">
65       <enum>Qt::Vertical</enum>
66      </property>
67      <property name="sizeHint" stdset="0">
68       <size>
69        <width>20</width>
70        <height>40</height>
71       </size>
72      </property>
73     </spacer>
74    </item>
75    <item>
76     <widget class="QDialogButtonBox" name="buttonBox">
77      <property name="orientation">
78       <enum>Qt::Horizontal</enum>
79      </property>
80      <property name="standardButtons">
81       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
82      </property>
83     </widget>
84    </item>
85   </layout>
86  </widget>
87  <tabstops>
88   <tabstop>user</tabstop>
89   <tabstop>password</tabstop>
90   <tabstop>rememberPasswd</tabstop>
91   <tabstop>buttonBox</tabstop>
92  </tabstops>
93  <resources/>
94  <connections>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>accepted()</signal>
98    <receiver>CoreConnectAuthDlg</receiver>
99    <slot>accept()</slot>
100    <hints>
101     <hint type="sourcelabel">
102      <x>248</x>
103      <y>254</y>
104     </hint>
105     <hint type="destinationlabel">
106      <x>157</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111   <connection>
112    <sender>buttonBox</sender>
113    <signal>rejected()</signal>
114    <receiver>CoreConnectAuthDlg</receiver>
115    <slot>reject()</slot>
116    <hints>
117     <hint type="sourcelabel">
118      <x>316</x>
119      <y>260</y>
120     </hint>
121     <hint type="destinationlabel">
122      <x>286</x>
123      <y>274</y>
124     </hint>
125    </hints>
126   </connection>
127  </connections>
128 </ui>