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>
2012-09-15 22:37:55 +00:00
<width>604</width>
<height>559</height>
2006-03-23 16:38:46 +00:00
</rect>
</property>
2010-03-21 20:27:53 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
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">
<widget class="QLabel" name="uiFileLA">
<property name="text">
<string>&User interface file:</string>
</property>
<property name="buddy">
<cstring>uiFileED</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="uiFileED"/>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="uiFilePB">
<property name="text">
<string>Bro&wse...</string>
</property>
</widget>
</item>
<item row="0" column="3">
<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>
2007-11-02 14:43:09 +00:00
</property>
2010-03-21 20:27:53 +00:00
</spacer>
</item>
2012-09-15 22:37:55 +00:00
<item row="1" column="0">
<widget class="QLabel" name="iconSetLA">
<property name="text">
2011-03-25 14:21:28 +00:00
<string>&Icon Set:</string>
</property>
2012-09-15 22:37:55 +00:00
<property name="buddy">
2011-03-25 14:21:28 +00:00
<cstring>iconSetCO</cstring>
</property>
</widget>
</item>
2012-09-15 22:37:55 +00:00
<item row="1" column="1">
<widget class="QComboBox" name="iconSetCO">
<property name="toolTip">
2012-09-29 22:42:55 +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>
2011-03-25 14:21:28 +00:00
</property>
</widget>
</item>
<item row="2" column="0" colspan="4">
2010-03-21 20:27:53 +00:00
<widget class="QGroupBox" name="pixmapCacheGB_2">
<property name="title">
<string>Automatic help</string>
</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>
2011-03-25 14:21:28 +00:00
<item row="3" column="0" colspan="4">
2010-03-21 20:27:53 +00:00
<widget class="QGroupBox" name="GeometryGB">
<property name="title">
<string>Session</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
2010-03-26 14:02:56 +00:00
<layout class="QGridLayout" name="gridLayout_4">
2010-03-21 20:27:53 +00:00
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="allowGeometrySessionCB">
<property name="enabled">
2007-11-15 12:58:44 +00:00
<bool>true</bool>
</property>
2010-03-21 20:27:53 +00:00
<property name="text">
2009-03-28 13:13:13 +00:00
<string>Restore window layouts and &geometries</string>
2007-11-15 12:58:44 +00:00
</property>
</widget>
</item>
2010-03-21 20:27:53 +00:00
<item row="1" column="0">
<widget class="QCheckBox" name="restoreCursorCB">
<property name="toolTip">
2009-03-28 13:13:13 +00:00
<string>Restore to the cursor position when the file was last closed</string>
</property>
2010-03-21 20:27:53 +00:00
<property name="text">
2009-03-28 13:13:13 +00:00
<string>Restore cursor &positions</string>
2007-11-02 14:43:09 +00:00
</property>
</widget>
</item>
2010-03-21 20:27:53 +00:00
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="loadSessionCB">
<property name="text">
2009-03-28 13:13:13 +00:00
<string>&Load opened files from last session</string>
2007-11-10 00:21:42 +00:00
</property>
</widget>
</item>
2010-03-21 20:27:53 +00:00
<item row="3" column="0">
<widget class="QPushButton" name="clearSessionPB">
<property name="text">
2011-03-25 14:21:28 +00:00
<string>&Clear all session information</string>
2008-09-22 07:14:30 +00:00
</property>
</widget>
</item>
2010-03-21 20:27:53 +00:00
<item row="3" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>225</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2007-11-02 14:43:09 +00:00
</layout>
</widget>
</item>
2011-03-25 14:21:28 +00:00
<item row="4" column="0" colspan="4">
2010-03-21 20:27:53 +00:00
<widget class="QGroupBox" name="documentsGB">
<property name="title">
2008-02-20 13:50:35 +00:00
<string>Documents</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">
<item row="0" column="0" colspan="5">
<widget class="QCheckBox" name="backupCB">
<property name="text">
<string>Backup original documents when saving</string>
2008-03-10 16:20:33 +00:00
</property>
2010-03-21 20:27:53 +00:00
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QCheckBox" name="autoSaveCB">
<property name="text">
<string>&Backup documents, every</string>
2008-09-22 07:14:30 +00:00
</property>
2010-03-21 20:27:53 +00:00
</widget>
2007-12-26 13:52:56 +00:00
</item>
2010-03-21 20:27:53 +00:00
<item row="1" column="3">
<widget class="QSpinBox" name="autoSaveSB">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>300</number>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLabel" name="TextLabel1">
<property name="text">
<string>minutes</string>
</property>
</widget>
2009-09-18 16:44:20 +00:00
</item>
2010-03-21 20:27:53 +00:00
<item row="1" column="5">
2008-02-20 13:50:35 +00:00
<spacer>
2010-03-21 20:27:53 +00:00
<property name="orientation">
2008-02-20 13:50:35 +00:00
<enum>Qt::Horizontal</enum>
2008-02-19 21:51:55 +00:00
</property>
2010-03-21 20:27:53 +00:00
<property name="sizeHint" stdset="0">
2008-02-20 13:50:35 +00:00
<size>
<width>61</width>
<height>21</height>
</size>
2008-02-19 21:51:55 +00:00
</property>
2008-02-20 13:50:35 +00:00
</spacer>
2008-02-19 21:51:55 +00:00
</item>
2010-03-21 20:27:53 +00:00
<item row="2" column="0">
2010-03-26 14:02:56 +00:00
<widget class="QCheckBox" name="saveCompressedCB">
<property name="text">
<string>&Save documents compressed by default</string>
</property>
</widget>
</item>
<item row="3" column="0">
2010-03-21 20:27:53 +00:00
<widget class="QLabel" name="lastfilesLA">
<property name="text">
<string>&Maximum last files:</string>
</property>
<property name="buddy">
<cstring>lastfilesSB</cstring>
2007-12-26 13:52:56 +00:00
</property>
</widget>
</item>
2010-03-26 14:02:56 +00:00
<item row="3" column="1">
2010-03-21 20:27:53 +00:00
<widget class="QSpinBox" name="lastfilesSB">
<property name="maximum">
<number>9</number>
2008-09-22 07:14:30 +00:00
</property>
2007-12-26 13:52:56 +00:00
</widget>
</item>
2010-03-26 14:02:56 +00:00
<item row="3" column="2" colspan="2">
2010-03-21 20:27:53 +00:00
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
2007-12-26 13:52:56 +00:00
</property>
2010-03-21 20:27:53 +00:00
<property name="sizeHint" stdset="0">
<size>
<width>48</width>
<height>20</height>
</size>
</property>
</spacer>
2007-12-26 13:52:56 +00:00
</item>
2010-03-26 14:02:56 +00:00
<item row="4" column="0" colspan="2">
2010-03-21 20:27:53 +00:00
<widget class="QCheckBox" name="openDocumentsInTabsCB">
<property name="text">
2009-03-28 13:13:13 +00:00
<string>&Open documents in tabs</string>
2008-03-14 23:24:45 +00:00
</property>
</widget>
</item>
2010-03-26 14:02:56 +00:00
<item row="5" column="0" colspan="2">
2010-11-13 11:55:05 +00:00
<widget class="QCheckBox" name="singleInstanceCB">
<property name="toolTip">
2012-09-29 22:42:55 +00:00
<string>Whether to open documents in an already running instance of LyX.
(Set the LyXServer pipe path and restart LyX to enable this feature)</string>
2010-11-13 11:55:05 +00:00
</property>
<property name="text">
<string>S&ingle instance</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
2010-03-21 20:27:53 +00:00
<widget class="QCheckBox" name="singleCloseTabButtonCB">
<property name="toolTip">
2009-10-05 23:06:29 +00:00
<string>Whether to place close button on each tab or only one in the top left.</string>
</property>
2010-03-21 20:27:53 +00:00
<property name="text">
2009-10-05 23:06:29 +00:00
<string>&Single close-tab button</string>
</property>
</widget>
</item>
2012-09-15 22:37:55 +00:00
<item row="7" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Closing last view:</string>
</property>
</widget>
</item>
<item row="7" column="1" colspan="4">
<widget class="QComboBox" name="closeLastViewCO">
<item>
<property name="text">
<string>Closes document</string>
</property>
</item>
<item>
<property name="text">
<string>Hides document</string>
</property>
</item>
<item>
<property name="text">
<string>Ask the user</string>
</property>
</item>
</widget>
</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>
2011-03-25 14:21:28 +00:00
<item row="5" column="0" colspan="4">
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>
2008-01-22 21:23:41 +00:00
<tabstop>tooltipCB</tabstop>
2008-01-25 22:02:38 +00:00
<tabstop>allowGeometrySessionCB</tabstop>
2011-09-12 14:19:57 +00:00
<tabstop>restoreCursorCB</tabstop>
2006-08-31 13:46:28 +00:00
<tabstop>loadSessionCB</tabstop>
2011-09-12 14:19:57 +00:00
<tabstop>clearSessionPB</tabstop>
<tabstop>backupCB</tabstop>
2006-03-23 16:38:46 +00:00
<tabstop>autoSaveCB</tabstop>
<tabstop>autoSaveSB</tabstop>
2011-09-12 14:19:57 +00:00
<tabstop>saveCompressedCB</tabstop>
2006-03-23 16:38:46 +00:00
<tabstop>lastfilesSB</tabstop>
2008-03-14 23:24:45 +00:00
<tabstop>openDocumentsInTabsCB</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>