]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/IndicesUi.ui
Introduce splitindex support. File format change.
[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" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="2" column="0" colspan="2" >
23     <layout class="QHBoxLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item>
31       <widget class="QLabel" name="newIndexLA" >
32        <property name="text" >
33         <string>&amp;New:</string>
34        </property>
35        <property name="buddy" >
36         <cstring>newIndexLE</cstring>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <widget class="QLineEdit" name="newIndexLE" >
42        <property name="toolTip" >
43         <string>Enter the name of the desired index (e.g. "Index of Names") and hit "Add"</string>
44        </property>
45       </widget>
46      </item>
47      <item>
48       <widget class="QPushButton" name="addIndexPB" >
49        <property name="toolTip" >
50         <string>Add a new branch to the list</string>
51        </property>
52        <property name="text" >
53         <string>&amp;Add</string>
54        </property>
55       </widget>
56      </item>
57     </layout>
58    </item>
59    <item row="4" column="1" >
60     <widget class="QPushButton" name="removePB" >
61      <property name="toolTip" >
62       <string>Remove the selected index</string>
63      </property>
64      <property name="text" >
65       <string>&amp;Remove</string>
66      </property>
67     </widget>
68    </item>
69    <item row="7" column="1" >
70     <spacer>
71      <property name="orientation" >
72       <enum>Qt::Vertical</enum>
73      </property>
74      <property name="sizeType" >
75       <enum>QSizePolicy::Expanding</enum>
76      </property>
77      <property name="sizeHint" >
78       <size>
79        <width>20</width>
80        <height>121</height>
81       </size>
82      </property>
83     </spacer>
84    </item>
85    <item row="3" column="0" >
86     <widget class="QLabel" name="availableLA" >
87      <property name="text" >
88       <string>A&amp;vailable Indices:</string>
89      </property>
90      <property name="buddy" >
91       <cstring>indicesTW</cstring>
92      </property>
93     </widget>
94    </item>
95    <item rowspan="4" row="4" column="0" >
96     <widget class="QTreeWidget" name="indicesTW" />
97    </item>
98    <item row="0" column="0" >
99     <widget class="QCheckBox" name="multipleIndicesCB" >
100      <property name="toolTip" >
101       <string>Check if you need multiple indices (e.g., an Index of Names)</string>
102      </property>
103      <property name="text" >
104       <string>&amp;Use multiple indices</string>
105      </property>
106     </widget>
107    </item>
108    <item row="1" column="0" colspan="2" >
109     <widget class="Line" name="line" >
110      <property name="orientation" >
111       <enum>Qt::Horizontal</enum>
112      </property>
113     </widget>
114    </item>
115    <item row="6" column="1" >
116     <widget class="QPushButton" name="colorPB" >
117      <property name="toolTip" >
118       <string>Define or change button color</string>
119      </property>
120      <property name="text" >
121       <string>Alter Co&amp;lor...</string>
122      </property>
123     </widget>
124    </item>
125    <item row="5" column="1" >
126     <widget class="QPushButton" name="renamePB" >
127      <property name="toolTip" >
128       <string>Rename the selected index</string>
129      </property>
130      <property name="text" >
131       <string>R&amp;ename...</string>
132      </property>
133     </widget>
134    </item>
135   </layout>
136  </widget>
137  <includes>
138   <include location="local" >qt_i18n.h</include>
139  </includes>
140  <resources/>
141  <connections/>
142 </ui>