]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ListingsSettingsUi.ui
More GuiInfo usability work
[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>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      <layout class="QHBoxLayout" name="horizontalLayout">
89       <item>
90        <widget class="QLabel" name="packageLBL">
91         <property name="toolTip">
92          <string>Choose the LaTeX package for code syntax highlighting</string>
93         </property>
94         <property name="text">
95          <string>&amp;Syntax Highlighting Package:</string>
96         </property>
97         <property name="buddy">
98          <cstring>packageCO</cstring>
99         </property>
100        </widget>
101       </item>
102       <item>
103        <widget class="QComboBox" name="packageCO"/>
104       </item>
105       <item>
106        <spacer name="horizontalSpacer">
107         <property name="orientation">
108          <enum>Qt::Horizontal</enum>
109         </property>
110         <property name="sizeHint" stdset="0">
111          <size>
112           <width>40</width>
113           <height>20</height>
114          </size>
115         </property>
116        </spacer>
117       </item>
118      </layout>
119     </widget>
120    </item>
121   </layout>
122  </widget>
123  <includes>
124   <include location="local">qt_i18n.h</include>
125  </includes>
126  <resources/>
127  <connections/>
128 </ui>