]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/IndicesUi.ui
Split the overcrowded and chaotic UI pref pane into two (#7524)
[lyx.git] / src / frontends / qt4 / ui / IndicesUi.ui
1 <ui version="4.0" >
2  <class>IndicesUi</class>
3  <widget class="QWidget" name="IndicesUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>401</width>
9     <height>340</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" colspan="2" >
17     <widget class="QGroupBox" name="indexGB" >
18      <property name="toolTip" >
19       <string>Here you can define an alternative index processor and specify its options.</string>
20      </property>
21      <property name="title" >
22       <string>Index generation</string>
23      </property>
24      <property name="flat" >
25       <bool>true</bool>
26      </property>
27      <layout class="QGridLayout" name="gridLayout_2" >
28       <item row="0" column="0" >
29        <layout class="QHBoxLayout" name="horizontalLayout" >
30         <item>
31          <widget class="QLabel" name="indexLA" >
32           <property name="text" >
33            <string>&amp;Processor:</string>
34           </property>
35           <property name="buddy" >
36            <cstring>indexCO</cstring>
37           </property>
38          </widget>
39         </item>
40         <item>
41          <widget class="QComboBox" name="indexCO" >
42           <property name="toolTip" >
43            <string>Select a processor</string>
44           </property>
45          </widget>
46         </item>
47        </layout>
48       </item>
49       <item row="1" column="0" >
50        <layout class="QHBoxLayout" name="horizontalLayout_2" >
51         <item>
52          <widget class="QLabel" name="indexOptionsLA" >
53           <property name="text" >
54            <string>&amp;Options:</string>
55           </property>
56           <property name="buddy" >
57            <cstring>indexOptionsLE</cstring>
58           </property>
59          </widget>
60         </item>
61         <item>
62          <widget class="QLineEdit" name="indexOptionsLE" >
63           <property name="toolTip" >
64            <string>Define program options of the selected processor.</string>
65           </property>
66          </widget>
67         </item>
68        </layout>
69       </item>
70       <item rowspan="2" row="0" column="1" >
71        <spacer name="horizontalSpacer" >
72         <property name="orientation" >
73          <enum>Qt::Horizontal</enum>
74         </property>
75         <property name="sizeHint" stdset="0" >
76          <size>
77           <width>183</width>
78           <height>20</height>
79          </size>
80         </property>
81        </spacer>
82       </item>
83      </layout>
84     </widget>
85    </item>
86    <item row="1" column="0" >
87     <widget class="QCheckBox" name="multipleIndicesCB" >
88      <property name="toolTip" >
89       <string>Check if you need multiple indexes (e.g., an Index of Names)</string>
90      </property>
91      <property name="text" >
92       <string>&amp;Use multiple indexes</string>
93      </property>
94     </widget>
95    </item>
96    <item row="2" column="0" colspan="2" >
97     <widget class="Line" name="line" >
98      <property name="orientation" >
99       <enum>Qt::Horizontal</enum>
100      </property>
101     </widget>
102    </item>
103    <item row="3" column="0" colspan="2" >
104     <layout class="QHBoxLayout" >
105      <property name="spacing" >
106       <number>6</number>
107      </property>
108      <property name="margin" >
109       <number>0</number>
110      </property>
111      <item>
112       <widget class="QLabel" name="newIndexLA" >
113        <property name="text" >
114         <string>&amp;New:[[index]]</string>
115        </property>
116        <property name="buddy" >
117         <cstring>newIndexLE</cstring>
118        </property>
119       </widget>
120      </item>
121      <item>
122       <widget class="QLineEdit" name="newIndexLE" >
123        <property name="toolTip" >
124         <string>Enter the name of the desired index (e.g. "Index of Names") and hit "Add"</string>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <widget class="QPushButton" name="addIndexPB" >
130        <property name="toolTip" >
131         <string>Add a new index to the list</string>
132        </property>
133        <property name="text" >
134         <string>&amp;Add</string>
135        </property>
136       </widget>
137      </item>
138     </layout>
139    </item>
140    <item row="4" column="0" >
141     <widget class="QLabel" name="availableLA" >
142      <property name="text" >
143       <string>A&amp;vailable Indexes:</string>
144      </property>
145      <property name="buddy" >
146       <cstring>indicesTW</cstring>
147      </property>
148     </widget>
149    </item>
150    <item rowspan="4" row="5" column="0" >
151     <widget class="QTreeWidget" name="indicesTW" >
152      <column>
153       <property name="text" >
154        <string>1</string>
155       </property>
156      </column>
157     </widget>
158    </item>
159    <item row="5" column="1" >
160     <widget class="QPushButton" name="removePB" >
161      <property name="toolTip" >
162       <string>Remove the selected index</string>
163      </property>
164      <property name="text" >
165       <string>&amp;Remove</string>
166      </property>
167     </widget>
168    </item>
169    <item row="6" column="1" >
170     <widget class="QPushButton" name="renamePB" >
171      <property name="toolTip" >
172       <string>Rename the selected index</string>
173      </property>
174      <property name="text" >
175       <string>R&amp;ename...</string>
176      </property>
177     </widget>
178    </item>
179    <item row="7" column="1" >
180     <widget class="QPushButton" name="colorPB" >
181      <property name="toolTip" >
182       <string>Define or change button color</string>
183      </property>
184      <property name="text" >
185       <string>Alter Co&amp;lor...</string>
186      </property>
187     </widget>
188    </item>
189    <item row="8" column="1" >
190     <spacer>
191      <property name="orientation" >
192       <enum>Qt::Vertical</enum>
193      </property>
194      <property name="sizeType" >
195       <enum>QSizePolicy::Expanding</enum>
196      </property>
197      <property name="sizeHint" stdset="0" >
198       <size>
199        <width>20</width>
200        <height>121</height>
201       </size>
202      </property>
203     </spacer>
204    </item>
205   </layout>
206  </widget>
207  <includes>
208   <include location="local" >qt_i18n.h</include>
209  </includes>
210  <resources/>
211  <connections/>
212 </ui>