forked from qt-creator/qt-creator
File > New: Bring existing dialog to foreground
Task-number: QTCREATORBUG-16932 Change-Id: I1a90ab01825b5cd2f439395cbdf4400075943dc4 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
static ICore *instance();
|
||||
|
||||
static bool isNewItemDialogRunning();
|
||||
static QWidget *newItemDialog();
|
||||
static void showNewItemDialog(const QString &title,
|
||||
const QList<IWizardFactory *> &factories,
|
||||
const QString &defaultLocation = QString(),
|
||||
@@ -138,7 +139,7 @@ public slots:
|
||||
signals:
|
||||
void coreAboutToOpen();
|
||||
void coreOpened();
|
||||
void newItemDialogRunningChanged();
|
||||
void newItemDialogStateChanged();
|
||||
void saveSettingsRequested();
|
||||
void optionsDialogRequested();
|
||||
void coreAboutToClose();
|
||||
@@ -151,7 +152,7 @@ public:
|
||||
static void appendAboutInformation(const QString &line);
|
||||
|
||||
private:
|
||||
static void validateNewItemDialogIsRunning();
|
||||
static void updateNewItemDialogState();
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user