Introducing: Audio Notifications!
[quassel.git] / src / qtui / ui / phononnotificationconfigwidget.ui
1 <ui version="4.0" >
2  <class>PhononNotificationConfigWidget</class>
3  <widget class="QWidget" name="PhononNotificationConfigWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>482</width>
9     <height>78</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QGroupBox" name="enabled" >
18      <property name="title" >
19       <string>Audio Notification (via Phonon)</string>
20      </property>
21      <property name="checkable" >
22       <bool>true</bool>
23      </property>
24      <layout class="QHBoxLayout" name="horizontalLayout" >
25       <item>
26        <widget class="QLabel" name="label" >
27         <property name="text" >
28          <string>Play File:</string>
29         </property>
30        </widget>
31       </item>
32       <item>
33        <widget class="QLineEdit" name="filename" />
34       </item>
35       <item>
36        <widget class="QToolButton" name="play" >
37         <property name="enabled" >
38          <bool>false</bool>
39         </property>
40         <property name="text" >
41          <string/>
42         </property>
43        </widget>
44       </item>
45       <item>
46        <widget class="QToolButton" name="open" >
47         <property name="text" >
48          <string/>
49         </property>
50        </widget>
51       </item>
52      </layout>
53     </widget>
54    </item>
55   </layout>
56  </widget>
57  <resources/>
58  <connections/>
59 </ui>