2018-04-28 11:19:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>PrefsUi</class>
|
2018-04-28 11:19:26 +02:00
|
|
|
<widget class="QDialog" name="PrefsUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-04-28 11:19:26 +02:00
|
|
|
<width>650</width>
|
2018-07-10 09:04:42 +02:00
|
|
|
<height>266</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-04-28 11:19:26 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
2006-03-24 15:59:11 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-04-28 11:19:26 +02:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-04-28 11:19:26 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="lyx::frontend::PanelStack" name="prefsPS" native="true"/>
|
|
|
|
</item>
|
2018-04-28 11:19:26 +02:00
|
|
|
<item row="1" column="0">
|
2018-07-10 09:04:42 +02:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>405</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2018-04-28 11:19:26 +02:00
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="tempSaveCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>If this is checked, pressing OK or Apply will save the changes only for the current LyX session, not permanently.</string>
|
2018-04-28 11:19:26 +02:00
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>A&pply to current session only</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2018-07-10 09:04:42 +02:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-09-24 16:39:26 +00:00
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2006-10-30 14:39:05 +00:00
|
|
|
<class>lyx::frontend::PanelStack</class>
|
2011-09-24 16:39:26 +00:00
|
|
|
<extends>QWidget</extends>
|
2007-04-26 03:53:02 +00:00
|
|
|
<header>PanelStack.h</header>
|
2006-03-24 15:59:11 +00:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
2011-09-24 16:39:26 +00:00
|
|
|
<tabstop>prefsPS</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2011-09-24 16:39:26 +00:00
|
|
|
<includes>
|
2018-04-28 11:19:26 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2011-09-24 16:39:26 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|