1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-03-12 21:31:05 +00:00

small fixes

This commit is contained in:
R4SAS 2017-10-06 09:41:01 +03:00
parent e84d979f00
commit 648bb735f5
5 changed files with 2 additions and 10 deletions

View File

@ -836,9 +836,6 @@
</layout>
</item>
</layout>
<zorder></zorder>
<zorder></zorder>
<zorder></zorder>
</widget>
</widget>
</item>

View File

@ -91,9 +91,6 @@
<property name="text">
<string>Using OpenSSL version</string>
</property>
<property name="indent">
<number>10</number>
</property>
</widget>
</item>
<item row="3" column="1">

View File

@ -23,8 +23,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>If you want to use a permanent I2P-address you have to set a 'mydestination' option in the configuration file:
</string>
<string>If you want to use a permanent I2P-address you have to set a 'mydestination' option in the configuration file:</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@ -54,7 +54,6 @@ private slots:
signals:
void proxyIpValid(QValidatedLineEdit *object, bool fValid);
void settingsChanged();
private:
Ui::OptionsDialog *ui;

View File

@ -10,7 +10,7 @@ ShowI2PAddresses::ShowI2PAddresses(const QString& caption, const QString& pub, c
ui->pubText->setPlainText(pub);
ui->privText->setText("<b>mydestination=</b>" + priv);
ui->b32Line->setText(b32);
ui->label->setText(ui->label->text() + configFileName);
ui->label->setText(ui->label->text() + "\n" + configFileName);
QObject::connect(ui->privButton, SIGNAL(clicked()), ui->privText, SLOT(selectAll()));
QObject::connect(ui->privButton, SIGNAL(clicked()), ui->privText, SLOT(copy()));