]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ui/ErrorListUi.ui
Tooltip change as suggested by Jean-Pierre
[lyx.git] / src / frontends / qt4 / ui / ErrorListUi.ui
index 024202482fdec2ee39e9237ac3de9a57082fc335..fbe1d30744823026caa31efadfa8dea8244b1c31 100644 (file)
@@ -1,15 +1,12 @@
 <ui version="4.0" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
  <class>ErrorListUi</class>
  <widget class="QDialog" name="ErrorListUi" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>367</width>
-    <height>459</height>
+    <width>274</width>
+    <height>422</height>
    </rect>
   </property>
   <property name="windowTitle" >
    <property name="spacing" >
     <number>6</number>
    </property>
-   <item row="1" column="0" colspan="2" >
+   <item row="3" column="0" colspan="3" >
     <widget class="QTextBrowser" name="descriptionTB" >
      <property name="sizePolicy" >
       <sizepolicy>
-       <hsizetype>7</hsizetype>
-       <vsizetype>5</vsizetype>
+       <hsizetype>3</hsizetype>
+       <vsizetype>0</vsizetype>
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
+     <property name="toolTip" >
+      <string>For more information, refer to the complete log.</string>
+     </property>
     </widget>
    </item>
    <item row="0" column="0" colspan="2" >
-    <widget class="QListWidget" name="errorsLW" />
+    <widget class="QLabel" name="errorsLabel" >
+     <property name="text" >
+      <string>&amp;Errors:</string>
+     </property>
+     <property name="buddy" >
+      <cstring>errorsLW</cstring>
+     </property>
+    </widget>
    </item>
-   <item row="2" column="0" >
+   <item row="2" column="0" colspan="2" >
+    <widget class="QLabel" name="descriptionLabel" >
+     <property name="text" >
+      <string>Description:</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="2" >
+    <widget class="QPushButton" name="closePB" >
+     <property name="text" >
+      <string>&amp;Close</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="1" >
     <spacer>
      <property name="orientation" >
       <enum>Qt::Horizontal</enum>
      </property>
      <property name="sizeHint" >
       <size>
-       <width>20</width>
-       <height>20</height>
+       <width>121</width>
+       <height>30</height>
       </size>
      </property>
     </spacer>
    </item>
-   <item row="2" column="1" >
-    <widget class="QPushButton" name="closePB" >
+   <item row="4" column="0" >
+    <widget class="QPushButton" name="viewLogPB" >
+     <property name="toolTip" >
+      <string>Open the LaTeX Log File dialog</string>
+     </property>
      <property name="text" >
-      <string>&amp;Close</string>
+      <string>View Complete &amp;Log...</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0" colspan="3" >
+    <widget class="QListWidget" name="errorsLW" >
+     <property name="toolTip" >
+      <string>Selecting an error will show the error message in the panel below, 
+and jump the cursor to the location in the document where the error occured.</string>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
- <pixmapfunction></pixmapfunction>
- <includes>
-  <include location="local" >qt_helpers.h</include>
- </includes>
  <tabstops>
   <tabstop>errorsLW</tabstop>
   <tabstop>descriptionTB</tabstop>
   <tabstop>closePB</tabstop>
  </tabstops>
+ <includes>
+  <include location="local" >qt_i18n.h</include>
+ </includes>
  <resources/>
  <connections/>
 </ui>