]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/MasterChildUi.ui
Add layout intelligence to View Source pane (bug #8653).
[lyx.git] / src / frontends / qt4 / ui / MasterChildUi.ui
1 <ui version="4.0" >
2  <class>MasterChildUi</class>
3  <widget class="QWidget" name="MasterChildUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>348</width>
9     <height>355</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="0" column="0" >
23     <widget class="QGroupBox" name="includeonlyGB" >
24      <property name="title" >
25       <string>Master Document Output</string>
26      </property>
27      <property name="flat" >
28       <bool>true</bool>
29      </property>
30      <layout class="QGridLayout" >
31       <property name="margin" >
32        <number>9</number>
33       </property>
34       <property name="spacing" >
35        <number>6</number>
36       </property>
37       <item row="1" column="0" >
38        <widget class="QRadioButton" name="includeonlyRB" >
39         <property name="toolTip" >
40          <string>Include only the selected subdocuments in the output</string>
41         </property>
42         <property name="text" >
43          <string>Include only &amp;selected children</string>
44         </property>
45        </widget>
46       </item>
47       <item row="2" column="0" >
48        <widget class="QCheckBox" name="maintainAuxCB" >
49         <property name="toolTip" >
50          <string>Assure counters and references are as in the complete document (prolonges compilation)</string>
51         </property>
52         <property name="text" >
53          <string>&amp;Maintain counters and references</string>
54         </property>
55        </widget>
56       </item>
57       <item row="3" column="0" >
58        <widget class="QTreeWidget" name="childrenTW" />
59       </item>
60       <item row="0" column="0" >
61        <widget class="QRadioButton" name="includeallRB" >
62         <property name="toolTip" >
63          <string>Include all subdocuments in the output</string>
64         </property>
65         <property name="text" >
66          <string>&amp;Include all children</string>
67         </property>
68        </widget>
69       </item>
70      </layout>
71     </widget>
72    </item>
73   </layout>
74  </widget>
75  <includes>
76   <include location="local" >qt_i18n.h</include>
77  </includes>
78  <resources/>
79  <connections/>
80 </ui>