Fix focus in UsersPage.
This commit is contained in:
parent
6ff9fd4677
commit
fb37a0bf2f
@ -127,6 +127,13 @@ UsersPage::createJobs( const QString& defaultUserGroup, const QStringList& defau
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
UsersPage::focusInEvent( QFocusEvent* e )
|
||||
{
|
||||
ui->textBoxFullName->setFocus();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
UsersPage::onFullNameTextEdited( const QString &textRef )
|
||||
{
|
||||
|
@ -42,6 +42,8 @@ public:
|
||||
|
||||
QList< Calamares::job_ptr > createJobs( const QString& defaultUserGroup,
|
||||
const QStringList& defaultGroupsList );
|
||||
protected:
|
||||
void focusInEvent( QFocusEvent* e ) override;
|
||||
|
||||
protected slots:
|
||||
void onFullNameTextEdited( const QString& );
|
||||
|
Loading…
Reference in New Issue
Block a user