]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefShortcutsUi.ui
Properly extend qt standard widgets, remove the search button in PrefShortcuts.
[lyx.git] / src / frontends / qt4 / ui / PrefShortcutsUi.ui
1 <ui version="4.0" >
2  <class>PrefShortcuts</class>
3  <widget class="QWidget" name="PrefShortcuts" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>409</width>
9     <height>418</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>1</hsizetype>
15     <vsizetype>1</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle" >
21    <string/>
22   </property>
23   <layout class="QGridLayout" >
24    <property name="margin" >
25     <number>9</number>
26    </property>
27    <property name="spacing" >
28     <number>6</number>
29    </property>
30    <item row="6" column="2" >
31     <spacer>
32      <property name="orientation" >
33       <enum>Qt::Vertical</enum>
34      </property>
35      <property name="sizeType" >
36       <enum>QSizePolicy::Expanding</enum>
37      </property>
38      <property name="sizeHint" >
39       <size>
40        <width>51</width>
41        <height>83</height>
42       </size>
43      </property>
44     </spacer>
45    </item>
46    <item row="4" column="2" >
47     <spacer>
48      <property name="orientation" >
49       <enum>Qt::Vertical</enum>
50      </property>
51      <property name="sizeType" >
52       <enum>QSizePolicy::Expanding</enum>
53      </property>
54      <property name="sizeHint" >
55       <size>
56        <width>51</width>
57        <height>83</height>
58       </size>
59      </property>
60     </spacer>
61    </item>
62    <item row="0" column="1" >
63     <widget class="QLineEdit" name="bindFileED" />
64    </item>
65    <item rowspan="5" row="2" column="0" colspan="2" >
66     <widget class="QTreeWidget" name="shortcutsTW" />
67    </item>
68    <item row="3" column="2" >
69     <widget class="QPushButton" name="removePB" >
70      <property name="text" >
71       <string>Remove</string>
72      </property>
73     </widget>
74    </item>
75    <item row="2" column="2" >
76     <widget class="QPushButton" name="newPB" >
77      <property name="text" >
78       <string>New</string>
79      </property>
80     </widget>
81    </item>
82    <item row="0" column="2" >
83     <widget class="QPushButton" name="bindFilePB" >
84      <property name="text" >
85       <string>B&amp;rowse...</string>
86      </property>
87     </widget>
88    </item>
89    <item row="0" column="0" >
90     <widget class="QLabel" name="bindFileLA" >
91      <property name="text" >
92       <string>&amp;Bind file:</string>
93      </property>
94      <property name="buddy" >
95       <cstring>bindFileED</cstring>
96      </property>
97     </widget>
98    </item>
99    <item row="1" column="0" colspan="2" >
100     <widget class="QLabel" name="shortcutsLBL" >
101      <property name="text" >
102       <string>Shortcuts:</string>
103      </property>
104     </widget>
105    </item>
106    <item row="5" column="2" >
107     <widget class="SearchLineEdit" name="searchLE" >
108      <property name="sizePolicy" >
109       <sizepolicy>
110        <hsizetype>1</hsizetype>
111        <vsizetype>0</vsizetype>
112        <horstretch>0</horstretch>
113        <verstretch>0</verstretch>
114       </sizepolicy>
115      </property>
116      <property name="text" >
117       <string>Search ...</string>
118      </property>
119     </widget>
120    </item>
121   </layout>
122  </widget>
123  <customwidgets>
124   <customwidget>
125    <class>SearchLineEdit</class>
126    <extends>QLineEdit</extends>
127    <header>CustomizedWidgets.h</header>
128   </customwidget>
129  </customwidgets>
130  <tabstops>
131   <tabstop>bindFileED</tabstop>
132   <tabstop>bindFilePB</tabstop>
133  </tabstops>
134  <includes>
135   <include location="local" >qt_helpers.h</include>
136  </includes>
137  <resources/>
138  <connections/>
139 </ui>