first version of core info dialog
[quassel.git] / src / qtui / ui / coreinfodlg.ui
1 <ui version="4.0" >
2  <class>CoreInfoDlg</class>
3  <widget class="QDialog" name="CoreInfoDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>284</width>
9     <height>137</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Core Information</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <layout class="QGridLayout" name="gridLayout" >
18      <item row="0" column="0" >
19       <widget class="QLabel" name="label_2" >
20        <property name="text" >
21         <string>Version:</string>
22        </property>
23       </widget>
24      </item>
25      <item row="0" column="1" >
26       <widget class="QLabel" name="labelCoreVersion" >
27        <property name="text" >
28         <string>&lt;core version></string>
29        </property>
30       </widget>
31      </item>
32      <item row="1" column="0" >
33       <widget class="QLabel" name="label_4" >
34        <property name="text" >
35         <string>Uptime:</string>
36        </property>
37       </widget>
38      </item>
39      <item row="2" column="0" >
40       <widget class="QLabel" name="label_3" >
41        <property name="text" >
42         <string>Connected Clients:</string>
43        </property>
44       </widget>
45      </item>
46      <item row="2" column="1" >
47       <widget class="QLabel" name="labelClientCount" >
48        <property name="text" >
49         <string>&lt;connected clients></string>
50        </property>
51       </widget>
52      </item>
53      <item row="1" column="1" >
54       <widget class="QLabel" name="labelUptime" >
55        <property name="text" >
56         <string>&lt;core uptime></string>
57        </property>
58       </widget>
59      </item>
60     </layout>
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>28</height>
71       </size>
72      </property>
73     </spacer>
74    </item>
75   </layout>
76  </widget>
77  <resources/>
78  <connections/>
79 </ui>