Implement core-side highlights
[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>509</width>
10     <height>204</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>480</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="maximumSize">
26    <size>
27     <width>16777215</width>
28     <height>16777215</height>
29    </size>
30   </property>
31   <layout class="QGridLayout" name="gridLayout_4">
32    <item row="0" column="0">
33     <layout class="QGridLayout" name="mainLayout" rowstretch="0,0,0">
34      <item row="0" column="0">
35       <layout class="QHBoxLayout" name="titleLayout">
36        <item>
37         <widget class="QLabel" name="labelRemoteAddress">
38          <property name="font">
39           <font>
40            <pointsize>13</pointsize>
41            <weight>75</weight>
42            <bold>true</bold>
43           </font>
44          </property>
45          <property name="text">
46           <string notr="true">10.104.241.277</string>
47          </property>
48         </widget>
49        </item>
50        <item>
51         <widget class="QLabel" name="iconSecure">
52          <property name="sizePolicy">
53           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
54            <horstretch>0</horstretch>
55            <verstretch>0</verstretch>
56           </sizepolicy>
57          </property>
58          <property name="minimumSize">
59           <size>
60            <width>32</width>
61            <height>32</height>
62           </size>
63          </property>
64          <property name="text">
65           <string />
66          </property>
67          <property name="alignment">
68           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
69          </property>
70          <property name="textInteractionFlags">
71           <set>Qt::NoTextInteraction</set>
72          </property>
73         </widget>
74        </item>
75       </layout>
76      </item>
77      <item row="1" column="0">
78       <layout class="QGridLayout" name="contentLayout" columnstretch="1,3">
79        <item row="0" column="0">
80         <widget class="QLabel" name="labelClientTitle">
81          <property name="styleSheet">
82           <string notr="true">opacity: 0.66;</string>
83          </property>
84          <property name="text">
85           <string>Client:</string>
86          </property>
87          <property name="alignment">
88           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
89          </property>
90         </widget>
91        </item>
92        <item row="0" column="1">
93         <widget class="QLabel" name="labelClient">
94          <property name="text">
95           <string notr="true">v0.13-pre (0.12.0+372 git-12df418)</string>
96          </property>
97         </widget>
98        </item>
99        <item row="1" column="0">
100         <widget class="QLabel" name="labelVersionDateTitle">
101          <property name="styleSheet">
102           <string notr="true">color: rgb(119, 119, 119);</string>
103          </property>
104          <property name="text">
105           <string>Version Date:</string>
106          </property>
107          <property name="alignment">
108           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
109          </property>
110         </widget>
111        </item>
112        <item row="1" column="1">
113         <widget class="QLabel" name="labelVersionDate">
114          <property name="text">
115           <string notr="true">Sun Aug 27 04:29:53 2017</string>
116          </property>
117         </widget>
118        </item>
119        <item row="2" column="0">
120         <widget class="QLabel" name="labelLocationTitle">
121          <property name="styleSheet">
122           <string notr="true">opacity: 0.66;</string>
123          </property>
124          <property name="text">
125           <string>Location:</string>
126          </property>
127          <property name="alignment">
128           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
129          </property>
130         </widget>
131        </item>
132        <item row="2" column="1">
133         <widget class="QLabel" name="labelLocation">
134          <property name="text">
135           <string notr="true">Kiel, Germany</string>
136          </property>
137         </widget>
138        </item>
139        <item row="3" column="0">
140         <widget class="QLabel" name="labelUptimeTitle">
141          <property name="styleSheet">
142           <string notr="true">color: rgb(119, 119, 119);</string>
143          </property>
144          <property name="text">
145           <string>Connected Since:</string>
146          </property>
147          <property name="alignment">
148           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
149          </property>
150         </widget>
151        </item>
152        <item row="3" column="1">
153         <widget class="QLabel" name="labelUptime">
154          <property name="text">
155           <string notr="true">Sun Aug 27 15:03:10 2017</string>
156          </property>
157         </widget>
158        </item>
159       </layout>
160      </item>
161      <item row="2" column="0">
162       <layout class="QHBoxLayout" name="actionsLayout">
163        <item>
164         <spacer name="horizontalSpacer">
165          <property name="orientation">
166           <enum>Qt::Horizontal</enum>
167          </property>
168          <property name="sizeHint" stdset="0">
169           <size>
170            <width>40</width>
171            <height>20</height>
172           </size>
173          </property>
174         </spacer>
175        </item>
176        <item>
177         <widget class="QPushButton" name="disconnectButton">
178          <property name="text">
179           <string>End Session</string>
180          </property>
181         </widget>
182        </item>
183       </layout>
184      </item>
185     </layout>
186    </item>
187    <item row="2" column="0">
188     <widget class="Line" name="line">
189      <property name="orientation">
190       <enum>Qt::Horizontal</enum>
191      </property>
192     </widget>
193    </item>
194   </layout>
195  </widget>
196  <resources />
197  <connections />
198 </ui>