2006-03-23 16:38:46 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>PrefUi</class>
|
|
|
|
<widget class="QWidget" name="PrefUi" >
|
2006-03-23 16:38:46 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-02-20 13:50:35 +00:00
|
|
|
<width>430</width>
|
|
|
|
<height>582</height>
|
2006-03-23 16:38:46 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
2006-03-23 16:38:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2006-08-31 13:46:28 +00:00
|
|
|
<layout class="QGridLayout" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-12-26 13:52:56 +00:00
|
|
|
<item row="2" column="0" colspan="3" >
|
2007-11-15 12:58:44 +00:00
|
|
|
<widget class="QGroupBox" name="GeometryGB" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Session</string>
|
2007-11-02 14:43:09 +00:00
|
|
|
</property>
|
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>4</number>
|
2007-11-02 14:43:09 +00:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0" >
|
2007-11-15 12:58:44 +00:00
|
|
|
<widget class="QCheckBox" name="allowGeometrySessionCB" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Restore to cursor position when the file was last closed</string>
|
|
|
|
</property>
|
2007-11-02 14:43:09 +00:00
|
|
|
<property name="text" >
|
2007-11-15 12:58:44 +00:00
|
|
|
<string>Allow saving/restoring of windows geometry</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-19 21:51:55 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QCheckBox" name="restoreCursorCB" >
|
2007-11-15 12:58:44 +00:00
|
|
|
<property name="text" >
|
2008-02-19 21:51:55 +00:00
|
|
|
<string>Restore cursor positions</string>
|
2007-11-02 14:43:09 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-19 21:51:55 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QCheckBox" name="loadSessionCB" >
|
2007-11-10 00:21:42 +00:00
|
|
|
<property name="text" >
|
2008-02-19 21:51:55 +00:00
|
|
|
<string>Load opened files from last session</string>
|
2007-11-10 00:21:42 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-11-02 14:43:09 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="5" column="0" colspan="3" >
|
|
|
|
<widget class="QGroupBox" name="fullscreenGB" >
|
2008-02-19 21:51:55 +00:00
|
|
|
<property name="title" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
2008-02-19 21:51:55 +00:00
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
2008-02-19 21:51:55 +00:00
|
|
|
<layout class="QGridLayout" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item rowspan="3" row="0" column="2" >
|
|
|
|
<widget class="QGroupBox" name="fullscreenLimitGB" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>&Limit text width</string>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="checkable" >
|
|
|
|
<bool>true</bool>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QSpinBox" name="fullscreenWidthSB" >
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep" >
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>700</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Screen us&ed (pixels):</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>fullscreenWidthSB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-02-19 21:51:55 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="1" column="1" >
|
2008-02-19 21:51:55 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2008-02-20 13:50:35 +00:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2008-02-19 21:51:55 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QCheckBox" name="toggleTabbarCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Toggle tabba&r</string>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QCheckBox" name="toggleScrollbarCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>To&ggle scrollbar</string>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="toggleToolbarsCB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string>T&oggle toolbars</string>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
</widget>
|
2008-02-19 21:51:55 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2007-12-26 13:52:56 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="4" column="0" colspan="3" >
|
2007-11-15 12:58:44 +00:00
|
|
|
<widget class="QGroupBox" name="scrollGB" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Editing</string>
|
2007-11-02 14:43:09 +00:00
|
|
|
</property>
|
2007-11-15 12:58:44 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
2007-11-02 14:43:09 +00:00
|
|
|
</property>
|
2007-11-15 12:58:44 +00:00
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>4</number>
|
2007-11-15 12:58:44 +00:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="cursorFollowsCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Cursor follows &scrollbar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QCheckBox" name="sortEnvironmentsCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Sort &Environments alphabetically</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-01-22 21:23:41 +00:00
|
|
|
<item row="2" column="0" >
|
2008-01-25 22:02:38 +00:00
|
|
|
<widget class="QComboBox" name="macroEditStyleCO" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Edit Math Macros inline with a box around</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Edit Math Macros inline with the name in the status bar</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Edit Math Macros with a parameter list (like in LyX < 1.6)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2008-01-22 21:23:41 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2007-11-15 12:58:44 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="3" column="0" colspan="3" >
|
|
|
|
<widget class="QGroupBox" name="documentsGB" >
|
2007-12-26 13:52:56 +00:00
|
|
|
<property name="title" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<string>Documents</string>
|
2007-11-15 12:58:44 +00:00
|
|
|
</property>
|
2007-12-26 13:52:56 +00:00
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
2007-11-15 12:58:44 +00:00
|
|
|
</property>
|
2007-12-26 13:52:56 +00:00
|
|
|
<layout class="QGridLayout" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="1" column="0" colspan="4" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<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" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2007-12-26 13:52:56 +00:00
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="0" column="3" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2008-02-19 21:51:55 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<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>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QLabel" name="TextLabel1" >
|
2007-12-26 13:52:56 +00:00
|
|
|
<property name="text" >
|
2008-02-20 13:50:35 +00:00
|
|
|
<string>minutes</string>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QSpinBox" name="autoSaveSB" >
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>300</number>
|
|
|
|
</property>
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="autoSaveCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>B&ackup documents, every</string>
|
2007-12-26 13:52:56 +00:00
|
|
|
</property>
|
2008-02-20 13:50:35 +00:00
|
|
|
</widget>
|
2007-12-26 13:52:56 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2007-11-15 12:58:44 +00:00
|
|
|
</widget>
|
2007-11-02 14:43:09 +00:00
|
|
|
</item>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="6" column="0" colspan="3" >
|
2008-02-19 21:51:55 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<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>
|
2008-02-20 13:50:35 +00:00
|
|
|
<item row="1" column="0" colspan="3" >
|
|
|
|
<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" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="tooltipCB" >
|
|
|
|
<property name="toolTip" >
|
2008-02-20 13:57:54 +00:00
|
|
|
<string>Checking this allow the automatic display of helpful comments for insets in the main work area of an edited document</string>
|
2008-02-20 13:50:35 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Enable &tool tips in main work area</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</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="1" >
|
|
|
|
<widget class="QLineEdit" name="uiFileED" />
|
|
|
|
</item>
|
|
|
|
<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>
|
2006-03-23 16:38:46 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-02-19 21:51:55 +00:00
|
|
|
<layoutdefault spacing="4" margin="9" />
|
2006-03-23 16:38:46 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>uiFileED</tabstop>
|
|
|
|
<tabstop>uiFilePB</tabstop>
|
2008-01-22 21:23:41 +00:00
|
|
|
<tabstop>tooltipCB</tabstop>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>restoreCursorCB</tabstop>
|
2008-01-25 22:02:38 +00:00
|
|
|
<tabstop>allowGeometrySessionCB</tabstop>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>loadSessionCB</tabstop>
|
2006-03-23 16:38:46 +00:00
|
|
|
<tabstop>autoSaveCB</tabstop>
|
|
|
|
<tabstop>autoSaveSB</tabstop>
|
|
|
|
<tabstop>lastfilesSB</tabstop>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>cursorFollowsCB</tabstop>
|
2008-01-22 21:23:41 +00:00
|
|
|
<tabstop>sortEnvironmentsCB</tabstop>
|
2008-01-25 22:02:38 +00:00
|
|
|
<tabstop>macroEditStyleCO</tabstop>
|
2006-03-23 16:38:46 +00:00
|
|
|
</tabstops>
|
2007-01-17 13:06:16 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local" >qt_helpers.h</include>
|
|
|
|
</includes>
|
2006-03-23 16:38:46 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|