]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_hotkeys.ui
Qt4 : SimplePrefs: various fixes, remove some widgets, uniformity, cleaning and hidin...
[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="SPrefsHotkeys" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>421</width>
10     <height>511</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="sizePolicy" >
49       <sizepolicy>
50        <hsizetype>7</hsizetype>
51        <vsizetype>3</vsizetype>
52        <horstretch>4</horstretch>
53        <verstretch>4</verstretch>
54       </sizepolicy>
55      </property>
56      <property name="minimumSize" >
57       <size>
58        <width>350</width>
59        <height>350</height>
60       </size>
61      </property>
62      <property name="columnCount" >
63       <number>2</number>
64      </property>
65      <column>
66       <property name="text" >
67        <string>Action</string>
68       </property>
69      </column>
70      <column>
71       <property name="text" >
72        <string>Shortcut</string>
73       </property>
74      </column>
75     </widget>
76    </item>
77    <item row="0" column="0" >
78     <widget class="QLabel" name="label" >
79      <property name="text" >
80       <string>Search</string>
81      </property>
82     </widget>
83    </item>
84    <item row="0" column="1" >
85     <widget class="QLineEdit" name="actionSearch" />
86    </item>
87   </layout>
88  </widget>
89  <resources/>
90  <connections/>
91 </ui>