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