delete checkbox for message encryption

This commit is contained in:
DenioD
2020-06-06 07:43:00 +02:00
parent 38e404def5
commit 9b89ed5f2e
2 changed files with 0 additions and 18 deletions

View File

@@ -1361,8 +1361,6 @@ void MainWindow::setupchatTab() {
ui->memoTxtChat->setTextColor("Black"); ui->memoTxtChat->setTextColor("Black");
} }
ui->decryptionMessage->setChecked(true);
QObject::connect(ui->sendChatButton, &QPushButton::clicked, this, &MainWindow::sendChat); QObject::connect(ui->sendChatButton, &QPushButton::clicked, this, &MainWindow::sendChat);
QObject::connect(ui->safeContactRequest, &QPushButton::clicked, this, &MainWindow::addContact); QObject::connect(ui->safeContactRequest, &QPushButton::clicked, this, &MainWindow::addContact);
QObject::connect(ui->pushContact, &QPushButton::clicked, this , &MainWindow::renderContactRequest); QObject::connect(ui->pushContact, &QPushButton::clicked, this , &MainWindow::renderContactRequest);

View File

@@ -1592,22 +1592,6 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item alignment="Qt::AlignRight|Qt::AlignVCenter">
<widget class="QCheckBox" name="decryptionMessage">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Message encryption/decryption ON</string>
</property>
</widget>
</item>
</layout> </layout>
</item> </item>
<item> <item>