Adds nicer ircuser tooltips
[quassel.git] / src / qtui / ui / snorentificationconfigwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SnoreNotificationConfigWidget</class>
4  <widget class="QWidget" name="SnoreNotificationConfigWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>440</width>
10     <height>110</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>440</width>
16     <height>110</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QHBoxLayout" name="horizontalLayout">
23    <property name="sizeConstraint">
24     <enum>QLayout::SetNoConstraint</enum>
25    </property>
26    <item>
27     <widget class="QGroupBox" name="groupBox">
28      <property name="title">
29       <string>Snore</string>
30      </property>
31      <widget class="QLabel" name="label">
32       <property name="geometry">
33        <rect>
34         <x>10</x>
35         <y>25</y>
36         <width>46</width>
37         <height>13</height>
38        </rect>
39       </property>
40       <property name="text">
41        <string>Backend:</string>
42       </property>
43      </widget>
44      <widget class="QComboBox" name="backends">
45       <property name="geometry">
46        <rect>
47         <x>70</x>
48         <y>20</y>
49         <width>331</width>
50         <height>22</height>
51        </rect>
52       </property>
53      </widget>
54      <widget class="QLabel" name="label_2">
55       <property name="geometry">
56        <rect>
57         <x>10</x>
58         <y>65</y>
59         <width>46</width>
60         <height>13</height>
61        </rect>
62       </property>
63       <property name="text">
64        <string>Timeout:</string>
65       </property>
66      </widget>
67      <widget class="QSpinBox" name="timeout">
68       <property name="geometry">
69        <rect>
70         <x>70</x>
71         <y>60</y>
72         <width>81</width>
73         <height>22</height>
74        </rect>
75       </property>
76       <property name="specialValueText">
77        <string/>
78       </property>
79       <property name="suffix">
80        <string> s</string>
81       </property>
82       <property name="minimum">
83        <number>0</number>
84       </property>
85      </widget>
86      <widget class="QLabel" name="label_3">
87       <property name="geometry">
88        <rect>
89         <x>170</x>
90         <y>65</y>
91         <width>101</width>
92         <height>16</height>
93        </rect>
94       </property>
95       <property name="text">
96        <string>0 means infinite</string>
97       </property>
98      </widget>
99     </widget>
100    </item>
101   </layout>
102  </widget>
103  <resources/>
104  <connections/>
105 </ui>