mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Change placeholder text in torrent list's filter
This commit is contained in:
parent
68709c3112
commit
e6887fc950
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
|
||||
// Name filter
|
||||
m_searchFilter = new LineEdit(this);
|
||||
m_searchFilter->setPlaceholderText(tr("Filter torrent list..."));
|
||||
m_searchFilter->setPlaceholderText(tr("Filter torrent names..."));
|
||||
m_searchFilter->setFixedWidth(Utils::Gui::scaledSize(this, 200));
|
||||
m_searchFilter->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
connect(m_searchFilter, &QWidget::customContextMenuRequested, this, &MainWindow::showFilterContextMenu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue