cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / qtui / 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           <property name="openExternalLinks">
47            <bool>true</bool>
48           </property>
49           <property name="textInteractionFlags">
50            <set>Qt::TextBrowserInteraction</set>
51           </property>
52          </widget>
53         </item>
54         <item row="1" column="0">
55          <widget class="QLabel" name="labelVersionDateTitle">
56           <property name="text">
57            <string>Version date:</string>
58           </property>
59          </widget>
60         </item>
61         <item row="1" column="1">
62          <widget class="QLabel" name="labelVersionDate">
63           <property name="text">
64            <string notr="true">Sun Aug 27 04:29:53 2017</string>
65           </property>
66          </widget>
67         </item>
68         <item row="2" column="0">
69          <widget class="QLabel" name="labelLocationTitle">
70           <property name="text">
71            <string>Location:</string>
72           </property>
73          </widget>
74         </item>
75         <item row="2" column="1">
76          <widget class="QLabel" name="labelLocation">
77           <property name="text">
78            <string notr="true">Kiel, Germany</string>
79           </property>
80          </widget>
81         </item>
82         <item row="3" column="0">
83          <widget class="QLabel" name="labelUptimeTitle">
84           <property name="text">
85            <string>Connected since:</string>
86           </property>
87          </widget>
88         </item>
89         <item row="3" column="1">
90          <widget class="QLabel" name="labelUptime">
91           <property name="text">
92            <string notr="true">Sun Aug 27 15:03:10 2017</string>
93           </property>
94          </widget>
95         </item>
96         <item row="4" column="0">
97          <widget class="QLabel" name="labelSecureTitle">
98           <property name="text">
99            <string>Secure:</string>
100           </property>
101          </widget>
102         </item>
103         <item row="4" column="1">
104          <widget class="QLabel" name="labelSecure">
105           <property name="text">
106            <string notr="true">No</string>
107           </property>
108          </widget>
109         </item>
110        </layout>
111       </item>
112       <item>
113        <layout class="QHBoxLayout" name="actionsLayout">
114         <item>
115          <spacer name="horizontalSpacer">
116           <property name="orientation">
117            <enum>Qt::Horizontal</enum>
118           </property>
119           <property name="sizeHint" stdset="0">
120            <size>
121             <width>40</width>
122             <height>0</height>
123            </size>
124           </property>
125          </spacer>
126         </item>
127         <item>
128          <widget class="QPushButton" name="disconnectButton">
129           <property name="text">
130            <string>End Session</string>
131           </property>
132          </widget>
133         </item>
134        </layout>
135       </item>
136      </layout>
137     </widget>
138    </item>
139   </layout>
140  </widget>
141  <resources/>
142  <connections/>
143 </ui>