]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ProgressViewUi.ui
compile fix for qt<4.4
[lyx.git] / src / frontends / qt4 / ui / ProgressViewUi.ui
1 <ui version="4.0">
2  <class>ProgressViewUi</class>
3  <widget class="QWidget" name="ProgressViewUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>544</width>
9     <height>518</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_4">
16    <item row="0" column="0">
17     <widget class="QTabWidget" name="tabWidget">
18      <property name="enabled">
19       <bool>true</bool>
20      </property>
21      <property name="sizePolicy">
22       <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
23        <horstretch>0</horstretch>
24        <verstretch>0</verstretch>
25       </sizepolicy>
26      </property>
27      <property name="baseSize">
28       <size>
29        <width>0</width>
30        <height>0</height>
31       </size>
32      </property>
33      <property name="acceptDrops">
34       <bool>false</bool>
35      </property>
36      <property name="layoutDirection">
37       <enum>Qt::LeftToRight</enum>
38      </property>
39      <property name="autoFillBackground">
40       <bool>false</bool>
41      </property>
42      <property name="tabPosition">
43       <enum>QTabWidget::East</enum>
44      </property>
45      <property name="tabShape">
46       <enum>QTabWidget::Rounded</enum>
47      </property>
48      <property name="currentIndex">
49       <number>0</number>
50      </property>
51      <property name="iconSize">
52       <size>
53        <width>16</width>
54        <height>16</height>
55       </size>
56      </property>
57      <property name="usesScrollButtons">
58       <bool>true</bool>
59      </property>
60      <widget class="QWidget" name="tab">
61       <attribute name="title">
62        <string>Output</string>
63       </attribute>
64       <layout class="QGridLayout" name="gridLayout_2">
65        <item row="0" column="0">
66         <widget class="QTextEdit" name="outTE">
67          <property name="sizePolicy">
68           <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
69            <horstretch>1</horstretch>
70            <verstretch>0</verstretch>
71           </sizepolicy>
72          </property>
73          <property name="maximumSize">
74           <size>
75            <width>16777215</width>
76            <height>16777215</height>
77           </size>
78          </property>
79          <property name="frameShape">
80           <enum>QFrame::StyledPanel</enum>
81          </property>
82          <property name="frameShadow">
83           <enum>QFrame::Sunken</enum>
84          </property>
85          <property name="lineWidth">
86           <number>1</number>
87          </property>
88          <property name="readOnly">
89           <bool>true</bool>
90          </property>
91         </widget>
92        </item>
93       </layout>
94      </widget>
95      <widget class="QWidget" name="tab_2">
96       <attribute name="title">
97        <string>Settings</string>
98       </attribute>
99       <layout class="QGridLayout" name="gridLayout_3">
100        <item row="0" column="0">
101         <widget class="QCheckBox" name="sbarCB">
102          <property name="toolTip">
103           <string>Display statusbar messages?</string>
104          </property>
105          <property name="text">
106           <string>&amp;Statusbar messages</string>
107          </property>
108          <property name="checked">
109           <bool>true</bool>
110          </property>
111         </widget>
112        </item>
113        <item row="0" column="1" rowspan="4">
114         <widget class="QTreeWidget" name="debugMessagesTW">
115          <property name="toolTip">
116           <string>Select the debug messages that should be displayed</string>
117          </property>
118          <column>
119           <property name="text">
120            <string notr="true">1</string>
121           </property>
122          </column>
123         </widget>
124        </item>
125        <item row="1" column="0">
126         <widget class="QGroupBox" name="groupBox">
127          <property name="title">
128           <string>Debug messages</string>
129          </property>
130          <layout class="QGridLayout" name="gridLayout">
131           <item row="0" column="0">
132            <widget class="QRadioButton" name="debugNoneRB">
133             <property name="toolTip">
134              <string>Display no debug messages</string>
135             </property>
136             <property name="text">
137              <string>&amp;None</string>
138             </property>
139            </widget>
140           </item>
141           <item row="1" column="0">
142            <widget class="QRadioButton" name="debugSelectedRB">
143             <property name="toolTip">
144              <string>Display the debug messages selected to the right</string>
145             </property>
146             <property name="text">
147              <string>S&amp;elected</string>
148             </property>
149            </widget>
150           </item>
151           <item row="2" column="0">
152            <widget class="QRadioButton" name="debugAnyRB">
153             <property name="toolTip">
154              <string>Display all debug messages</string>
155             </property>
156             <property name="text">
157              <string>&amp;All</string>
158             </property>
159            </widget>
160           </item>
161          </layout>
162         </widget>
163        </item>
164        <item row="2" column="0">
165         <spacer name="verticalSpacer">
166          <property name="orientation">
167           <enum>Qt::Vertical</enum>
168          </property>
169          <property name="sizeHint" stdset="0">
170           <size>
171            <width>187</width>
172            <height>404</height>
173           </size>
174          </property>
175         </spacer>
176        </item>
177        <item row="3" column="0">
178         <widget class="QCheckBox" name="autoClearCB">
179          <property name="toolTip">
180           <string>Automatic cleanup of the window before LaTeX compilation proceeds</string>
181          </property>
182          <property name="text">
183           <string>&amp;Clear automatically</string>
184          </property>
185         </widget>
186        </item>
187       </layout>
188      </widget>
189     </widget>
190    </item>
191   </layout>
192  </widget>
193  <includes>
194   <include location="local">qt_i18n.h</include>
195  </includes>
196  <resources/>
197  <connections/>
198 </ui>