fix: add placeholder to search bar
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
1965e7ca87
commit
cf3ccf376b
@ -874,6 +874,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new MainWindow
|
||||
// Create instance list filter box
|
||||
{
|
||||
filterView = new QLineEdit(ui->centralWidget);
|
||||
filterView->setPlaceholderText(tr("Search and filter..."));
|
||||
|
||||
ui->verticalLayout->addWidget(filterView);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user