A checkable push button to show or hide the alphanumeric keyboard. More...
#include <bpskeyboardcontrols.h>
Public Member Functions | |
| BpsAlphaKeyboardButton (QWidget *aWidget, QWidget *aParent=0) | |
| void | setNumericButton (BpsNumericKeyboardButton *aButton) |
| Set the associated numeric keyboard button. | |
A checkable push button to show or hide the alphanumeric keyboard.
A button of type BpsNumericKeyboardButton can be linked by setNumericButton() to get mutual exclusive virtual keyboards, e.g. if on of the buttons is checked the other gets unchecked automatically. This control mandatory requires the application to be of type BpsApplication.
| BpsAlphaKeyboardButton::BpsAlphaKeyboardButton | ( | QWidget * | aWidget, |
| QWidget * | aParent = 0 |
||
| ) |
| [in] | aWidget | The widget to show the keyboard for. |
| [in] | aParent | The parent widget. |
| void BpsAlphaKeyboardButton::setNumericButton | ( | BpsNumericKeyboardButton * | aButton | ) |
Set the associated numeric keyboard button.
It is sufficient to set the associated button only on one of the two buttons, the backlink is created automatically.
| [in] | aButton | The associated keyboard button. |