forked from qt-creator/qt-creator
Design mode/Qt Designer clean-up, part III: Resources.
Move resource code to new ResourceHandler class and instantiate it on the form window.
This commit is contained in:
@@ -70,7 +70,8 @@ public:
|
||||
bool setVisibleEditor(Core::IEditor *xmlEditor);
|
||||
Designer::FormWindowEditor *formWindowEditorForXmlEditor(const Core::IEditor *xmlEditor) const;
|
||||
Designer::FormWindowEditor *formWindowEditorForFormWindow(const QDesignerFormWindowInterface *fw) const;
|
||||
FormWindowEditor *activeFormWindow() const;
|
||||
|
||||
EditorData activeEditor() const;
|
||||
|
||||
private slots:
|
||||
void updateFormWindowSelectionHandles();
|
||||
|
||||
Reference in New Issue
Block a user