mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user