Plasma
combobox.h
Go to the documentation of this file.
void activated(const QString &text)
This signal is sent when the user chooses an item in the combobox.
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition combobox.cpp:321
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
Definition combobox.cpp:309
void hoverEnterEvent(QGraphicsSceneHoverEvent *event)
Definition combobox.cpp:303
void setNativeWidget(KComboBox *nativeWidget)
Sets the combo box wrapped by this ComboBox (widget must inherit KComboBox), ownership is transferred...
Definition combobox.cpp:157
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this ComboBox.
Definition combobox.cpp:147
Q_INVOKABLE void addItem(const QString &text)
Adds an item to the combo box with the given text.
Definition combobox.cpp:183
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Definition combobox.cpp:212
void currentIndexChanged(int index)
This signal is sent whenever the currentIndex in the combobox changes either through user interaction...
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition combobox.cpp:193
void textChanged(const QString &text)
This signal is sent whenever the currentIndex in the combobox changes either through user interaction...
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.