mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Hide label and list of aliases in aboutuser
This commit is contained in:
parent
e6504f2d46
commit
56ae9e657f
|
@ -12,6 +12,9 @@ AboutUser::AboutUser(ToxId &toxId, QWidget *parent) :
|
|||
ui(new Ui::AboutUser)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->label_4->hide();
|
||||
ui->aliases->hide();
|
||||
|
||||
connect(ui->buttonBox, &QDialogButtonBox::accepted, this, &AboutUser::onAcceptedClicked);
|
||||
connect(ui->autoaccept, &QCheckBox::clicked, this, &AboutUser::onAutoAcceptClicked);
|
||||
connect(ui->selectSaveDir, &QPushButton::clicked, this, &AboutUser::onSelectDirClicked);
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLabel" name="label_6">
|
||||
<widget class="QLabel" name="aliases">
|
||||
<property name="text">
|
||||
<string>HISTORY OF ALIASES</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue
Block a user