6 #ifndef SWIFT_GUI_USERCOMPONENT_H
7 #define SWIFT_GUI_USERCOMPONENT_H
10 #include <QScopedPointer>
40 int countClients()
const;
43 int countUsers()
const;
54 void onCountChanged(
int count,
bool withFilter);
61 void onSettingsChanged();
63 QScopedPointer<Ui::CUserComponent> ui;
66 this, &CUserComponent::onSettingsChanged
User componenet (users, clients)
void requestTextMessageWidget(const swift::misc::aviation::CCallsign &callsign)
Request a text message.
Value object encapsulating information of a callsign.
Value object encapsulating information about a connection status.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.