Fix the tab ordering of PanelStack and PrefsUi.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39746 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-09-24 16:39:26 +00:00
parent c48091f33a
commit 39d569661a
2 changed files with 11 additions and 12 deletions

View File

@ -49,9 +49,9 @@ PanelStack::PanelStack(QWidget * parent)
: QWidget(parent)
{
delay_search_ = new QTimer(this);
search_ = new FancyLineEdit(this);
list_ = new QTreeWidget(this);
stack_ = new QStackedWidget(this);
search_ = new FancyLineEdit(this);
// Configure the timer
delay_search_->setSingleShot(true);

View File

@ -23,17 +23,14 @@
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QVBoxLayout" >
<layout class="QGridLayout" >
<property name="margin" >
<number>11</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="lyx::frontend::PanelStack" name="prefsPS" />
</item>
<item>
<item row="1" column="0" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
@ -99,27 +96,29 @@
</item>
</layout>
</item>
<item row="0" column="0" >
<widget class="lyx::frontend::PanelStack" native="1" name="prefsPS" />
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<customwidgets>
<customwidget>
<class>lyx::frontend::PanelStack</class>
<extends></extends>
<extends>QWidget</extends>
<header>PanelStack.h</header>
<container>1</container>
<pixmap></pixmap>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>prefsPS</tabstop>
<tabstop>restorePB</tabstop>
<tabstop>savePB</tabstop>
<tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>