ComboBox Class Reference
A QComboBox with read-only option. More...
#include <combobox.h>
Inherits QComboBox.
Public Member Functions
- ComboBox (QWidget *parent=0, const char *name=0)
- ComboBox (bool rw, QWidget *parent=0, const char *name=0)
- bool isReadOnly () const
- void setReadOnly (bool readOnly)
Protected Member Functions
- virtual void mousePressEvent (QMouseEvent *)
- virtual void mouseReleaseEvent (QMouseEvent *)
- virtual void mouseMoveEvent (QMouseEvent *)
- virtual void keyPressEvent (QKeyEvent *)
- virtual void keyReleaseEvent (QKeyEvent *)
Detailed Description
A QComboBox with read-only option.The ComboBox class is a QComboBox with a read-only option.
The widget may be set as read-only. This has the same effect as disabling it, except that its appearance is unchanged.
- Author:
- David Jarvie <software@astrojar.org.uk>
Constructor & Destructor Documentation
|
Constructor.
|
|
Constructor.
|
Member Function Documentation
|
Returns true if the widget is read only.
|
|
Sets whether the combo box is read-only for the user. If read-only, its state cannot be changed by the user.
|
The documentation for this class was generated from the following files:
- combobox.h
- combobox.cpp