mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
561682645d
commit
50c1e09a5c
|
@ -130,6 +130,8 @@ void ProfileForm::show(Ui::MainWindow &ui)
|
||||||
ui.mainContent->layout()->addWidget(this);
|
ui.mainContent->layout()->addWidget(this);
|
||||||
head->show();
|
head->show();
|
||||||
QWidget::show();
|
QWidget::show();
|
||||||
|
bodyUI->userName->setFocus(Qt::OtherFocusReason);
|
||||||
|
bodyUI->userName->selectAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProfileForm::copyIdClicked()
|
void ProfileForm::copyIdClicked()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user