mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-17 08:32:48 +00:00
7a7ab8f14b
page numbering and the references of the master file are maintained in the included children (bug 1005). I made this optional since some people use \includeonly to save compilation time, but a proper aux file update needs a full compilation of the complete master prior to the compilation of the \includeonly master. Hence, a new buffer param is introduced (file format change). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32936 a592a061-630c-0410-9148-cb99ea01b6c8
81 lines
2.3 KiB
XML
81 lines
2.3 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 included 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>
|