]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ui/ProgressViewUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / ProgressViewUi.ui
index cffcdef8adc7ede95662433d99f7ea1c9b2d68a1..1ae1c6d65313b8a8e1978cee301b070a3f65645d 100644 (file)
@@ -1,25 +1,62 @@
 <ui version="4.0" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
  <class>ProgressViewUi</class>
  <widget class="QWidget" name="ProgressViewUi" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>544</width>
-    <height>518</height>
+    <width>543</width>
+    <height>298</height>
    </rect>
   </property>
+  <property name="sizePolicy" >
+   <sizepolicy>
+    <hsizetype>7</hsizetype>
+    <vsizetype>13</vsizetype>
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
+  <property name="minimumSize" >
+   <size>
+    <width>0</width>
+    <height>0</height>
+   </size>
+  </property>
+  <property name="sizeIncrement" >
+   <size>
+    <width>0</width>
+    <height>0</height>
+   </size>
+  </property>
+  <property name="baseSize" >
+   <size>
+    <width>0</width>
+    <height>0</height>
+   </size>
+  </property>
   <property name="windowTitle" >
    <string/>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2" >
-   <item>
+  <layout class="QGridLayout" >
+   <property name="margin" >
+    <number>9</number>
+   </property>
+   <property name="spacing" >
+    <number>6</number>
+   </property>
+   <item row="0" column="0" >
     <widget class="QTabWidget" name="tabWidget" >
      <property name="enabled" >
       <bool>true</bool>
      </property>
      <property name="sizePolicy" >
-      <sizepolicy vsizetype="Ignored" hsizetype="Expanding" >
+      <sizepolicy>
+       <hsizetype>7</hsizetype>
+       <vsizetype>13</vsizetype>
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
       <enum>QTabWidget::Rounded</enum>
      </property>
      <property name="currentIndex" >
-      <number>1</number>
-     </property>
-     <property name="iconSize" >
-      <size>
-       <width>16</width>
-       <height>16</height>
-      </size>
-     </property>
-     <property name="usesScrollButtons" >
-      <bool>true</bool>
+      <number>0</number>
      </property>
      <widget class="QWidget" name="tab" >
       <attribute name="title" >
        <string>Output</string>
       </attribute>
-      <layout class="QGridLayout" name="gridLayout_2" >
+      <layout class="QGridLayout" >
+       <property name="margin" >
+        <number>9</number>
+       </property>
+       <property name="spacing" >
+        <number>6</number>
+       </property>
        <item row="0" column="0" >
         <widget class="QTextEdit" name="outTE" >
          <property name="sizePolicy" >
-          <sizepolicy vsizetype="Ignored" hsizetype="Expanding" >
+          <sizepolicy>
+           <hsizetype>7</hsizetype>
+           <vsizetype>13</vsizetype>
            <horstretch>1</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
       <attribute name="title" >
        <string>Settings</string>
       </attribute>
-      <layout class="QVBoxLayout" name="verticalLayout" >
-       <item>
-        <widget class="QScrollArea" name="scrollArea" >
-         <property name="widgetResizable" >
-          <bool>true</bool>
+      <layout class="QGridLayout" >
+       <property name="margin" >
+        <number>9</number>
+       </property>
+       <property name="spacing" >
+        <number>6</number>
+       </property>
+       <item rowspan="4" row="0" column="1" >
+        <widget class="QTreeWidget" name="debugMessagesTW" >
+         <property name="toolTip" >
+          <string>Select the debug messages that should be displayed</string>
+         </property>
+         <column>
+          <property name="text" >
+           <string>1</string>
+          </property>
+         </column>
+        </widget>
+       </item>
+       <item row="3" column="0" >
+        <spacer>
+         <property name="orientation" >
+          <enum>Qt::Vertical</enum>
+         </property>
+         <property name="sizeType" >
+          <enum>QSizePolicy::Preferred</enum>
+         </property>
+         <property name="sizeHint" >
+          <size>
+           <width>187</width>
+           <height>3</height>
+          </size>
          </property>
-         <widget class="QWidget" name="scrollAreaWidgetContents" >
-          <property name="geometry" >
-           <rect>
-            <x>0</x>
-            <y>0</y>
-            <width>480</width>
-            <height>474</height>
-           </rect>
+        </spacer>
+       </item>
+       <item row="2" column="0" >
+        <widget class="QCheckBox" name="autoClearCB" >
+         <property name="toolTip" >
+          <string>Automatic cleanup of the window before LaTeX compilation proceeds</string>
+         </property>
+         <property name="text" >
+          <string>&amp;Clear automatically</string>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="0" >
+        <widget class="QGroupBox" name="groupBox" >
+         <property name="sizePolicy" >
+          <sizepolicy>
+           <hsizetype>5</hsizetype>
+           <vsizetype>0</vsizetype>
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="title" >
+          <string>Debug messages</string>
+         </property>
+         <layout class="QGridLayout" >
+          <property name="margin" >
+           <number>9</number>
+          </property>
+          <property name="spacing" >
+           <number>6</number>
           </property>
-          <layout class="QVBoxLayout" name="verticalLayout_4" >
-           <item>
-            <layout class="QVBoxLayout" name="settingsLayout" >
-             <item>
-              <widget class="QCheckBox" name="autoClearCB" >
-               <property name="toolTip" >
-                <string>Automatic cleanup of the window before LaTeX compilation proceeds</string>
-               </property>
-               <property name="text" >
-                <string>&amp;Automatic clear</string>
-               </property>
-               <property name="checked" >
-                <bool>true</bool>
-               </property>
-              </widget>
-             </item>
-            </layout>
-           </item>
-          </layout>
-         </widget>
+          <item row="0" column="0" >
+           <widget class="QRadioButton" name="debugNoneRB" >
+            <property name="toolTip" >
+             <string>Display no debug messages</string>
+            </property>
+            <property name="text" >
+             <string>&amp;None</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1" >
+           <widget class="QRadioButton" name="debugSelectedRB" >
+            <property name="toolTip" >
+             <string>Display the debug messages selected to the right</string>
+            </property>
+            <property name="text" >
+             <string>S&amp;elected</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="2" >
+           <widget class="QRadioButton" name="debugAnyRB" >
+            <property name="toolTip" >
+             <string>Display all debug messages</string>
+            </property>
+            <property name="text" >
+             <string>&amp;All</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item row="0" column="0" >
+        <widget class="QCheckBox" name="sbarCB" >
+         <property name="toolTip" >
+          <string>Display statusbar messages?</string>
+         </property>
+         <property name="text" >
+          <string>&amp;Statusbar messages</string>
+         </property>
+         <property name="checked" >
+          <bool>true</bool>
+         </property>
         </widget>
        </item>
       </layout>
    </item>
   </layout>
  </widget>
+ <pixmapfunction></pixmapfunction>
  <includes>
   <include location="local" >qt_i18n.h</include>
  </includes>