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) : QWidget(parent)
{ {
delay_search_ = new QTimer(this); delay_search_ = new QTimer(this);
search_ = new FancyLineEdit(this);
list_ = new QTreeWidget(this); list_ = new QTreeWidget(this);
stack_ = new QStackedWidget(this); stack_ = new QStackedWidget(this);
search_ = new FancyLineEdit(this);
// Configure the timer // Configure the timer
delay_search_->setSingleShot(true); delay_search_->setSingleShot(true);

View File

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