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