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:
parent
e6c37b408e
commit
b64dc645a9
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user