]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_hotkeys.ui
99f3a0353a26a4837f0142c219f1df27c4968ef0
[vlc] / modules / gui / qt4 / ui / sprefs_hotkeys.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>SPrefsHotkeys</class>
4  <widget class="QWidget" name="SPrefsVideo" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>426</width>
10     <height>474</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" >
17    <property name="margin" >
18     <number>9</number>
19    </property>
20    <property name="spacing" >
21     <number>6</number>
22    </property>
23    <item row="2" column="1" >
24     <widget class="QLineEdit" name="shortcutValue" >
25      <property name="inputMask" >
26       <string/>
27      </property>
28      <property name="text" >
29       <string>Customize here</string>
30      </property>
31      <property name="echoMode" >
32       <enum>QLineEdit::Normal</enum>
33      </property>
34      <property name="readOnly" >
35       <bool>true</bool>
36      </property>
37     </widget>
38    </item>
39    <item row="2" column="0" >
40     <widget class="QPushButton" name="customizeShortcut" >
41      <property name="text" >
42       <string>Customize</string>
43      </property>
44     </widget>
45    </item>
46    <item row="1" column="0" colspan="2" >
47     <widget class="QTreeWidget" name="shortcutsTree" >
48      <property name="columnCount" >
49       <number>2</number>
50      </property>
51      <column>
52       <property name="text" >
53        <string>Action</string>
54       </property>
55      </column>
56      <column>
57       <property name="text" >
58        <string>Shortcut</string>
59       </property>
60      </column>
61    </widget>
62    </item>
63    <item row="0" column="0" >
64     <widget class="QLabel" name="label" >
65      <property name="text" >
66       <string>Search</string>
67      </property>
68     </widget>
69    </item>
70    <item row="0" column="1" >
71     <widget class="QLineEdit" name="actionSearch" />
72    </item>
73   </layout>
74  </widget>
75  <resources/>
76  <connections/>
77 </ui>