From f7f2b99fe5df8038952148d2943fa3c6f3ecba13 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 28 Mar 2009 12:26:59 -0400 Subject: Set the tab order of the widgets for the PluginTree --- sigtools/PluginTree.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sigtools') diff --git a/sigtools/PluginTree.cpp b/sigtools/PluginTree.cpp index 52d72fe9..80b85b5d 100644 --- a/sigtools/PluginTree.cpp +++ b/sigtools/PluginTree.cpp @@ -44,6 +44,7 @@ PluginTree::PluginTree(const QStringList& types, QWidget* parent) : setLayout(layout); layout->addWidget(d->m_filter, 0, 0); layout->addWidget(d->m_view, 1, 0); + setTabOrder(d->m_view, d->m_filter); } QString PluginTree::currentType() const -- cgit