6 #ifndef SWIFT_GUI_COMPONENTS_COPYSETTINGSANDCACHESCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_COPYSETTINGSANDCACHESCOMPONENT_H
11 #include <QScopedPointer>
12 #include <QWizardPage>
37 class CCopySettingsAndCachesComponent;
93 QList<QCheckBox *> checkBoxes()
const;
96 bool parsingMessage(
bool success,
const QString &msg,
const QString &value);
102 void allCheckBoxesReadOnly();
105 static void readOnlyCheckbox(QCheckBox *cb,
bool readOnly);
108 static QString checkBoxText(
const QString &text,
bool setting);
110 QScopedPointer<Ui::CCopySettingsAndCachesComponent> ui;
166 using QWizardPage::QWizardPage;
Using this class provides a QFrame with the overlay functionality already integrated.
Copy settings and caches.
CCopySettingsAndCachesComponent(QWidget *parent=nullptr)
Ctor.
void reloadOtherVersions(int deferMs=-1)
Reload other versions.
virtual ~CCopySettingsAndCachesComponent()
Dtor.
Wizard page for CCopySettingsAndCaches.
virtual void initializePage()
virtual bool validatePage()
void setConfigComponent(CCopySettingsAndCachesComponent *config)
Set config.
Description of a swift application.
Streamable status message, e.g.
High level reusable GUI components.