1
0
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:
agilob 2015-12-05 12:19:05 +00:00
parent e6504f2d46
commit 56ae9e657f
No known key found for this signature in database
GPG Key ID: 296F0B764741106C
2 changed files with 4 additions and 1 deletions

View File

@ -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);

View File

@ -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>