Browse Source

delete checkbox for message encryption

pull/130/head
DenioD 4 years ago
parent
commit
9b89ed5f2e
  1. 2
      src/mainwindow.cpp
  2. 16
      src/mainwindow.ui

2
src/mainwindow.cpp

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

16
src/mainwindow.ui

@ -1592,22 +1592,6 @@
</property>
</spacer>
</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>
</item>
<item>

Loading…
Cancel
Save