]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/MasterChildUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / MasterChildUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MasterChildUi</class>
4  <widget class="QWidget" name="MasterChildUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>359</width>
10     <height>444</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3">
17    <item row="0" column="0">
18     <widget class="QGroupBox" name="includeonlyGB">
19      <property name="title">
20       <string>Master Document Output</string>
21      </property>
22      <property name="flat">
23       <bool>true</bool>
24      </property>
25      <layout class="QGridLayout" name="gridLayout_2">
26       <item row="1" column="0">
27        <widget class="QRadioButton" name="includeonlyRB">
28         <property name="toolTip">
29          <string>Include only the selected subdocuments in the output</string>
30         </property>
31         <property name="text">
32          <string>Include only &amp;selected children</string>
33         </property>
34         <attribute name="buttonGroup">
35          <string notr="true">buttonGroup</string>
36         </attribute>
37        </widget>
38       </item>
39       <item row="0" column="0">
40        <widget class="QRadioButton" name="includeallRB">
41         <property name="toolTip">
42          <string>Include all subdocuments in the output</string>
43         </property>
44         <property name="text">
45          <string>&amp;Include all children</string>
46         </property>
47         <attribute name="buttonGroup">
48          <string notr="true">buttonGroup</string>
49         </attribute>
50        </widget>
51       </item>
52       <item row="3" column="0">
53        <widget class="QGroupBox" name="maintainGB">
54         <property name="toolTip">
55          <string>Here you can set up the handling of counters and references with regard to the excluded child documents.</string>
56         </property>
57         <property name="title">
58          <string>Global Counters &amp;&amp; References</string>
59         </property>
60         <layout class="QGridLayout" name="gridLayout">
61          <item row="0" column="0">
62           <widget class="QRadioButton" name="maintainCRNoneRB">
63            <property name="toolTip">
64             <string>All counters and references of excluded child documents will be ignored, thus the counters in the output will differ from an output of the complete document.&lt;br&gt;This is the fastest method. Use this if you do not need correct counter values and references.</string>
65            </property>
66            <property name="text">
67             <string>Do &amp;not maintain (fast)</string>
68            </property>
69           </widget>
70          </item>
71          <item row="1" column="0">
72           <widget class="QRadioButton" name="maintainCRMostlyRB">
73            <property name="toolTip">
74             <string>Counters and references of excluded child documents will be set up once and adapted if an excluded document has been modified. This sets up counters and references correctly in most cases, but it does not adjust page references to unincluded children that change due to changes of included files.&lt;br&gt;This is significantly faster than &quot;Strictly maintain&quot;. Use this if you need correct counters and more or less correct references.</string>
75            </property>
76            <property name="text">
77             <string>Maintain mostl&amp;y (medium)</string>
78            </property>
79           </widget>
80          </item>
81          <item row="2" column="0">
82           <widget class="QRadioButton" name="maintainCRStrictRB">
83            <property name="toolTip">
84             <string>Assure that all counters and references are identical to the complete document. This can be much slower than the first two methods.&lt;br&gt;Use this if you absolutely need correct counters.</string>
85            </property>
86            <property name="text">
87             <string>Strictly &amp;maintain (slow)</string>
88            </property>
89           </widget>
90          </item>
91         </layout>
92        </widget>
93       </item>
94       <item row="2" column="0">
95        <widget class="QTreeWidget" name="childrenTW">
96         <column>
97          <property name="text">
98           <string notr="true">1</string>
99          </property>
100         </column>
101        </widget>
102       </item>
103      </layout>
104     </widget>
105    </item>
106   </layout>
107  </widget>
108  <includes>
109   <include location="local">qt_i18n.h</include>
110  </includes>
111  <resources/>
112  <connections/>
113  <buttongroups>
114   <buttongroup name="buttonGroup"/>
115  </buttongroups>
116 </ui>