]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ListingsSettingsUi.ui
ec26f0d13832e1603a5b6a4e881dd941dc7b1eab
[lyx.git] / src / frontends / qt4 / 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>219</width>
9     <height>256</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="3" column="0">
77     <widget class="QCheckBox" name="mintedCB">
78      <property name="toolTip">
79       <string>Use the minted package instead of the listings one</string>
80      </property>
81      <property name="text">
82       <string>Use minted</string>
83      </property>
84     </widget>
85    </item>
86    <item row="2" column="0">
87     <widget class="QCheckBox" name="bypassCB">
88      <property name="toolTip">
89       <string>Check it to enter parameters that are not recognizable by LyX</string>
90      </property>
91      <property name="text">
92       <string>&amp;Bypass validation</string>
93      </property>
94     </widget>
95    </item>
96   </layout>
97  </widget>
98  <includes>
99   <include location="local">qt_i18n.h</include>
100  </includes>
101  <resources/>
102  <connections/>
103 </ui>