6 #ifndef SWIFT_GUI_COMPONENTS_OTHERSWIFTVERSIONS_H
7 #define SWIFT_GUI_COMPONENTS_OTHERSWIFTVERSIONS_H
10 #include <QScopedPointer>
16 class COtherSwiftVersionsComponent;
51 QScopedPointer<Ui::COtherSwiftVersionsComponent> ui;
54 void openDataDirectory();
Overview about other "swift" versions.
swift::misc::CApplicationInfo selectedOtherVersion() const
Get the selected other version.
void versionChanged(const swift::misc::CApplicationInfo &info)
Selection changed.
virtual ~COtherSwiftVersionsComponent()
Destructor.
COtherSwiftVersionsComponent(QWidget *parent=nullptr)
Constructor.
bool hasSelection() const
Any version selected?
void reloadOtherVersions()
Reload other versions.
void reloadOtherVersionsDeferred(int deferMs)
Reload versions.
Description of a swift application.
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
High level reusable GUI components.