Polish session list UI
[quassel.git] / src / qtui / ui / coresessionwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CoreSessionWidget</class>
4  <widget class="QWidget" name="CoreSessionWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>480</width>
10     <height>212</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>480</width>
16     <height>0</height>
17    </size>
18   </property>
19   <layout class="QGridLayout" name="sessionLayout">
20    <item row="0" column="0">
21     <widget class="QGroupBox" name="sessionGroup">
22      <property name="sizePolicy">
23       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
24        <horstretch>0</horstretch>
25        <verstretch>0</verstretch>
26       </sizepolicy>
27      </property>
28      <property name="title">
29       <string>12.34.56.78</string>
30      </property>
31      <layout class="QVBoxLayout" name="sessionGroupLayout">
32       <item>
33        <layout class="QGridLayout" name="contentLayout" columnstretch="1,3">
34         <item row="0" column="0">
35          <widget class="QLabel" name="labelClientTitle">
36           <property name="text">
37            <string>Client:</string>
38           </property>
39          </widget>
40         </item>
41         <item row="0" column="1">
42          <widget class="QLabel" name="labelClient">
43           <property name="text">
44            <string notr="true">v0.13-pre (0.12.0+372 git-12df418)</string>
45           </property>
46          </widget>
47         </item>
48         <item row="1" column="0">
49          <widget class="QLabel" name="labelVersionDateTitle">
50           <property name="text">
51            <string>Version Date:</string>
52           </property>
53          </widget>
54         </item>
55         <item row="1" column="1">
56          <widget class="QLabel" name="labelVersionDate">
57           <property name="text">
58            <string notr="true">Sun Aug 27 04:29:53 2017</string>
59           </property>
60          </widget>
61         </item>
62         <item row="2" column="0">
63          <widget class="QLabel" name="labelLocationTitle">
64           <property name="text">
65            <string>Location:</string>
66           </property>
67          </widget>
68         </item>
69         <item row="2" column="1">
70          <widget class="QLabel" name="labelLocation">
71           <property name="text">
72            <string notr="true">Kiel, Germany</string>
73           </property>
74          </widget>
75         </item>
76         <item row="3" column="0">
77          <widget class="QLabel" name="labelUptimeTitle">
78           <property name="text">
79            <string>Connected Since:</string>
80           </property>
81          </widget>
82         </item>
83         <item row="3" column="1">
84          <widget class="QLabel" name="labelUptime">
85           <property name="text">
86            <string notr="true">Sun Aug 27 15:03:10 2017</string>
87           </property>
88          </widget>
89         </item>
90         <item row="4" column="0">
91          <widget class="QLabel" name="labelSecureTitle">
92           <property name="text">
93            <string>Secure:</string>
94           </property>
95          </widget>
96         </item>
97         <item row="4" column="1">
98          <widget class="QLabel" name="labelSecure">
99           <property name="text">
100            <string notr="true">No</string>
101           </property>
102          </widget>
103         </item>
104        </layout>
105       </item>
106       <item>
107        <layout class="QHBoxLayout" name="actionsLayout">
108         <item>
109          <spacer name="horizontalSpacer">
110           <property name="orientation">
111            <enum>Qt::Horizontal</enum>
112           </property>
113           <property name="sizeHint" stdset="0">
114            <size>
115             <width>40</width>
116             <height>0</height>
117            </size>
118           </property>
119          </spacer>
120         </item>
121         <item>
122          <widget class="QPushButton" name="disconnectButton">
123           <property name="text">
124            <string>End Session</string>
125           </property>
126          </widget>
127         </item>
128        </layout>
129       </item>
130      </layout>
131     </widget>
132    </item>
133   </layout>
134  </widget>
135  <resources/>
136  <connections/>
137 </ui>