I didn't figure out how to easily focus the lineedit, so just adding a TODO for now.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=732036
This commit is contained in:
Riccardo Iaconelli 2007-11-02 15:31:34 +00:00
parent e6c37b408e
commit b64dc645a9

View File

@ -74,7 +74,7 @@ AppletBrowser::AppletBrowser(Plasma::Containment * containment, QWidget * parent
void AppletBrowser::init()
{
d->appletList = new KCategorizedItemsView(this);
d->appletList = new KCategorizedItemsView(this); //TODO: focus the lineedit on startup
connect(d->appletList, SIGNAL(activated(const QModelIndex &)), this, SLOT(addApplet()));
setMainWidget(d->appletList);