forked from qt-creator/qt-creator
QmlProject: Add option to always open ui.qml files in qds
This patch adds an option to always open ui.qml files in Qt Design Studio. If that option is enabled an info bar is used to propose the option. Change-Id: Ia80ecd87de7fcf4c5824e7a8bb806c3d4d77b935 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -45,6 +45,8 @@ public:
|
||||
static bool qdsInstallationExists();
|
||||
|
||||
private:
|
||||
static void openInQDSWithProject(const Utils::FilePath &filePath);
|
||||
|
||||
bool initialize(const QStringList &arguments, QString *errorString) final;
|
||||
|
||||
class QmlProjectPluginPrivate *d = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user