]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/IndexUi.ui
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / 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>262</width>
10     <height>121</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 this entry should be listed in.</string>
51        </property>
52       </widget>
53      </item>
54     </layout>
55    </item>
56    <item row="1" column="0">
57     <widget class="QDialogButtonBox" name="buttonBox">
58      <property name="standardButtons">
59       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
60      </property>
61     </widget>
62    </item>
63   </layout>
64  </widget>
65  <tabstops>
66   <tabstop>indicesCO</tabstop>
67  </tabstops>
68  <includes>
69   <include location="local">qt_i18n.h</include>
70  </includes>
71  <resources/>
72  <connections/>
73 </ui>