8 #include "ui_countryfilterbar.h"
29 ui->le_IsoCode->setValidator(ucv);
39 return std::make_unique<CCountryFilter>(ui->le_IsoCode->text(), ui->le_Name->text());
44 ui->filter_Buttons->onRowCountChanged(count, withFilter);
49 ui->le_IsoCode->clear();
~CCountryFilterBar()
Destructor.
void clearForm()
Clear form.
std::unique_ptr< swift::gui::models::IModelFilter< swift::misc::CCountryList > > createModelFilter() const
Get the filter, this is the filter itself, not its widget or dialog.
void onRowCountChanged(int count, bool withFilter)
Row count has been changed.
Filter to search data sets.
Models to be used with views, mainly QTableView.
Free functions in swift::misc.
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)