mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Hide unimplemented components from search
Those fields are not ready yet, hide them. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
201f0c8f89
commit
705e61b62c
3 changed files with 16 additions and 1 deletions
|
@ -18,6 +18,12 @@ FilterWidget2::FilterWidget2(QWidget* parent)
|
|||
ui->maxAirTemp->setValue(data.maxAirTemp);
|
||||
ui->minWaterTemp->setValue(data.minWaterTemp);
|
||||
ui->maxWaterTemp->setValue(data.maxWaterTemp);
|
||||
|
||||
// TODO: unhide this when we discover how to search for equipment.
|
||||
ui->equipment->hide();
|
||||
ui->labelEquipment->hide();
|
||||
ui->invertFilter->hide();
|
||||
|
||||
ui->to->setDate(data.to.date());
|
||||
|
||||
connect(ui->maxRating, &StarWidget::valueChanged,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue