1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GlobalShortcutsDialog</class>
4 <widget class="QDialog" name="GlobalShortcutsDialog">
5  <property name="windowModality">
6   <enum>Qt::WindowModal</enum>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>400</width>
13    <height>216</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string notr="true">Dialog</string>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
20   <item row="0" column="0" colspan="2">
21    <widget class="QLabel" name="info_label">
22     <property name="text">
23      <string>Select the multimedia keys that SMPlayer will capture.</string>
24     </property>
25     <property name="wordWrap">
26      <bool>true</bool>
27     </property>
28    </widget>
29   </item>
30   <item row="1" column="0">
31    <layout class="QVBoxLayout" name="verticalLayout">
32     <item>
33      <widget class="QCheckBox" name="play_check">
34       <property name="text">
35        <string>Media &amp;Play</string>
36       </property>
37      </widget>
38     </item>
39     <item>
40      <widget class="QCheckBox" name="stop_check">
41       <property name="text">
42        <string>Media &amp;Stop</string>
43       </property>
44      </widget>
45     </item>
46     <item>
47      <widget class="QCheckBox" name="previous_check">
48       <property name="text">
49        <string>Media Pre&amp;vious</string>
50       </property>
51      </widget>
52     </item>
53     <item>
54      <widget class="QCheckBox" name="next_check">
55       <property name="text">
56        <string>Media &amp;Next</string>
57       </property>
58      </widget>
59     </item>
60     <item>
61      <widget class="QCheckBox" name="pause_check">
62       <property name="text">
63        <string>Media P&amp;ause</string>
64       </property>
65      </widget>
66     </item>
67     <item>
68      <spacer name="verticalSpacer_3">
69       <property name="orientation">
70        <enum>Qt::Vertical</enum>
71       </property>
72       <property name="sizeHint" stdset="0">
73        <size>
74         <width>20</width>
75         <height>40</height>
76        </size>
77       </property>
78      </spacer>
79     </item>
80    </layout>
81   </item>
82   <item row="2" column="0" colspan="2">
83    <widget class="QDialogButtonBox" name="buttonBox">
84     <property name="orientation">
85      <enum>Qt::Horizontal</enum>
86     </property>
87     <property name="standardButtons">
88      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
89     </property>
90    </widget>
91   </item>
92   <item row="1" column="1">
93    <layout class="QVBoxLayout" name="verticalLayout_2">
94     <item>
95      <widget class="QCheckBox" name="record_check">
96       <property name="text">
97        <string>Media &amp;Record</string>
98       </property>
99      </widget>
100     </item>
101     <item>
102      <widget class="QCheckBox" name="mute_check">
103       <property name="text">
104        <string>Volume &amp;Mute</string>
105       </property>
106      </widget>
107     </item>
108     <item>
109      <widget class="QCheckBox" name="voldown_check">
110       <property name="text">
111        <string>Volume &amp;Down</string>
112       </property>
113      </widget>
114     </item>
115     <item>
116      <widget class="QCheckBox" name="volup_check">
117       <property name="text">
118        <string>Volume &amp;Up</string>
119       </property>
120      </widget>
121     </item>
122     <item>
123      <spacer name="verticalSpacer_2">
124       <property name="orientation">
125        <enum>Qt::Vertical</enum>
126       </property>
127       <property name="sizeHint" stdset="0">
128        <size>
129         <width>20</width>
130         <height>40</height>
131        </size>
132       </property>
133      </spacer>
134     </item>
135    </layout>
136   </item>
137  </layout>
138 </widget>
139 <tabstops>
140  <tabstop>play_check</tabstop>
141  <tabstop>stop_check</tabstop>
142  <tabstop>previous_check</tabstop>
143  <tabstop>next_check</tabstop>
144  <tabstop>pause_check</tabstop>
145  <tabstop>record_check</tabstop>
146  <tabstop>mute_check</tabstop>
147  <tabstop>voldown_check</tabstop>
148  <tabstop>volup_check</tabstop>
149  <tabstop>buttonBox</tabstop>
150 </tabstops>
151 <resources/>
152 <connections>
153  <connection>
154   <sender>buttonBox</sender>
155   <signal>accepted()</signal>
156   <receiver>GlobalShortcutsDialog</receiver>
157   <slot>accept()</slot>
158   <hints>
159    <hint type="sourcelabel">
160     <x>248</x>
161     <y>254</y>
162    </hint>
163    <hint type="destinationlabel">
164     <x>157</x>
165     <y>274</y>
166    </hint>
167   </hints>
168  </connection>
169  <connection>
170   <sender>buttonBox</sender>
171   <signal>rejected()</signal>
172   <receiver>GlobalShortcutsDialog</receiver>
173   <slot>reject()</slot>
174   <hints>
175    <hint type="sourcelabel">
176     <x>316</x>
177     <y>260</y>
178    </hint>
179    <hint type="destinationlabel">
180     <x>286</x>
181     <y>274</y>
182    </hint>
183   </hints>
184  </connection>
185 </connections>
186</ui>
187