]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ListingsUi.ui
revert src/frontends/qt4/ui/ListingsUi.ui
[lyx.git] / src / frontends / qt4 / ui / ListingsUi.ui
1 <ui version="4.0" >
2  <class>QListingsUi</class>
3  <widget class="QDialog" name="QListingsUi" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>451</width>
12     <height>392</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Listing</string>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <widget class="QWidget" name="layoutWidget" >
22    <property name="geometry" >
23     <rect>
24      <x>10</x>
25      <y>10</y>
26      <width>431</width>
27      <height>371</height>
28     </rect>
29    </property>
30    <layout class="QVBoxLayout" >
31     <property name="margin" >
32      <number>0</number>
33     </property>
34     <property name="spacing" >
35      <number>6</number>
36     </property>
37     <item>
38      <widget class="QCheckBox" name="inlineCB" >
39       <property name="text" >
40        <string>Inlined listing (\lstinline)</string>
41       </property>
42      </widget>
43     </item>
44     <item>
45      <widget class="QGroupBox" name="listingsGB" >
46       <property name="sizePolicy" >
47        <sizepolicy>
48         <hsizetype>7</hsizetype>
49         <vsizetype>7</vsizetype>
50         <horstretch>0</horstretch>
51         <verstretch>0</verstretch>
52        </sizepolicy>
53       </property>
54       <property name="title" >
55        <string>Parameters</string>
56       </property>
57       <widget class="QTextEdit" name="listingsED" >
58        <property name="geometry" >
59         <rect>
60          <x>10</x>
61          <y>100</y>
62          <width>411</width>
63          <height>171</height>
64         </rect>
65        </property>
66       </widget>
67       <widget class="QTextBrowser" name="listingsTB" >
68        <property name="geometry" >
69         <rect>
70          <x>10</x>
71          <y>20</y>
72          <width>411</width>
73          <height>71</height>
74         </rect>
75        </property>
76        <property name="sizePolicy" >
77         <sizepolicy>
78          <hsizetype>4</hsizetype>
79          <vsizetype>0</vsizetype>
80          <horstretch>0</horstretch>
81          <verstretch>0</verstretch>
82         </sizepolicy>
83        </property>
84        <property name="cursor" >
85         <cursor>14</cursor>
86        </property>
87        <property name="acceptDrops" >
88         <bool>false</bool>
89        </property>
90        <property name="frameShape" >
91         <enum>QFrame::NoFrame</enum>
92        </property>
93        <property name="frameShadow" >
94         <enum>QFrame::Plain</enum>
95        </property>
96        <property name="lineWidth" >
97         <number>0</number>
98        </property>
99        <property name="acceptRichText" >
100         <bool>false</bool>
101        </property>
102       </widget>
103      </widget>
104     </item>
105     <item>
106      <layout class="QHBoxLayout" >
107       <property name="margin" >
108        <number>0</number>
109       </property>
110       <property name="spacing" >
111        <number>6</number>
112       </property>
113       <item>
114        <spacer>
115         <property name="orientation" >
116          <enum>Qt::Horizontal</enum>
117         </property>
118         <property name="sizeType" >
119          <enum>QSizePolicy::Expanding</enum>
120         </property>
121         <property name="sizeHint" >
122          <size>
123           <width>101</width>
124           <height>27</height>
125          </size>
126         </property>
127        </spacer>
128       </item>
129       <item>
130        <widget class="QPushButton" name="okPB" >
131         <property name="text" >
132          <string>OK</string>
133         </property>
134         <property name="default" >
135          <bool>true</bool>
136         </property>
137        </widget>
138       </item>
139       <item>
140        <widget class="QPushButton" name="closePB" >
141         <property name="text" >
142          <string>Cancel</string>
143         </property>
144        </widget>
145       </item>
146      </layout>
147     </item>
148    </layout>
149   </widget>
150  </widget>
151  <tabstops>
152   <tabstop>okPB</tabstop>
153   <tabstop>closePB</tabstop>
154  </tabstops>
155  <includes>
156   <include location="local" >qt_helpers.h</include>
157  </includes>
158  <resources/>
159  <connections/>
160 </ui>