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