]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ProgressViewUi.ui
Implemented S_OPEN_BUFFERS scope in Advanced Find feature (keep searching and find...
[lyx.git] / src / frontends / qt4 / ui / ProgressViewUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ProgressViewUi</class>
4  <widget class="QWidget" name="ProgressViewUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>544</width>
10     <height>518</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QTabWidget" name="tabWidget">
19      <property name="enabled">
20       <bool>true</bool>
21      </property>
22      <property name="sizePolicy">
23       <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
24        <horstretch>0</horstretch>
25        <verstretch>0</verstretch>
26       </sizepolicy>
27      </property>
28      <property name="baseSize">
29       <size>
30        <width>0</width>
31        <height>0</height>
32       </size>
33      </property>
34      <property name="acceptDrops">
35       <bool>false</bool>
36      </property>
37      <property name="layoutDirection">
38       <enum>Qt::LeftToRight</enum>
39      </property>
40      <property name="autoFillBackground">
41       <bool>false</bool>
42      </property>
43      <property name="tabPosition">
44       <enum>QTabWidget::East</enum>
45      </property>
46      <property name="tabShape">
47       <enum>QTabWidget::Rounded</enum>
48      </property>
49      <property name="currentIndex">
50       <number>1</number>
51      </property>
52      <property name="iconSize">
53       <size>
54        <width>16</width>
55        <height>16</height>
56       </size>
57      </property>
58      <property name="usesScrollButtons">
59       <bool>true</bool>
60      </property>
61      <widget class="QWidget" name="tab">
62       <attribute name="title">
63        <string>Output</string>
64       </attribute>
65       <layout class="QGridLayout" name="gridLayout_2">
66        <item row="0" column="0">
67         <widget class="QTextEdit" name="outTE">
68          <property name="sizePolicy">
69           <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
70            <horstretch>1</horstretch>
71            <verstretch>0</verstretch>
72           </sizepolicy>
73          </property>
74          <property name="maximumSize">
75           <size>
76            <width>16777215</width>
77            <height>16777215</height>
78           </size>
79          </property>
80          <property name="frameShape">
81           <enum>QFrame::StyledPanel</enum>
82          </property>
83          <property name="frameShadow">
84           <enum>QFrame::Sunken</enum>
85          </property>
86          <property name="lineWidth">
87           <number>1</number>
88          </property>
89          <property name="readOnly">
90           <bool>true</bool>
91          </property>
92         </widget>
93        </item>
94       </layout>
95      </widget>
96      <widget class="QWidget" name="tab_2">
97       <attribute name="title">
98        <string>Settings</string>
99       </attribute>
100       <layout class="QVBoxLayout" name="verticalLayout">
101        <item>
102         <widget class="QScrollArea" name="scrollArea">
103          <property name="widgetResizable">
104           <bool>true</bool>
105          </property>
106          <widget class="QWidget" name="scrollAreaWidgetContents">
107           <property name="geometry">
108            <rect>
109             <x>0</x>
110             <y>0</y>
111             <width>482</width>
112             <height>474</height>
113            </rect>
114           </property>
115           <layout class="QVBoxLayout" name="verticalLayout_4">
116            <item>
117             <layout class="QVBoxLayout" name="settingsLayout">
118              <item>
119               <widget class="QCheckBox" name="autoClearCB">
120                <property name="toolTip">
121                 <string>Automatic cleanup of the window before LaTeX compilation proceeds</string>
122                </property>
123                <property name="text">
124                 <string>&amp;Automatic clear</string>
125                </property>
126                <property name="checked">
127                 <bool>true</bool>
128                </property>
129               </widget>
130              </item>
131              <item>
132               <widget class="QPushButton" name="updatePB">
133                <property name="enabled">
134                 <bool>false</bool>
135                </property>
136                <property name="text">
137                 <string>&amp;Update</string>
138                </property>
139               </widget>
140              </item>
141             </layout>
142            </item>
143           </layout>
144          </widget>
145         </widget>
146        </item>
147       </layout>
148      </widget>
149     </widget>
150    </item>
151   </layout>
152  </widget>
153  <includes>
154   <include location="local">qt_i18n.h</include>
155  </includes>
156  <resources/>
157  <connections/>
158 </ui>