~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/qtui/settingspages/networkadddlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>NetworkAddDlg</class>
3
 
 <widget class="QDialog" name="NetworkAddDlg" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="NetworkAddDlg">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>275</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Add Network</string>
14
15
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout_2" >
 
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
16
17
   <item>
17
 
    <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
18
    <layout class="QHBoxLayout" name="horizontalLayout_2">
18
19
     <item>
19
 
      <widget class="QRadioButton" name="usePreset" >
20
 
       <property name="text" >
 
20
      <widget class="QRadioButton" name="usePreset">
 
21
       <property name="text">
21
22
        <string>Use preset:</string>
22
23
       </property>
23
 
       <property name="checked" >
 
24
       <property name="checked">
24
25
        <bool>true</bool>
25
26
       </property>
26
27
      </widget>
27
28
     </item>
28
29
     <item>
29
 
      <widget class="QComboBox" name="presetList" >
30
 
       <property name="sizePolicy" >
31
 
        <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
 
30
      <widget class="QComboBox" name="presetList">
 
31
       <property name="sizePolicy">
 
32
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
32
33
         <horstretch>0</horstretch>
33
34
         <verstretch>0</verstretch>
34
35
        </sizepolicy>
36
37
      </widget>
37
38
     </item>
38
39
     <item>
39
 
      <spacer name="horizontalSpacer" >
40
 
       <property name="orientation" >
 
40
      <spacer name="horizontalSpacer">
 
41
       <property name="orientation">
41
42
        <enum>Qt::Horizontal</enum>
42
43
       </property>
43
 
       <property name="sizeHint" stdset="0" >
 
44
       <property name="sizeHint" stdset="0">
44
45
        <size>
45
46
         <width>40</width>
46
47
         <height>20</height>
51
52
    </layout>
52
53
   </item>
53
54
   <item>
54
 
    <widget class="QRadioButton" name="useManual" >
55
 
     <property name="text" >
 
55
    <widget class="QRadioButton" name="useManual">
 
56
     <property name="text">
56
57
      <string>Manually specify network settings</string>
57
58
     </property>
58
59
    </widget>
59
60
   </item>
60
61
   <item>
61
 
    <widget class="QGroupBox" name="groupBox" >
62
 
     <property name="enabled" >
 
62
    <widget class="QGroupBox" name="groupBox">
 
63
     <property name="enabled">
63
64
      <bool>false</bool>
64
65
     </property>
65
 
     <property name="title" >
 
66
     <property name="title">
66
67
      <string>Manual Settings</string>
67
68
     </property>
68
 
     <layout class="QVBoxLayout" name="verticalLayout" >
 
69
     <layout class="QVBoxLayout" name="verticalLayout">
69
70
      <item>
70
 
       <layout class="QGridLayout" name="gridLayout" >
71
 
        <item row="0" column="0" >
72
 
         <widget class="QLabel" name="label_3" >
73
 
          <property name="text" >
 
71
       <layout class="QGridLayout" name="gridLayout">
 
72
        <item row="0" column="0">
 
73
         <widget class="QLabel" name="label_3">
 
74
          <property name="text">
74
75
           <string>Network name:</string>
75
76
          </property>
76
77
         </widget>
77
78
        </item>
78
 
        <item row="0" column="1" colspan="3" >
79
 
         <widget class="QLineEdit" name="networkName" />
 
79
        <item row="0" column="1" colspan="3">
 
80
         <widget class="QLineEdit" name="networkName"/>
80
81
        </item>
81
 
        <item row="1" column="0" >
82
 
         <widget class="QLabel" name="label" >
83
 
          <property name="text" >
 
82
        <item row="1" column="0">
 
83
         <widget class="QLabel" name="label">
 
84
          <property name="text">
84
85
           <string>Server address:</string>
85
86
          </property>
86
87
         </widget>
87
88
        </item>
88
 
        <item row="1" column="1" >
89
 
         <widget class="QLineEdit" name="serverAddress" />
 
89
        <item row="1" column="1">
 
90
         <widget class="QLineEdit" name="serverAddress"/>
90
91
        </item>
91
 
        <item row="1" column="2" >
92
 
         <widget class="QLabel" name="label_2" >
93
 
          <property name="text" >
 
92
        <item row="1" column="2">
 
93
         <widget class="QLabel" name="label_2">
 
94
          <property name="text">
94
95
           <string>Port:</string>
95
96
          </property>
96
97
         </widget>
97
98
        </item>
98
 
        <item row="1" column="3" >
99
 
         <widget class="QSpinBox" name="port" >
100
 
          <property name="minimum" >
 
99
        <item row="1" column="3">
 
100
         <widget class="QSpinBox" name="port">
 
101
          <property name="minimum">
101
102
           <number>0</number>
102
103
          </property>
103
 
          <property name="maximum" >
 
104
          <property name="maximum">
104
105
           <number>65535</number>
105
106
          </property>
106
 
          <property name="value" >
 
107
          <property name="value">
107
108
           <number>6667</number>
108
109
          </property>
109
110
         </widget>
110
111
        </item>
111
 
        <item row="2" column="0" >
112
 
         <widget class="QLabel" name="label_4" >
113
 
          <property name="text" >
 
112
        <item row="2" column="0">
 
113
         <widget class="QLabel" name="label_4">
 
114
          <property name="text">
114
115
           <string>Server password:</string>
115
116
          </property>
116
117
         </widget>
117
118
        </item>
118
 
        <item row="2" column="1" colspan="3" >
119
 
         <widget class="QLineEdit" name="serverPassword" >
120
 
          <property name="echoMode" >
 
119
        <item row="2" column="1" colspan="3">
 
120
         <widget class="QLineEdit" name="serverPassword">
 
121
          <property name="echoMode">
121
122
           <enum>QLineEdit::Password</enum>
122
123
          </property>
123
124
         </widget>
125
126
       </layout>
126
127
      </item>
127
128
      <item>
128
 
       <widget class="QCheckBox" name="useSSL" >
129
 
        <property name="text" >
 
129
       <widget class="QCheckBox" name="useSSL">
 
130
        <property name="text">
130
131
         <string>Use secure connection</string>
131
132
        </property>
132
133
       </widget>
135
136
    </widget>
136
137
   </item>
137
138
   <item>
138
 
    <spacer name="verticalSpacer" >
139
 
     <property name="orientation" >
 
139
    <spacer name="verticalSpacer">
 
140
     <property name="orientation">
140
141
      <enum>Qt::Vertical</enum>
141
142
     </property>
142
 
     <property name="sizeHint" stdset="0" >
 
143
     <property name="sizeHint" stdset="0">
143
144
      <size>
144
145
       <width>20</width>
145
146
       <height>31</height>
148
149
    </spacer>
149
150
   </item>
150
151
   <item>
151
 
    <widget class="QDialogButtonBox" name="buttonBox" >
152
 
     <property name="orientation" >
 
152
    <widget class="QDialogButtonBox" name="buttonBox">
 
153
     <property name="orientation">
153
154
      <enum>Qt::Horizontal</enum>
154
155
     </property>
155
 
     <property name="standardButtons" >
 
156
     <property name="standardButtons">
156
157
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
157
158
     </property>
158
159
    </widget>
159
160
   </item>
160
161
  </layout>
161
162
 </widget>
 
163
 <tabstops>
 
164
  <tabstop>usePreset</tabstop>
 
165
  <tabstop>presetList</tabstop>
 
166
  <tabstop>useManual</tabstop>
 
167
  <tabstop>networkName</tabstop>
 
168
  <tabstop>serverAddress</tabstop>
 
169
  <tabstop>port</tabstop>
 
170
  <tabstop>serverPassword</tabstop>
 
171
  <tabstop>useSSL</tabstop>
 
172
  <tabstop>buttonBox</tabstop>
 
173
 </tabstops>
162
174
 <resources/>
163
175
 <connections>
164
176
  <connection>
167
179
   <receiver>NetworkAddDlg</receiver>
168
180
   <slot>accept()</slot>
169
181
   <hints>
170
 
    <hint type="sourcelabel" >
 
182
    <hint type="sourcelabel">
171
183
     <x>248</x>
172
184
     <y>254</y>
173
185
    </hint>
174
 
    <hint type="destinationlabel" >
 
186
    <hint type="destinationlabel">
175
187
     <x>157</x>
176
188
     <y>274</y>
177
189
    </hint>
183
195
   <receiver>NetworkAddDlg</receiver>
184
196
   <slot>reject()</slot>
185
197
   <hints>
186
 
    <hint type="sourcelabel" >
 
198
    <hint type="sourcelabel">
187
199
     <x>316</x>
188
200
     <y>260</y>
189
201
    </hint>
190
 
    <hint type="destinationlabel" >
 
202
    <hint type="destinationlabel">
191
203
     <x>286</x>
192
204
     <y>274</y>
193
205
    </hint>
199
211
   <receiver>presetList</receiver>
200
212
   <slot>setEnabled(bool)</slot>
201
213
   <hints>
202
 
    <hint type="sourcelabel" >
 
214
    <hint type="sourcelabel">
203
215
     <x>53</x>
204
216
     <y>18</y>
205
217
    </hint>
206
 
    <hint type="destinationlabel" >
 
218
    <hint type="destinationlabel">
207
219
     <x>132</x>
208
220
     <y>17</y>
209
221
    </hint>
215
227
   <receiver>groupBox</receiver>
216
228
   <slot>setEnabled(bool)</slot>
217
229
   <hints>
218
 
    <hint type="sourcelabel" >
 
230
    <hint type="sourcelabel">
219
231
     <x>46</x>
220
232
     <y>47</y>
221
233
    </hint>
222
 
    <hint type="destinationlabel" >
 
234
    <hint type="destinationlabel">
223
235
     <x>59</x>
224
236
     <y>84</y>
225
237
    </hint>
231
243
   <receiver>networkName</receiver>
232
244
   <slot>setFocus()</slot>
233
245
   <hints>
234
 
    <hint type="sourcelabel" >
 
246
    <hint type="sourcelabel">
235
247
     <x>26</x>
236
248
     <y>45</y>
237
249
    </hint>
238
 
    <hint type="destinationlabel" >
 
250
    <hint type="destinationlabel">
239
251
     <x>153</x>
240
252
     <y>113</y>
241
253
    </hint>