mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-16 16:18:22 +00:00
f4dc4fb4fd
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33313 a592a061-630c-0410-9148-cb99ea01b6c8
81 lines
2.2 KiB
XML
81 lines
2.2 KiB
XML
<ui version="4.0" >
|
|
<class>MasterChildUi</class>
|
|
<widget class="QWidget" name="MasterChildUi" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>348</width>
|
|
<height>355</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0" >
|
|
<widget class="QGroupBox" name="includeonlyGB" >
|
|
<property name="title" >
|
|
<string>Master Document Output</string>
|
|
</property>
|
|
<property name="flat" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="1" column="0" >
|
|
<widget class="QRadioButton" name="includeonlyRB" >
|
|
<property name="toolTip" >
|
|
<string>Include only the selected subdocuments in the output</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Include only &selected children</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" >
|
|
<widget class="QCheckBox" name="maintainAuxCB" >
|
|
<property name="toolTip" >
|
|
<string>Assure counters and references are as in the complete document (prolonges compilation)</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Maintain counters and references</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" >
|
|
<widget class="QTreeWidget" name="childrenTW" />
|
|
</item>
|
|
<item row="0" column="0" >
|
|
<widget class="QRadioButton" name="includeallRB" >
|
|
<property name="toolTip" >
|
|
<string>Include all subdocuments in the output</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Include all children</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<includes>
|
|
<include location="local" >qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|