Inherits from QskBox
| Name | |
|---|---|
| enum | PanelHint { InputProxy = 1 « 0, Prediction = 1 « 1} |
| Name | |
|---|---|
| void | setInputPrompt(const QString & text) |
| void | setPrediction(const QStringList & prediction) |
| Name | |
|---|---|
| void | panelHintsChanged() |
| void | inputPromptChanged(const QString & ) |
| void | keySelected(int keyCode) |
| void | predictiveTextSelected(int ) |
| Name | |
|---|---|
| QskInputPanelBox(QQuickItem * parent =nullptr) | |
| ~QskInputPanelBox() override | |
| void | attachInputItem(QQuickItem * item) |
| QQuickItem * | attachedInputItem() const |
| void | setPanelHint(PanelHint hint, bool on) |
| void | setPanelHints(PanelHints hints) |
| PanelHints | panelHints() const |
| QQuickItem * | inputProxy() const |
| QString | inputPrompt() const |
| Name | |
|---|---|
| void | keyPressEvent(QKeyEvent * event) override |
| QskAspect::Subcontrol | substitutedSubcontrol(QskAspect::Subcontrol subControl) const override |
| Name | |
|---|---|
| PanelHints | panelHints |
| QString | inputPrompt |
| Name | |
|---|---|
| const QskAspect::Subcontrol | Panel |
| const QskAspect::Subcontrol | ProxyPanel |
| const QskAspect::Subcontrol | ProxyText |
| Enumerator | Value | Description |
|---|---|---|
| InputProxy | 1 « 0 | |
| Prediction | 1 « 1 |
void setInputPrompt(
const QString & text
)
void setPrediction(
const QStringList & prediction
)
void panelHintsChanged()
void inputPromptChanged(
const QString &
)
void keySelected(
int keyCode
)
void predictiveTextSelected(
int
)
QskInputPanelBox(
QQuickItem * parent =nullptr
)
~QskInputPanelBox() override
void attachInputItem(
QQuickItem * item
)
QQuickItem * attachedInputItem() const
void setPanelHint(
PanelHint hint,
bool on
)
void setPanelHints(
PanelHints hints
)
PanelHints panelHints() const
QQuickItem * inputProxy() const
QString inputPrompt() const
void keyPressEvent(
QKeyEvent * event
) override
QskAspect::Subcontrol substitutedSubcontrol(
QskAspect::Subcontrol subControl
) const override
PanelHints panelHints;
QString inputPrompt;
static const QskAspect::Subcontrol Panel;
static const QskAspect::Subcontrol ProxyPanel;
static const QskAspect::Subcontrol ProxyText;
Updated on 28 July 2023 at 14:02:28 CEST