mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
commit
f92d85c536
2 changed files with 1 additions and 8 deletions
|
@ -39,9 +39,6 @@ PeersAdditionDlg::PeersAdditionDlg(QWidget *parent)
|
||||||
{
|
{
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
connect(m_ui->buttonBox, SIGNAL(accepted()), this, SLOT(validateInput()));
|
connect(m_ui->buttonBox, SIGNAL(accepted()), this, SLOT(validateInput()));
|
||||||
|
|
||||||
m_ui->label_format->hide();
|
|
||||||
m_ui->peers_txt->setPlaceholderText("Format: IPv4:port / [IPv6]:port");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PeersAdditionDlg::~PeersAdditionDlg()
|
PeersAdditionDlg::~PeersAdditionDlg()
|
||||||
|
|
|
@ -29,11 +29,7 @@
|
||||||
<property name="acceptRichText">
|
<property name="acceptRichText">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<property name="placeholderText">
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_format">
|
|
||||||
<property name="text">
|
|
||||||
<string>Format: IPv4:port / [IPv6]:port</string>
|
<string>Format: IPv4:port / [IPv6]:port</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue