accepting hover events as default

This commit is contained in:
Uwe Rathmann 2022-03-26 16:22:47 +01:00
parent 28c47725e2
commit 3aa320f233

View File

@ -295,6 +295,8 @@ QskTextInput::QskTextInput( QQuickItem* parent )
m_data->hasPanel = true;
setPolishOnResize( true );
setAcceptHoverEvents( true );
setFocusPolicy( Qt::StrongFocus );
setFlag( QQuickItem::ItemAcceptsInputMethod );