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);
|
||||
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()
|
||||
|
|
|
@ -29,11 +29,7 @@
|
|||
<property name="acceptRichText">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_format">
|
||||
<property name="text">
|
||||
<property name="placeholderText">
|
||||
<string>Format: IPv4:port / [IPv6]:port</string>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in a new issue