6 #ifndef SWIFT_GUI_EDITORS_DISTRIBUTORFORM_H
7 #define SWIFT_GUI_EDITORS_DISTRIBUTORFORM_H
10 #include <QScopedPointer>
20 class CDistributorForm;
22 namespace swift::gui::editors
42 void allowDrop(
bool allowDrop);
45 bool isDropAllowed()
const;
49 virtual void setReadOnly(
bool readonly)
override;
50 virtual void setSelectOnly()
override;
63 virtual void jsonPasted(
const QString &json)
override;
70 bool hasAnyUiDetailsValues()
const;
72 QScopedPointer<Ui::CDistributorForm> ui;
Status messages, e.g. from Core -> GUI.
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Value object encapsulating information of software distributor.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.