2018-07-09 09:46:39 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-04-17 09:22:44 +00:00
|
|
|
<class>IndexUi</class>
|
2018-07-09 09:46:39 +02:00
|
|
|
<widget class="QDialog" name="IndexUi">
|
|
|
|
<property name="geometry">
|
2009-04-17 09:22:44 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>262</width>
|
2018-07-09 09:46:39 +02:00
|
|
|
<height>121</height>
|
2009-04-17 09:22:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<property name="windowTitle">
|
2009-04-17 09:22:44 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2009-04-17 09:22:44 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
2009-04-17 09:22:44 +00:00
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2009-04-17 09:22:44 +00:00
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
2009-04-17 09:22:44 +00:00
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<property name="rightMargin">
|
2009-04-17 09:22:44 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2009-04-17 09:22:44 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2018-07-09 09:46:39 +02:00
|
|
|
<widget class="QLabel" name="indicesLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Available I&ndexes:</string>
|
2009-04-17 09:22:44 +00:00
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
<property name="buddy">
|
2009-04-17 09:22:44 +00:00
|
|
|
<cstring>indicesCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-07-09 09:46:39 +02:00
|
|
|
<widget class="QComboBox" name="indicesCO">
|
|
|
|
<property name="toolTip">
|
2009-04-17 09:22:44 +00:00
|
|
|
<string>Select the index this entry should be listed in.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-07-09 09:46:39 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2009-04-17 09:22:44 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>indicesCO</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<includes>
|
2018-07-09 09:46:39 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2009-04-17 09:22:44 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|