mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
* src/frontends/qt4/QPrefsDialog.C
(QPrefsDialog::QPrefsDialog): (void QPrefsDialog::apply): (void QPrefsDialog::update): * src/frontends/qt4/ui/QPrefUI.ui: remove wheel mouse spin box (bug 783). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13464 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
410d22711a
commit
f44bd092bc
@ -394,7 +394,6 @@ QPrefsDialog::QPrefsDialog(QPrefs * form)
|
|||||||
connect(uiModule->uiFileED, SIGNAL(textChanged(const QString&)), this, SLOT(change_adaptor()));
|
connect(uiModule->uiFileED, SIGNAL(textChanged(const QString&)), this, SLOT(change_adaptor()));
|
||||||
connect(uiModule->bindFileED, SIGNAL(textChanged(const QString&)), this, SLOT(change_adaptor()));
|
connect(uiModule->bindFileED, SIGNAL(textChanged(const QString&)), this, SLOT(change_adaptor()));
|
||||||
connect(uiModule->cursorFollowsCB, SIGNAL(toggled(bool)), this, SLOT(change_adaptor()));
|
connect(uiModule->cursorFollowsCB, SIGNAL(toggled(bool)), this, SLOT(change_adaptor()));
|
||||||
connect(uiModule->wheelMouseSB, SIGNAL(valueChanged(int)), this, SLOT(change_adaptor()));
|
|
||||||
connect(uiModule->autoSaveSB, SIGNAL(valueChanged(int)), this, SLOT(change_adaptor()));
|
connect(uiModule->autoSaveSB, SIGNAL(valueChanged(int)), this, SLOT(change_adaptor()));
|
||||||
connect(uiModule->autoSaveCB, SIGNAL(toggled(bool)), this, SLOT(change_adaptor()));
|
connect(uiModule->autoSaveCB, SIGNAL(toggled(bool)), this, SLOT(change_adaptor()));
|
||||||
connect(uiModule->lastfilesSB, SIGNAL(valueChanged(int)), this, SLOT(change_adaptor()));
|
connect(uiModule->lastfilesSB, SIGNAL(valueChanged(int)), this, SLOT(change_adaptor()));
|
||||||
@ -1121,7 +1120,6 @@ void QPrefsDialog::apply(LyXRC & rc) const
|
|||||||
rc.ui_file = internal_path(uiModule->uiFileED->text());
|
rc.ui_file = internal_path(uiModule->uiFileED->text());
|
||||||
rc.bind_file = internal_path(uiModule->bindFileED->text());
|
rc.bind_file = internal_path(uiModule->bindFileED->text());
|
||||||
rc.cursor_follows_scrollbar = uiModule->cursorFollowsCB->isChecked();
|
rc.cursor_follows_scrollbar = uiModule->cursorFollowsCB->isChecked();
|
||||||
rc.wheel_jump = uiModule->wheelMouseSB->value();
|
|
||||||
rc.autosave = uiModule->autoSaveSB->value() * 60;
|
rc.autosave = uiModule->autoSaveSB->value() * 60;
|
||||||
rc.make_backup = uiModule->autoSaveCB->isChecked();
|
rc.make_backup = uiModule->autoSaveCB->isChecked();
|
||||||
rc.num_lastfiles = uiModule->lastfilesSB->value();
|
rc.num_lastfiles = uiModule->lastfilesSB->value();
|
||||||
@ -1416,7 +1414,6 @@ void QPrefsDialog::update(LyXRC const & rc)
|
|||||||
uiModule->uiFileED->setText(external_path(rc.ui_file));
|
uiModule->uiFileED->setText(external_path(rc.ui_file));
|
||||||
uiModule->bindFileED->setText(external_path(rc.bind_file));
|
uiModule->bindFileED->setText(external_path(rc.bind_file));
|
||||||
uiModule->cursorFollowsCB->setChecked(rc.cursor_follows_scrollbar);
|
uiModule->cursorFollowsCB->setChecked(rc.cursor_follows_scrollbar);
|
||||||
uiModule->wheelMouseSB->setValue(rc.wheel_jump);
|
|
||||||
// convert to minutes
|
// convert to minutes
|
||||||
int mins(rc.autosave / 60);
|
int mins(rc.autosave / 60);
|
||||||
if (rc.autosave && !mins)
|
if (rc.autosave && !mins)
|
||||||
|
@ -1,300 +1,274 @@
|
|||||||
<ui version="4.0" stdsetdef="1" >
|
<ui version="4.0" >
|
||||||
<author></author>
|
<author></author>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<exportmacro></exportmacro>
|
<exportmacro></exportmacro>
|
||||||
<class>QPrefUi</class>
|
<class>QPrefUi</class>
|
||||||
<widget class="QWidget" name="QPrefUI" >
|
<widget class="QWidget" name="QPrefUi" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>416</width>
|
<width>416</width>
|
||||||
<height>441</height>
|
<height>441</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy" >
|
<property name="sizePolicy" >
|
||||||
<sizepolicy>
|
<sizepolicy>
|
||||||
<hsizetype>1</hsizetype>
|
<hsizetype>1</hsizetype>
|
||||||
<vsizetype>1</vsizetype>
|
<vsizetype>1</vsizetype>
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" >
|
<layout class="QVBoxLayout" >
|
||||||
<property name="margin" >
|
<property name="margin" >
|
||||||
<number>11</number>
|
<number>11</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="spacing" >
|
<property name="spacing" >
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<layout class="QGridLayout" >
|
||||||
|
<property name="margin" >
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="spacing" >
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<item row="1" column="2" >
|
||||||
|
<widget class="QPushButton" name="bindFilePB" >
|
||||||
|
<property name="text" >
|
||||||
|
<string>B&rowse...</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</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>
|
||||||
|
<item row="1" column="0" >
|
||||||
|
<widget class="QLabel" name="bindFileLA" >
|
||||||
|
<property name="text" >
|
||||||
|
<string>&Bind file:</string>
|
||||||
|
</property>
|
||||||
|
<property name="buddy" >
|
||||||
|
<cstring>bindFileED</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="1" column="1" >
|
||||||
|
<widget class="QLineEdit" name="bindFileED" />
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" >
|
||||||
|
<property name="margin" >
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="spacing" >
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<layout class="QVBoxLayout" >
|
||||||
|
<property name="margin" >
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="spacing" >
|
||||||
<number>6</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QGridLayout" >
|
<widget class="QGroupBox" name="documentsGB" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>Documents</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" >
|
||||||
<property name="margin" >
|
<property name="margin" >
|
||||||
<number>0</number>
|
<number>11</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="spacing" >
|
<property name="spacing" >
|
||||||
<number>6</number>
|
<number>6</number>
|
||||||
</property>
|
|
||||||
<item row="1" column="2" >
|
|
||||||
<widget class="QPushButton" name="bindFilePB" >
|
|
||||||
<property name="text" >
|
|
||||||
<string>B&rowse...</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</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>
|
|
||||||
<item row="1" column="0" >
|
|
||||||
<widget class="QLabel" name="bindFileLA" >
|
|
||||||
<property name="text" >
|
|
||||||
<string>&Bind file:</string>
|
|
||||||
</property>
|
|
||||||
<property name="buddy" >
|
|
||||||
<cstring>bindFileED</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="1" column="1" >
|
|
||||||
<widget class="QLineEdit" name="bindFileED" />
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" >
|
|
||||||
<property name="margin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" >
|
<widget class="QCheckBox" name="autoSaveCB" >
|
||||||
<property name="margin" >
|
<property name="text" >
|
||||||
<number>0</number>
|
<string>B&ackup documents </string>
|
||||||
</property>
|
</property>
|
||||||
<property name="spacing" >
|
</widget>
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<widget class="QGroupBox" name="documentsGB" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>Documents</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" >
|
|
||||||
<property name="margin" >
|
|
||||||
<number>11</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="autoSaveCB" >
|
|
||||||
<property name="text" >
|
|
||||||
<string>B&ackup documents </string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" >
|
|
||||||
<property name="margin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<spacer name="Spacer6" >
|
|
||||||
<property name="sizeHint" >
|
|
||||||
<size>
|
|
||||||
<width>21</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="sizeType" >
|
|
||||||
<enum>Fixed</enum>
|
|
||||||
</property>
|
|
||||||
<property name="orientation" >
|
|
||||||
<enum>Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="autoSaveLA" >
|
|
||||||
<property name="text" >
|
|
||||||
<string> every</string>
|
|
||||||
</property>
|
|
||||||
<property name="buddy" >
|
|
||||||
<cstring>autoSaveSB</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="autoSaveSB" >
|
|
||||||
<property name="maximum" >
|
|
||||||
<number>300</number>
|
|
||||||
</property>
|
|
||||||
<property name="minimum" >
|
|
||||||
<number>1</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="TextLabel1" >
|
|
||||||
<property name="text" >
|
|
||||||
<string>minutes</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" >
|
|
||||||
<property name="margin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<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>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QGroupBox" name="scrollGB" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>Scrolling</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" >
|
|
||||||
<property name="margin" >
|
|
||||||
<number>11</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" >
|
|
||||||
<property name="margin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="wheelMouseLA" >
|
|
||||||
<property name="text" >
|
|
||||||
<string>W&heel mouse scroll:</string>
|
|
||||||
</property>
|
|
||||||
<property name="buddy" >
|
|
||||||
<cstring>wheelMouseSB</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="wheelMouseSB" >
|
|
||||||
<property name="maximum" >
|
|
||||||
<number>250</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="cursorFollowsCB" >
|
|
||||||
<property name="text" >
|
|
||||||
<string>Cursor follows &scrollbar</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="Spacer8" >
|
<layout class="QHBoxLayout" >
|
||||||
<property name="sizeHint" >
|
<property name="margin" >
|
||||||
<size>
|
<number>0</number>
|
||||||
<width>20</width>
|
</property>
|
||||||
<height>20</height>
|
<property name="spacing" >
|
||||||
</size>
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<spacer>
|
||||||
|
<property name="orientation" >
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeType" >
|
<property name="sizeType" >
|
||||||
<enum>Expanding</enum>
|
<enum>QSizePolicy::Fixed</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="orientation" >
|
<property name="sizeHint" >
|
||||||
<enum>Horizontal</enum>
|
<size>
|
||||||
|
<width>21</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="autoSaveLA" >
|
||||||
|
<property name="text" >
|
||||||
|
<string> every</string>
|
||||||
|
</property>
|
||||||
|
<property name="buddy" >
|
||||||
|
<cstring>autoSaveSB</cstring>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QSpinBox" name="autoSaveSB" >
|
||||||
|
<property name="maximum" >
|
||||||
|
<number>300</number>
|
||||||
|
</property>
|
||||||
|
<property name="minimum" >
|
||||||
|
<number>1</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="TextLabel1" >
|
||||||
|
<property name="text" >
|
||||||
|
<string>minutes</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
<item>
|
||||||
</item>
|
<layout class="QHBoxLayout" >
|
||||||
<item>
|
<property name="margin" >
|
||||||
<spacer name="Spacer7" >
|
<number>0</number>
|
||||||
<property name="sizeHint" >
|
</property>
|
||||||
<size>
|
<property name="spacing" >
|
||||||
<width>20</width>
|
<number>6</number>
|
||||||
<height>20</height>
|
</property>
|
||||||
</size>
|
<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>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="scrollGB" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>Scrolling</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" >
|
||||||
|
<property name="margin" >
|
||||||
|
<number>11</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeType" >
|
<property name="spacing" >
|
||||||
<enum>Expanding</enum>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="orientation" >
|
<item>
|
||||||
<enum>Vertical</enum>
|
<widget class="QCheckBox" name="cursorFollowsCB" >
|
||||||
</property>
|
<property name="text" >
|
||||||
</spacer>
|
<string>Cursor follows &scrollbar</string>
|
||||||
</item>
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer>
|
||||||
|
<property name="orientation" >
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeType" >
|
||||||
|
<enum>QSizePolicy::Expanding</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" >
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</item>
|
||||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
<item>
|
||||||
<tabstops>
|
<spacer>
|
||||||
<tabstop>uiFileED</tabstop>
|
<property name="orientation" >
|
||||||
<tabstop>uiFilePB</tabstop>
|
<enum>Qt::Vertical</enum>
|
||||||
<tabstop>bindFileED</tabstop>
|
</property>
|
||||||
<tabstop>bindFilePB</tabstop>
|
<property name="sizeType" >
|
||||||
<tabstop>wheelMouseSB</tabstop>
|
<enum>QSizePolicy::Expanding</enum>
|
||||||
<tabstop>cursorFollowsCB</tabstop>
|
</property>
|
||||||
<tabstop>autoSaveCB</tabstop>
|
<property name="sizeHint" >
|
||||||
<tabstop>autoSaveSB</tabstop>
|
<size>
|
||||||
<tabstop>lastfilesSB</tabstop>
|
<width>20</width>
|
||||||
</tabstops>
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||||||
|
<tabstops>
|
||||||
|
<tabstop>uiFileED</tabstop>
|
||||||
|
<tabstop>uiFilePB</tabstop>
|
||||||
|
<tabstop>bindFileED</tabstop>
|
||||||
|
<tabstop>bindFilePB</tabstop>
|
||||||
|
<tabstop>cursorFollowsCB</tabstop>
|
||||||
|
<tabstop>autoSaveCB</tabstop>
|
||||||
|
<tabstop>autoSaveSB</tabstop>
|
||||||
|
<tabstop>lastfilesSB</tabstop>
|
||||||
|
</tabstops>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user