[Bug 136065] focus search field initially
FiNeX
finex at finex.org
Wed Dec 31 13:26:28 GMT 2008
http://bugs.kde.org/show_bug.cgi?id=136065
FiNeX finex finex org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |finex at finex.org
--- Comment #3 from FiNeX <finex finex org> 2008-12-31 14:26:27 ---
This patch works:
Index: mainwindow.cpp
===================================================================
--- mainwindow.cpp (revisione 903695)
+++ mainwindow.cpp (copia locale)
@@ -71,7 +71,8 @@
// We hide the menubar. So ensure the toolbar is always visible because
you cannot get it back
setupGUI(Save|Create,QString());
menuBar()->hide();
-
+ search->setFocus();
+
connect(moduleTabs, SIGNAL(currentChanged(int)), SLOT(widgetChange()));
}
But, should we really apply it?
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list