]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/IndexUi.ui
Merge branch 'master' into features/indexmacros
[lyx.git] / src / frontends / qt / ui / IndexUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>IndexUi</class>
4  <widget class="QDialog" name="IndexUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>384</width>
10     <height>288</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout_3">
20    <item row="0" column="0">
21     <widget class="QGroupBox" name="indicesGB">
22      <property name="title">
23       <string>Available I&amp;ndexes</string>
24      </property>
25      <layout class="QGridLayout" name="gridLayout">
26       <item row="0" column="0">
27        <widget class="QComboBox" name="indicesCO">
28         <property name="toolTip">
29          <string>Select the index this entry should be listed in.</string>
30         </property>
31        </widget>
32       </item>
33       <item row="0" column="1">
34        <spacer name="horizontalSpacer">
35         <property name="orientation">
36          <enum>Qt::Horizontal</enum>
37         </property>
38         <property name="sizeHint" stdset="0">
39          <size>
40           <width>40</width>
41           <height>20</height>
42          </size>
43         </property>
44        </spacer>
45       </item>
46      </layout>
47     </widget>
48    </item>
49    <item row="1" column="0">
50     <widget class="QGroupBox" name="paginationGB">
51      <property name="title">
52       <string>&amp;Pagination</string>
53      </property>
54      <layout class="QGridLayout" name="gridLayout_2">
55       <item row="0" column="0">
56        <widget class="QLabel" name="rangeLA">
57         <property name="text">
58          <string>Page &amp;Range:</string>
59         </property>
60         <property name="buddy">
61          <cstring>rangeCO</cstring>
62         </property>
63        </widget>
64       </item>
65       <item row="0" column="1">
66        <widget class="QComboBox" name="rangeCO">
67         <property name="toolTip">
68          <string>If the entry spans multiple pages, you can start or end the range here</string>
69         </property>
70        </widget>
71       </item>
72       <item row="0" column="2">
73        <spacer name="horizontalSpacer_2">
74         <property name="orientation">
75          <enum>Qt::Horizontal</enum>
76         </property>
77         <property name="sizeHint" stdset="0">
78          <size>
79           <width>112</width>
80           <height>20</height>
81          </size>
82         </property>
83        </spacer>
84       </item>
85       <item row="1" column="0">
86        <widget class="QLabel" name="pageFormatLA">
87         <property name="text">
88          <string>&amp;Format:</string>
89         </property>
90         <property name="buddy">
91          <cstring>pageFormatCO</cstring>
92         </property>
93        </widget>
94       </item>
95       <item row="1" column="1">
96        <widget class="QComboBox" name="pageFormatCO">
97         <property name="toolTip">
98          <string>Customize the format of the page number here. Note that the format is not used with &quot;See&quot; and &quot;See also&quot; references.</string>
99         </property>
100        </widget>
101       </item>
102       <item row="1" column="2">
103        <widget class="QLineEdit" name="pageFormatLE">
104         <property name="toolTip">
105          <string>Enter custom command here (without leading backslash).</string>
106         </property>
107        </widget>
108       </item>
109      </layout>
110     </widget>
111    </item>
112    <item row="3" column="0">
113     <widget class="QDialogButtonBox" name="buttonBox">
114      <property name="standardButtons">
115       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
116      </property>
117     </widget>
118    </item>
119    <item row="2" column="0">
120     <spacer name="verticalSpacer">
121      <property name="orientation">
122       <enum>Qt::Vertical</enum>
123      </property>
124      <property name="sizeHint" stdset="0">
125       <size>
126        <width>20</width>
127        <height>40</height>
128       </size>
129      </property>
130     </spacer>
131    </item>
132   </layout>
133  </widget>
134  <tabstops>
135   <tabstop>indicesCO</tabstop>
136  </tabstops>
137  <includes>
138   <include location="local">qt_i18n.h</include>
139  </includes>
140  <resources/>
141  <connections/>
142 </ui>