]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/IndexUi.ui
Add layout intelligence to View Source pane (bug #8653).
[lyx.git] / src / frontends / qt4 / ui / IndexUi.ui
1 <ui version="4.0" >
2  <class>IndexUi</class>
3  <widget class="QDialog" name="IndexUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>262</width>
9     <height>108</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="1" column="0" >
26     <spacer>
27      <property name="orientation" >
28       <enum>Qt::Horizontal</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>71</width>
33        <height>20</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="1" column="1" >
39     <widget class="QPushButton" name="okPB" >
40      <property name="text" >
41       <string>&amp;OK</string>
42      </property>
43      <property name="default" >
44       <bool>false</bool>
45      </property>
46     </widget>
47    </item>
48    <item row="0" column="0" colspan="3" >
49     <layout class="QVBoxLayout" >
50      <property name="margin" >
51       <number>0</number>
52      </property>
53      <property name="spacing" >
54       <number>6</number>
55      </property>
56      <item>
57       <widget class="QLabel" name="indicesLA" >
58        <property name="text" >
59         <string>A&amp;vailable Indexes:</string>
60        </property>
61        <property name="buddy" >
62         <cstring>indicesCO</cstring>
63        </property>
64       </widget>
65      </item>
66      <item>
67       <widget class="QComboBox" name="indicesCO" >
68        <property name="toolTip" >
69         <string>Select the index this entry should be listed in.</string>
70        </property>
71       </widget>
72      </item>
73     </layout>
74    </item>
75    <item row="1" column="2" >
76     <widget class="QPushButton" name="cancelPB" >
77      <property name="text" >
78       <string>&amp;Cancel</string>
79      </property>
80      <property name="default" >
81       <bool>true</bool>
82      </property>
83     </widget>
84    </item>
85   </layout>
86  </widget>
87  <tabstops>
88   <tabstop>indicesCO</tabstop>
89   <tabstop>okPB</tabstop>
90   <tabstop>cancelPB</tabstop>
91  </tabstops>
92  <includes>
93   <include location="local" >qt_i18n.h</include>
94  </includes>
95  <resources/>
96  <connections/>
97 </ui>