forked from qt-creator/qt-creator
Replace QWizard with Utils::Wizard
This commit is contained in:
@@ -44,6 +44,10 @@ class QWizardPage;
|
||||
class QDebug;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
class Wizard;
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
|
||||
class IEditor;
|
||||
@@ -172,6 +176,9 @@ public:
|
||||
// Sets some standard options on a QWizard
|
||||
static void setupWizard(QWizard *);
|
||||
|
||||
// Read "shortTitle" dynamic property of the pageId and apply it as the title of corresponding progress item
|
||||
static void applyExtensionPageShortTitle(Utils::Wizard *wizard, int pageId);
|
||||
|
||||
protected:
|
||||
typedef QList<QWizardPage *> WizardPageList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user