]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/ViewSourceUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / ViewSourceUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ViewSourceUi</class>
4  <widget class="QWidget" name="ViewSourceUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>665</width>
10     <height>144</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <layout class="QGridLayout" name="gridLayout_2">
23    <property name="leftMargin">
24     <number>0</number>
25    </property>
26    <property name="topMargin">
27     <number>0</number>
28    </property>
29    <property name="rightMargin">
30     <number>0</number>
31    </property>
32    <property name="bottomMargin">
33     <number>0</number>
34    </property>
35    <property name="spacing">
36     <number>0</number>
37    </property>
38    <item row="0" column="0">
39     <layout class="QHBoxLayout" name="layout_" stretch="1,0">
40      <property name="spacing">
41       <number>0</number>
42      </property>
43      <property name="sizeConstraint">
44       <enum>QLayout::SetMaximumSize</enum>
45      </property>
46      <item>
47       <widget class="QTextEdit" name="viewSourceTV">
48        <property name="sizePolicy">
49         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
50          <horstretch>0</horstretch>
51          <verstretch>0</verstretch>
52         </sizepolicy>
53        </property>
54        <property name="minimumSize">
55         <size>
56          <width>0</width>
57          <height>0</height>
58         </size>
59        </property>
60        <property name="baseSize">
61         <size>
62          <width>0</width>
63          <height>0</height>
64         </size>
65        </property>
66        <property name="whatsThis">
67         <string/>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
73        <property name="leftMargin">
74         <number>6</number>
75        </property>
76        <property name="topMargin">
77         <number>6</number>
78        </property>
79        <property name="rightMargin">
80         <number>6</number>
81        </property>
82        <property name="bottomMargin">
83         <number>6</number>
84        </property>
85        <property name="spacing">
86         <number>6</number>
87        </property>
88        <item row="0" column="0">
89         <widget class="QLabel" name="outputFormatLA">
90          <property name="text">
91           <string>F&amp;ormat:</string>
92          </property>
93          <property name="buddy">
94           <cstring>outputFormatCO</cstring>
95          </property>
96         </widget>
97        </item>
98        <item row="5" column="0" colspan="2">
99         <spacer name="verticalSpacer">
100          <property name="orientation">
101           <enum>Qt::Vertical</enum>
102          </property>
103          <property name="sizeHint" stdset="0">
104           <size>
105            <width>0</width>
106            <height>0</height>
107           </size>
108          </property>
109         </spacer>
110        </item>
111        <item row="3" column="0" colspan="2">
112         <widget class="QCheckBox" name="autoUpdateCB">
113          <property name="text">
114           <string>Automatic update</string>
115          </property>
116          <property name="checked">
117           <bool>true</bool>
118          </property>
119         </widget>
120        </item>
121        <item row="2" column="0" colspan="2">
122         <widget class="QCheckBox" name="masterPerspectiveCB">
123          <property name="sizePolicy">
124           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
125            <horstretch>0</horstretch>
126            <verstretch>0</verstretch>
127           </sizepolicy>
128          </property>
129          <property name="toolTip">
130           <string>Show the source as the master document gets it</string>
131          </property>
132          <property name="text">
133           <string>Master's perspective</string>
134          </property>
135         </widget>
136        </item>
137        <item row="1" column="0" colspan="2">
138         <widget class="QComboBox" name="contentsCO">
139          <property name="sizePolicy">
140           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
141            <horstretch>0</horstretch>
142            <verstretch>0</verstretch>
143           </sizepolicy>
144          </property>
145          <item>
146           <property name="text">
147            <string>Current Paragraph</string>
148           </property>
149          </item>
150          <item>
151           <property name="text">
152            <string>Complete Source</string>
153           </property>
154          </item>
155          <item>
156           <property name="text">
157            <string>Preamble Only</string>
158           </property>
159          </item>
160          <item>
161           <property name="text">
162            <string>Body Only</string>
163           </property>
164          </item>
165         </widget>
166        </item>
167        <item row="4" column="0" colspan="2">
168         <widget class="QPushButton" name="updatePB">
169          <property name="enabled">
170           <bool>false</bool>
171          </property>
172          <property name="text">
173           <string>&amp;Update</string>
174          </property>
175         </widget>
176        </item>
177        <item row="0" column="1">
178         <widget class="QComboBox" name="outputFormatCO">
179          <property name="enabled">
180           <bool>true</bool>
181          </property>
182          <property name="sizePolicy">
183           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
184            <horstretch>0</horstretch>
185            <verstretch>0</verstretch>
186           </sizepolicy>
187          </property>
188          <property name="toolTip">
189           <string>Select the output format</string>
190          </property>
191          <property name="sizeAdjustPolicy">
192           <enum>QComboBox::AdjustToContents</enum>
193          </property>
194         </widget>
195        </item>
196       </layout>
197      </item>
198     </layout>
199    </item>
200   </layout>
201  </widget>
202  <tabstops>
203   <tabstop>viewSourceTV</tabstop>
204  </tabstops>
205  <includes>
206   <include location="local">qt_i18n.h</include>
207  </includes>
208  <resources/>
209  <connections/>
210 </ui>