6 #ifndef SWIFT_GUI_COMPONENTS_COUNTRYSELECTOR_H
7 #define SWIFT_GUI_COMPONENTS_COUNTRYSELECTOR_H
10 #include <QScopedPointer>
16 class CCountrySelector;
46 void onCountriesLoaded();
52 void onCountryNameChanged(
const QString &name);
55 QScopedPointer<Ui::CCountrySelector> ui;
const swift::misc::CCountry & getCountry() const
Get country.
CCountrySelector(QWidget *parent=nullptr)
Constructor.
virtual ~CCountrySelector()
Destructor.
void countryChanged(const swift::misc::CCountry &country)
Changed country.
void setCountry(const swift::misc::CCountry &country)
Set country.
High level reusable GUI components.