2012-09-15 22:37:55 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-03-21 20:27:53 +00:00
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>PrefUi</class>
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QWidget" name="PrefUi">
|
|
|
|
<property name="geometry">
|
2006-03-23 16:38:46 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-03-02 15:23:51 +00:00
|
|
|
<width>403</width>
|
2013-03-02 11:24:32 +00:00
|
|
|
<height>271</height>
|
2006-03-23 16:38:46 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizePolicy">
|
2013-03-02 15:23:51 +00:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2006-03-23 16:38:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-23 16:38:46 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
2013-03-02 11:24:32 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>General Look && Feel</string>
|
2010-03-21 20:27:53 +00:00
|
|
|
</property>
|
2013-03-02 11:24:32 +00:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2010-03-21 20:27:53 +00:00
|
|
|
</property>
|
2013-03-02 11:24:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="uiFileLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&User interface file:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>uiFileED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="uiFileED"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="uiFilePB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bro&wse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>77</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="iconSetLA">
|
|
|
|
<property name="text">
|
2013-05-31 08:45:21 +00:00
|
|
|
<string>&Icon set:</string>
|
2013-03-02 11:24:32 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>iconSetCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="iconSetCO">
|
|
|
|
<property name="toolTip">
|
2013-05-31 09:07:48 +00:00
|
|
|
<string>The icon set to use. Warning: normal size of icons may be
wrong until you save the preferences and restart LyX.</string>
|
2013-03-02 11:24:32 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-05-08 15:55:59 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
2013-05-31 08:45:21 +00:00
|
|
|
<widget class="QCheckBox" name="useSystemThemeIconsCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use icons from system's &theme</string>
|
2012-05-08 15:55:59 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-03-02 11:24:32 +00:00
|
|
|
</layout>
|
2010-03-21 20:27:53 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-15 22:37:55 +00:00
|
|
|
<item row="1" column="0">
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QGroupBox" name="pixmapCacheGB_2">
|
|
|
|
<property name="title">
|
2015-01-04 09:53:36 +00:00
|
|
|
<string>Context Help</string>
|
2010-03-21 20:27:53 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
2007-11-02 14:43:09 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2008-03-10 16:20:33 +00:00
|
|
|
<number>9</number>
|
2008-02-20 13:50:35 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="spacing">
|
2008-02-20 13:50:35 +00:00
|
|
|
<number>4</number>
|
2007-11-02 14:43:09 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="tooltipCB">
|
|
|
|
<property name="toolTip">
|
2011-02-03 14:56:47 +00:00
|
|
|
<string>Checking this allows the automatic display of helpful comments for insets in the main work area of an edited document</string>
|
2010-03-21 20:27:53 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Enable tool tips in main work area</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-02 11:24:32 +00:00
|
|
|
<item row="2" column="0">
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QGroupBox" name="documentsGB">
|
|
|
|
<property name="title">
|
2013-03-02 11:24:32 +00:00
|
|
|
<string>Menus</string>
|
2007-11-15 12:58:44 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="flat">
|
2007-12-26 13:52:56 +00:00
|
|
|
<bool>true</bool>
|
2007-11-15 12:58:44 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2013-03-02 11:24:32 +00:00
|
|
|
<item row="0" column="0">
|
2013-03-02 13:15:11 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lastfilesLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Maximum last files:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>lastfilesSB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="lastfilesSB">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-09-15 22:37:55 +00:00
|
|
|
</item>
|
2007-12-26 13:52:56 +00:00
|
|
|
</layout>
|
2007-11-15 12:58:44 +00:00
|
|
|
</widget>
|
2007-11-02 14:43:09 +00:00
|
|
|
</item>
|
2013-03-02 11:24:32 +00:00
|
|
|
<item row="3" column="0">
|
2008-02-19 21:51:55 +00:00
|
|
|
<spacer>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="orientation">
|
2008-02-19 21:51:55 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-02-19 21:51:55 +00:00
|
|
|
<size>
|
2008-02-20 13:50:35 +00:00
|
|
|
<width>395</width>
|
2008-02-19 21:51:55 +00:00
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2006-03-23 16:38:46 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layoutdefault spacing="4" margin="9"/>
|
2006-03-23 16:38:46 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>uiFileED</tabstop>
|
|
|
|
<tabstop>uiFilePB</tabstop>
|
2011-09-12 14:19:57 +00:00
|
|
|
<tabstop>iconSetCO</tabstop>
|
2012-05-08 15:55:59 +00:00
|
|
|
<tabstop>useSystemThemeIconsCB</tabstop>
|
2008-01-22 21:23:41 +00:00
|
|
|
<tabstop>tooltipCB</tabstop>
|
2006-03-23 16:38:46 +00:00
|
|
|
</tabstops>
|
2007-01-17 13:06:16 +00:00
|
|
|
<includes>
|
2010-03-21 20:27:53 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-01-17 13:06:16 +00:00
|
|
|
</includes>
|
2006-03-23 16:38:46 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|