cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / qtui / qtmultimedianotificationconfigwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QtMultimediaNotificationConfigWidget</class>
4  <widget class="QWidget" name="QtMultimediaNotificationConfigWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>439</width>
10     <height>36</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <widget class="QCheckBox" name="enabled">
19      <property name="text">
20       <string>Play a sound</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <spacer name="horizontalSpacer">
26      <property name="orientation">
27       <enum>Qt::Horizontal</enum>
28      </property>
29      <property name="sizeType">
30       <enum>QSizePolicy::Fixed</enum>
31      </property>
32      <property name="sizeHint" stdset="0">
33       <size>
34        <width>20</width>
35        <height>20</height>
36       </size>
37      </property>
38     </spacer>
39    </item>
40    <item>
41     <widget class="QToolButton" name="play">
42      <property name="enabled">
43       <bool>false</bool>
44      </property>
45      <property name="toolTip">
46       <string>Prelisten to the selected sound</string>
47      </property>
48      <property name="text">
49       <string/>
50      </property>
51     </widget>
52    </item>
53    <item>
54     <widget class="QLineEdit" name="filename">
55      <property name="enabled">
56       <bool>false</bool>
57      </property>
58      <property name="toolTip">
59       <string>Select the sound file to play</string>
60      </property>
61     </widget>
62    </item>
63    <item>
64     <widget class="QToolButton" name="open">
65      <property name="enabled">
66       <bool>false</bool>
67      </property>
68      <property name="toolTip">
69       <string>Select the sound file to play</string>
70      </property>
71      <property name="text">
72       <string/>
73      </property>
74     </widget>
75    </item>
76   </layout>
77  </widget>
78  <resources/>
79  <connections>
80   <connection>
81    <sender>enabled</sender>
82    <signal>toggled(bool)</signal>
83    <receiver>filename</receiver>
84    <slot>setEnabled(bool)</slot>
85    <hints>
86     <hint type="sourcelabel">
87      <x>59</x>
88      <y>15</y>
89     </hint>
90     <hint type="destinationlabel">
91      <x>246</x>
92      <y>20</y>
93     </hint>
94    </hints>
95   </connection>
96   <connection>
97    <sender>enabled</sender>
98    <signal>toggled(bool)</signal>
99    <receiver>open</receiver>
100    <slot>setEnabled(bool)</slot>
101    <hints>
102     <hint type="sourcelabel">
103      <x>89</x>
104      <y>18</y>
105     </hint>
106     <hint type="destinationlabel">
107      <x>426</x>
108      <y>22</y>
109     </hint>
110    </hints>
111   </connection>
112  </connections>
113 </ui>