Basic implementation of indicators.
[quassel.git] / src / qtui / ui / indicatornotificationconfigwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>IndicatorNotificationConfigWidget</class>
4  <widget class="QWidget" name="IndicatorNotificationConfigWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>435</width>
10     <height>35</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QCheckBox" name="enabled">
19      <property name="text">
20       <string>Show messages in indicator</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <spacer name="verticalSpacer">
26      <property name="orientation">
27       <enum>Qt::Vertical</enum>
28      </property>
29      <property name="sizeHint" stdset="0">
30       <size>
31        <width>20</width>
32        <height>40</height>
33       </size>
34      </property>
35     </spacer>
36    </item>
37   </layout>
38  </widget>
39  <resources/>
40  <connections/>
41 </ui>