57f242801b95daf1faca5963e76a89a9b2840f23
[quassel.git] / src / qtui / ui / coreinfodlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CoreInfoDlg</class>
4  <widget class="QDialog" name="CoreInfoDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>566</width>
10     <height>349</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Core Information</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0,0">
17    <item>
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="0" column="0">
20       <widget class="QLabel" name="labelCoreVersionTitle">
21        <property name="text">
22         <string>Version:</string>
23        </property>
24       </widget>
25      </item>
26      <item row="0" column="1">
27       <widget class="QLabel" name="labelCoreVersion">
28        <property name="text">
29         <string notr="true">&lt;core version&gt;</string>
30        </property>
31       </widget>
32      </item>
33      <item row="1" column="0">
34       <widget class="QLabel" name="labelCoreVersionDateTitle">
35        <property name="text">
36         <string>Version date:</string>
37        </property>
38       </widget>
39      </item>
40      <item row="1" column="1">
41       <widget class="QLabel" name="labelCoreVersionDate">
42        <property name="text">
43         <string notr="true">&lt;version date&gt;</string>
44        </property>
45       </widget>
46      </item>
47      <item row="2" column="0">
48       <widget class="QLabel" name="labelUptimeTitle">
49        <property name="text">
50         <string>Uptime:</string>
51        </property>
52       </widget>
53      </item>
54      <item row="2" column="1">
55       <widget class="QLabel" name="labelUptime">
56        <property name="text">
57         <string notr="true">&lt;core uptime&gt;</string>
58        </property>
59       </widget>
60      </item>
61      <item row="3" column="0">
62       <widget class="QLabel" name="labelClientCountTitle">
63        <property name="text">
64         <string>Connected Clients:</string>
65        </property>
66       </widget>
67      </item>
68      <item row="3" column="1">
69       <widget class="QLabel" name="labelClientCount">
70        <property name="text">
71         <string notr="true">&lt;connected clients&gt;</string>
72        </property>
73       </widget>
74      </item>
75     </layout>
76    </item>
77    <item>
78     <widget class="QScrollArea" name="coreSessionScrollArea">
79      <property name="sizePolicy">
80       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
81        <horstretch>0</horstretch>
82        <verstretch>0</verstretch>
83       </sizepolicy>
84      </property>
85      <property name="widgetResizable">
86       <bool>true</bool>
87      </property>
88      <property name="alignment">
89       <set>Qt::AlignHCenter|Qt::AlignTop</set>
90      </property>
91      <widget class="QWidget" name="coreSessionScrollContainer">
92       <property name="geometry">
93        <rect>
94         <x>0</x>
95         <y>0</y>
96         <width>550</width>
97         <height>187</height>
98        </rect>
99       </property>
100       <property name="sizePolicy">
101        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
102         <horstretch>0</horstretch>
103         <verstretch>0</verstretch>
104        </sizepolicy>
105       </property>
106       <layout class="QVBoxLayout" name="verticalLayout_3">
107        <item>
108         <layout class="QVBoxLayout" name="coreSessionContainer">
109          <item>
110           <spacer name="verticalSpacer">
111            <property name="orientation">
112             <enum>Qt::Vertical</enum>
113            </property>
114            <property name="sizeHint" stdset="0">
115             <size>
116              <width>20</width>
117              <height>40</height>
118             </size>
119            </property>
120           </spacer>
121          </item>
122         </layout>
123        </item>
124       </layout>
125      </widget>
126     </widget>
127    </item>
128    <item>
129     <spacer name="mainSpacer">
130      <property name="orientation">
131       <enum>Qt::Vertical</enum>
132      </property>
133      <property name="sizeHint" stdset="0">
134       <size>
135        <width>0</width>
136        <height>0</height>
137       </size>
138      </property>
139     </spacer>
140    </item>
141    <item>
142     <layout class="QGridLayout" name="gridLayout_2">
143      <item row="1" column="1">
144       <widget class="QPushButton" name="closeButton">
145        <property name="text">
146         <string>Close</string>
147        </property>
148       </widget>
149      </item>
150      <item row="1" column="0">
151       <spacer name="horizontalSpacer">
152        <property name="orientation">
153         <enum>Qt::Horizontal</enum>
154        </property>
155        <property name="sizeHint" stdset="0">
156         <size>
157          <width>40</width>
158          <height>20</height>
159         </size>
160        </property>
161       </spacer>
162      </item>
163      <item row="1" column="2">
164       <spacer name="horizontalSpacer_2">
165        <property name="orientation">
166         <enum>Qt::Horizontal</enum>
167        </property>
168        <property name="sizeHint" stdset="0">
169         <size>
170          <width>40</width>
171          <height>20</height>
172         </size>
173        </property>
174       </spacer>
175      </item>
176     </layout>
177    </item>
178   </layout>
179  </widget>
180  <resources/>
181  <connections/>
182 </ui>