6 #ifndef SWIFT_GUI_DBCOUNTRYSELECTORCOMPONENT_H
7 #define SWIFT_GUI_DBCOUNTRYSELECTORCOMPONENT_H
11 #include <QScopedPointer>
14 #include "gui/dropbase.h"
28 class CDbCountrySelectorComponent;
50 void setCountry(
const QString &isoCode);
56 void setReadOnly(
bool readOnly);
83 void onCountriesRead(swift::misc::network::CEntityFlags::Entity entity,
90 void onCompleterActivated(
const QString &countryName);
Utilities for dropping swift value objects.
~CDbCountrySelectorComponent()
Destructor.
void countryChanged(const swift::misc::CCountry &country)
Country has been changed.
ReadState
State of operation.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.