Sanitize topic message
[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>282</width>
9     <height>126</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="2" 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="3" 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="3" 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="2" 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      <item row="1" column="0" >
61       <widget class="QLabel" name="label" >
62        <property name="text" >
63         <string>Build date:</string>
64        </property>
65       </widget>
66      </item>
67      <item row="1" column="1" >
68       <widget class="QLabel" name="labelCoreBuildDate" >
69        <property name="text" >
70         <string>&lt;build date></string>
71        </property>
72       </widget>
73      </item>
74     </layout>
75    </item>
76    <item>
77     <layout class="QGridLayout" name="gridLayout_2" >
78      <item row="0" column="1" >
79       <widget class="QPushButton" name="closeButton" >
80        <property name="text" >
81         <string>Close</string>
82        </property>
83       </widget>
84      </item>
85      <item row="0" column="0" >
86       <spacer name="horizontalSpacer" >
87        <property name="orientation" >
88         <enum>Qt::Horizontal</enum>
89        </property>
90        <property name="sizeHint" stdset="0" >
91         <size>
92          <width>40</width>
93          <height>20</height>
94         </size>
95        </property>
96       </spacer>
97      </item>
98      <item row="0" column="2" >
99       <spacer name="horizontalSpacer_2" >
100        <property name="orientation" >
101         <enum>Qt::Horizontal</enum>
102        </property>
103        <property name="sizeHint" stdset="0" >
104         <size>
105          <width>40</width>
106          <height>20</height>
107         </size>
108        </property>
109       </spacer>
110      </item>
111     </layout>
112    </item>
113    <item>
114     <spacer name="verticalSpacer" >
115      <property name="orientation" >
116       <enum>Qt::Vertical</enum>
117      </property>
118      <property name="sizeHint" stdset="0" >
119       <size>
120        <width>20</width>
121        <height>0</height>
122       </size>
123      </property>
124     </spacer>
125    </item>
126   </layout>
127  </widget>
128  <resources/>
129  <connections/>
130 </ui>