]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ListingsSettingsUi.ui
Split the overcrowded and chaotic UI pref pane into two (#7524)
[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>185</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="3" 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" >
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>
42        <hsizetype>7</hsizetype>
43        <vsizetype>5</vsizetype>
44        <horstretch>0</horstretch>
45        <verstretch>0</verstretch>
46       </sizepolicy>
47      </property>
48      <property name="toolTip" >
49       <string>Input here the listings parameters</string>
50      </property>
51     </widget>
52    </item>
53    <item row="0" column="0" >
54     <widget class="QTextBrowser" name="listingsTB" >
55      <property name="sizePolicy" >
56       <sizepolicy>
57        <hsizetype>7</hsizetype>
58        <vsizetype>5</vsizetype>
59        <horstretch>0</horstretch>
60        <verstretch>0</verstretch>
61       </sizepolicy>
62      </property>
63      <property name="acceptDrops" >
64       <bool>false</bool>
65      </property>
66      <property name="toolTip" >
67       <string>Feedback window</string>
68      </property>
69      <property name="frameShape" >
70       <enum>QFrame::Box</enum>
71      </property>
72      <property name="frameShadow" >
73       <enum>QFrame::Plain</enum>
74      </property>
75      <property name="acceptRichText" >
76       <bool>false</bool>
77      </property>
78     </widget>
79    </item>
80    <item row="2" column="0" >
81     <widget class="QCheckBox" name="bypassCB" >
82      <property name="toolTip" >
83       <string>Check it to enter parameters that are not recognizable by LyX</string>
84      </property>
85      <property name="text" >
86       <string>&amp;Bypass validation</string>
87      </property>
88     </widget>
89    </item>
90   </layout>
91  </widget>
92  <includes>
93   <include location="local" >qt_i18n.h</include>
94  </includes>
95  <resources/>
96  <connections/>
97 </ui>