~quassel-dev/quassel/i18n-master

« back to all changes in this revision

Viewing changes to gui/ui/coreconnectdlg.ui

  • Committer: Manuel Nickschas
  • Date: 2007-06-20 01:21:00 UTC
  • Revision ID: git-v1:077d44f36d2f5c730283ef6be839aea7dd073d56
Starting reorganization of files in preparation of separation of client and GUI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>CoreConnectDlg</class>
3
 
 <widget class="QDialog" name="CoreConnectDlg" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>499</width>
9
 
    <height>144</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="sizePolicy" >
13
 
   <sizepolicy>
14
 
    <hsizetype>5</hsizetype>
15
 
    <vsizetype>3</vsizetype>
16
 
    <horstretch>0</horstretch>
17
 
    <verstretch>0</verstretch>
18
 
   </sizepolicy>
19
 
  </property>
20
 
  <property name="windowTitle" >
21
 
   <string>Connect to Quassel Core</string>
22
 
  </property>
23
 
  <property name="windowIcon" >
24
 
   <iconset resource="../images/icons.qrc" >:/default/server.png</iconset>
25
 
  </property>
26
 
  <property name="modal" >
27
 
   <bool>false</bool>
28
 
  </property>
29
 
  <layout class="QVBoxLayout" >
30
 
   <property name="margin" >
31
 
    <number>9</number>
32
 
   </property>
33
 
   <property name="spacing" >
34
 
    <number>6</number>
35
 
   </property>
36
 
   <item>
37
 
    <widget class="QLabel" name="statusText" >
38
 
     <property name="text" >
39
 
      <string>Connect to Quassel Core running on:</string>
40
 
     </property>
41
 
    </widget>
42
 
   </item>
43
 
   <item>
44
 
    <layout class="QHBoxLayout" >
45
 
     <property name="margin" >
46
 
      <number>0</number>
47
 
     </property>
48
 
     <property name="spacing" >
49
 
      <number>6</number>
50
 
     </property>
51
 
     <item>
52
 
      <widget class="QLabel" name="hostLabel" >
53
 
       <property name="text" >
54
 
        <string>Host</string>
55
 
       </property>
56
 
      </widget>
57
 
     </item>
58
 
     <item>
59
 
      <widget class="QLineEdit" name="hostName" />
60
 
     </item>
61
 
     <item>
62
 
      <widget class="QLabel" name="portLabel" >
63
 
       <property name="text" >
64
 
        <string>Port</string>
65
 
       </property>
66
 
      </widget>
67
 
     </item>
68
 
     <item>
69
 
      <widget class="QSpinBox" name="hostPort" >
70
 
       <property name="maximum" >
71
 
        <number>65535</number>
72
 
       </property>
73
 
       <property name="minimum" >
74
 
        <number>1024</number>
75
 
       </property>
76
 
       <property name="value" >
77
 
        <number>4242</number>
78
 
       </property>
79
 
      </widget>
80
 
     </item>
81
 
    </layout>
82
 
   </item>
83
 
   <item>
84
 
    <widget class="QProgressBar" name="progressBar" >
85
 
     <property name="value" >
86
 
      <number>0</number>
87
 
     </property>
88
 
     <property name="orientation" >
89
 
      <enum>Qt::Horizontal</enum>
90
 
     </property>
91
 
    </widget>
92
 
   </item>
93
 
   <item>
94
 
    <spacer>
95
 
     <property name="orientation" >
96
 
      <enum>Qt::Vertical</enum>
97
 
     </property>
98
 
     <property name="sizeHint" >
99
 
      <size>
100
 
       <width>20</width>
101
 
       <height>53</height>
102
 
      </size>
103
 
     </property>
104
 
    </spacer>
105
 
   </item>
106
 
   <item>
107
 
    <layout class="QHBoxLayout" >
108
 
     <property name="margin" >
109
 
      <number>0</number>
110
 
     </property>
111
 
     <property name="spacing" >
112
 
      <number>6</number>
113
 
     </property>
114
 
     <item>
115
 
      <widget class="QCheckBox" name="autoConnect" >
116
 
       <property name="text" >
117
 
        <string>Connect automatically</string>
118
 
       </property>
119
 
       <property name="checked" >
120
 
        <bool>true</bool>
121
 
       </property>
122
 
      </widget>
123
 
     </item>
124
 
     <item>
125
 
      <spacer>
126
 
       <property name="orientation" >
127
 
        <enum>Qt::Horizontal</enum>
128
 
       </property>
129
 
       <property name="sizeHint" >
130
 
        <size>
131
 
         <width>101</width>
132
 
         <height>31</height>
133
 
        </size>
134
 
       </property>
135
 
      </spacer>
136
 
     </item>
137
 
     <item>
138
 
      <widget class="QDialogButtonBox" name="buttonBox" >
139
 
       <property name="orientation" >
140
 
        <enum>Qt::Horizontal</enum>
141
 
       </property>
142
 
       <property name="standardButtons" >
143
 
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
144
 
       </property>
145
 
      </widget>
146
 
     </item>
147
 
    </layout>
148
 
   </item>
149
 
  </layout>
150
 
 </widget>
151
 
 <resources>
152
 
  <include location="../images/icons.qrc" />
153
 
 </resources>
154
 
 <connections>
155
 
  <connection>
156
 
   <sender>buttonBox</sender>
157
 
   <signal>rejected()</signal>
158
 
   <receiver>CoreConnectDlg</receiver>
159
 
   <slot>reject()</slot>
160
 
   <hints>
161
 
    <hint type="sourcelabel" >
162
 
     <x>507</x>
163
 
     <y>273</y>
164
 
    </hint>
165
 
    <hint type="destinationlabel" >
166
 
     <x>297</x>
167
 
     <y>151</y>
168
 
    </hint>
169
 
   </hints>
170
 
  </connection>
171
 
 </connections>
172
 
</ui>