]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PrintindexUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / PrintindexUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrintindexUi</class>
4  <widget class="QDialog" name="PrintindexUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>287</width>
10     <height>150</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">
20    <item row="0" column="0">
21     <layout class="QVBoxLayout">
22      <property name="spacing">
23       <number>6</number>
24      </property>
25      <property name="leftMargin">
26       <number>0</number>
27      </property>
28      <property name="topMargin">
29       <number>0</number>
30      </property>
31      <property name="rightMargin">
32       <number>0</number>
33      </property>
34      <property name="bottomMargin">
35       <number>0</number>
36      </property>
37      <item>
38       <widget class="QLabel" name="indicesLA">
39        <property name="text">
40         <string>Available i&amp;ndexes:</string>
41        </property>
42        <property name="buddy">
43         <cstring>indicesCO</cstring>
44        </property>
45       </widget>
46      </item>
47      <item>
48       <widget class="QComboBox" name="indicesCO">
49        <property name="toolTip">
50         <string>Select the index that shall be printed at this place of the document.</string>
51        </property>
52       </widget>
53      </item>
54     </layout>
55    </item>
56    <item row="1" column="0">
57     <layout class="QHBoxLayout" name="horizontalLayout_2">
58      <item>
59       <widget class="QCheckBox" name="subindexCB">
60        <property name="toolTip">
61         <string>Check if this index should be part (e.g., a section) of the former one.</string>
62        </property>
63        <property name="text">
64         <string>&amp;Subindex</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QCheckBox" name="literalCB">
70        <property name="toolTip">
71         <string>Pass index names literally to LaTeX. Check this if you want to use LaTeX code in index names.</string>
72        </property>
73        <property name="text">
74         <string>Li&amp;teral</string>
75        </property>
76       </widget>
77      </item>
78     </layout>
79    </item>
80    <item row="2" column="0">
81     <widget class="QDialogButtonBox" name="buttonBox">
82      <property name="standardButtons">
83       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
84      </property>
85     </widget>
86    </item>
87   </layout>
88  </widget>
89  <tabstops>
90   <tabstop>indicesCO</tabstop>
91  </tabstops>
92  <includes>
93   <include location="local">qt_i18n.h</include>
94  </includes>
95  <resources/>
96  <connections/>
97 </ui>