6 #ifndef SWIFT_GUI_EDITORS_FORM_H
7 #define SWIFT_GUI_EDITORS_FORM_H
19 namespace swift::misc::network
21 class CAuthenticatedUser;
23 namespace swift::gui::editors
32 explicit CForm(QWidget *parent =
nullptr);
35 virtual ~
CForm()
override;
42 virtual void setSelectOnly();
50 validateAsOverlayMessage(
bool withNestedObjects =
true,
bool appendOldMessages =
false,
51 std::chrono::milliseconds timeout = std::chrono::milliseconds(0));
59 virtual void jsonPasted(
const QString &json);
65 void forceStyleSheetUpdate();
67 bool m_readOnly =
false;
87 virtual void userChanged();
Using this class provides a QFrame with the overlay functionality already integrated.
Status messages, e.g. from Core -> GUI.
Value object encapsulating information of an authentiated user.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.