mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-16 16:18:22 +00:00
f73e3b358e
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32230 a592a061-630c-0410-9148-cb99ea01b6c8
168 lines
4.2 KiB
XML
168 lines
4.2 KiB
XML
<ui version="4.0" >
|
|
<class>LogUi</class>
|
|
<widget class="QDialog" name="LogUi" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>421</width>
|
|
<height>474</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string/>
|
|
</property>
|
|
<property name="sizeGripEnabled" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="3" column="0" >
|
|
<widget class="QLabel" name="findLA" >
|
|
<property name="text" >
|
|
<string>&Find:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>findLE</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1" colspan="5" >
|
|
<widget class="QLineEdit" name="findLE" >
|
|
<property name="toolTip" >
|
|
<string>Hit Enter to search, or click Go!</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" >
|
|
<widget class="QLabel" name="logTypeLA" >
|
|
<property name="text" >
|
|
<string>Log &Type:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>logTypeCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="4" colspan="3" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>161</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="0" column="1" colspan="3" >
|
|
<widget class="QComboBox" name="logTypeCO" />
|
|
</item>
|
|
<item row="1" column="0" colspan="7" >
|
|
<widget class="QTextBrowser" name="logTB" />
|
|
</item>
|
|
<item row="4" column="4" colspan="2" >
|
|
<widget class="QPushButton" name="updatePB" >
|
|
<property name="toolTip" >
|
|
<string>Update the display</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Update</string>
|
|
</property>
|
|
<property name="default" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="6" >
|
|
<widget class="QPushButton" name="closePB" >
|
|
<property name="text" >
|
|
<string>&Close</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2" colspan="2" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType" >
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>111</width>
|
|
<height>26</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="4" column="0" colspan="2" >
|
|
<widget class="QPushButton" name="copyPB" >
|
|
<property name="text" >
|
|
<string>Copy to Clip&board</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="3" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>201</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="3" column="6" >
|
|
<widget class="QPushButton" name="findPB" >
|
|
<property name="text" >
|
|
<string>&Go!</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="5" colspan="2" >
|
|
<widget class="QPushButton" name="nextWarningPB" >
|
|
<property name="toolTip" >
|
|
<string>Jump to the next warning message.</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Next &Warning</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="3" colspan="2" >
|
|
<widget class="QPushButton" name="nextErrorPB" >
|
|
<property name="toolTip" >
|
|
<string>Jump to the next error message.</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Next &Error</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>logTB</tabstop>
|
|
<tabstop>copyPB</tabstop>
|
|
<tabstop>updatePB</tabstop>
|
|
<tabstop>closePB</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" >qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|