]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/ListingsSettingsUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / ListingsSettingsUi.ui
1 <ui version="4.0">
2  <class>ListingsSettingsUi</class>
3  <widget class="QWidget" name="ListingsSettingsUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>281</width>
9     <height>282</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="5" column="0">
23     <spacer>
24      <property name="orientation">
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType">
28       <enum>QSizePolicy::Expanding</enum>
29      </property>
30      <property name="sizeHint" stdset="0">
31       <size>
32        <width>201</width>
33        <height>21</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="1" column="0">
39     <widget class="QTextEdit" name="listingsED">
40      <property name="sizePolicy">
41       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
42        <horstretch>0</horstretch>
43        <verstretch>0</verstretch>
44       </sizepolicy>
45      </property>
46      <property name="toolTip">
47       <string>Input here the listings parameters</string>
48      </property>
49     </widget>
50    </item>
51    <item row="0" column="0">
52     <widget class="QTextBrowser" name="listingsTB">
53      <property name="sizePolicy">
54       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
55        <horstretch>0</horstretch>
56        <verstretch>0</verstretch>
57       </sizepolicy>
58      </property>
59      <property name="acceptDrops">
60       <bool>false</bool>
61      </property>
62      <property name="toolTip">
63       <string>Feedback window</string>
64      </property>
65      <property name="frameShape">
66       <enum>QFrame::Box</enum>
67      </property>
68      <property name="frameShadow">
69       <enum>QFrame::Plain</enum>
70      </property>
71      <property name="acceptRichText">
72       <bool>false</bool>
73      </property>
74     </widget>
75    </item>
76    <item row="2" column="0">
77     <widget class="QCheckBox" name="bypassCB">
78      <property name="toolTip">
79       <string>Check it to enter parameters that are not recognizable by LyX</string>
80      </property>
81      <property name="text">
82       <string>&amp;Bypass validation</string>
83      </property>
84     </widget>
85    </item>
86    <item row="3" column="0" rowspan="2">
87     <widget class="QGroupBox" name="packageGB">
88      <property name="flat">
89       <bool>true</bool>
90      </property>
91      <layout class="QHBoxLayout" name="horizontalLayout">
92       <item>
93        <widget class="QLabel" name="packageLBL">
94         <property name="toolTip">
95          <string>Choose the LaTeX package for code syntax highlighting</string>
96         </property>
97         <property name="text">
98          <string>&amp;Syntax Highlighting Package:</string>
99         </property>
100         <property name="buddy">
101          <cstring>packageCO</cstring>
102         </property>
103        </widget>
104       </item>
105       <item>
106        <widget class="QComboBox" name="packageCO"/>
107       </item>
108       <item>
109        <spacer name="horizontalSpacer">
110         <property name="orientation">
111          <enum>Qt::Horizontal</enum>
112         </property>
113         <property name="sizeHint" stdset="0">
114          <size>
115           <width>40</width>
116           <height>20</height>
117          </size>
118         </property>
119        </spacer>
120       </item>
121      </layout>
122     </widget>
123    </item>
124   </layout>
125  </widget>
126  <includes>
127   <include location="local">qt_i18n.h</include>
128  </includes>
129  <resources/>
130  <connections/>
131 </ui>