apidocs++

svn path=/trunk/KDE/kdelibs/; revision=1029643
This commit is contained in:
Marco Martin 2009-09-30 12:40:07 +00:00
parent 041192c5ef
commit e550837212

View File

@ -89,8 +89,18 @@ public Q_SLOTS:
void clear();
Q_SIGNALS:
void activated(const QString & text);
void textChanged(const QString & text);
/**
* This signal is sent when the user chooses an item in the combobox.
* The item's text is passed.
*/
void activated(const QString &text);
/**
* This signal is sent whenever the currentIndex in the combobox changes
* either through user interaction or programmatically.
* The item's text is passed.
*/
void textChanged(const QString &text);
protected:
void resizeEvent(QGraphicsSceneResizeEvent *event);