778f0ecb5a1eac5ed11f50365f7f6402d2bfb049
[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">
17    <item>
18        <layout class="QGridLayout" name="gridLayout">
19            <item row="0" column="0">
20                <widget class="QLabel" name="label_2">
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>&lt;core version&gt;</string>
30        </property>
31       </widget>
32      </item>
33            <item row="2" column="0">
34                <widget class="QLabel" name="label_4">
35                    <property name="text">
36         <string>Uptime:</string>
37        </property>
38       </widget>
39      </item>
40            <item row="3" column="0">
41                <widget class="QLabel" name="label_3">
42                    <property name="text">
43         <string>Connected Clients:</string>
44        </property>
45       </widget>
46      </item>
47            <item row="3" column="1">
48                <widget class="QLabel" name="labelClientCount">
49                    <property name="text">
50                        <string>&lt;connected clients&gt;</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>&lt;core uptime&gt;</string>
58        </property>
59       </widget>
60      </item>
61            <item row="1" column="0">
62                <widget class="QLabel" name="label">
63                    <property name="text">
64         <string>Version date:</string>
65        </property>
66       </widget>
67      </item>
68            <item row="1" column="1">
69                <widget class="QLabel" name="labelCoreVersionDate">
70                    <property name="text">
71                        <string>&lt;version date&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>193</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                 <layout class="QGridLayout" name="gridLayout_2">
130                     <item row="1" column="1">
131                         <widget class="QPushButton" name="closeButton">
132                             <property name="text">
133         <string>Close</string>
134        </property>
135       </widget>
136      </item>
137                     <item row="1" column="0">
138                         <spacer name="horizontalSpacer">
139                             <property name="orientation">
140         <enum>Qt::Horizontal</enum>
141        </property>
142                             <property name="sizeHint" stdset="0">
143         <size>
144          <width>40</width>
145          <height>20</height>
146         </size>
147        </property>
148       </spacer>
149      </item>
150                     <item row="1" column="2">
151                         <spacer name="horizontalSpacer_2">
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     </layout>
164    </item>
165   </layout>
166  </widget>
167  <resources/>
168  <connections/>
169 </ui>