Mark QmlDesigner designer as experimental, and add button to enable it

from text editor.
This commit is contained in:
con
2010-03-31 11:15:36 +02:00
parent 3191cfe832
commit 0031e542f5
3 changed files with 107 additions and 1 deletions

View File

@@ -58,6 +58,10 @@ public:
Core::IFile *open(const QString &fileName);
Core::IEditor *createEditor(QWidget *parent);
private slots:
void activateQmlDesigner();
void updateEditorInfoBar(Core::IEditor *editor);
private:
QStringList m_mimeTypes;
};