summaryrefslogtreecommitdiff
path: root/src/plugins/designer/README.txt
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-03-10 10:21:52 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-03-10 10:21:52 +0100
commit7828bb811c969ee9991d5efe04e1093ce200882f (patch)
tree9c180179c1225a11be1c755800ca7b312622e9fe /src/plugins/designer/README.txt
parent1c8930737c839a9ada047b5848fab7a6c40a025f (diff)
downloadqt-creator-7828bb811c969ee9991d5efe04e1093ce200882f.tar.gz
DesignMode/Qt Designer clean-up Part V: Renaming
Re-introduce FormWindowEditor as IEditor used for Designer. Use SharedTools::WidgetHost directly for embedding into FormEditorStack, doing the geometry-changed handling in there as well.
Diffstat (limited to 'src/plugins/designer/README.txt')
-rw-r--r--src/plugins/designer/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/designer/README.txt b/src/plugins/designer/README.txt
index 7665e29c98..44ef03b875 100644
--- a/src/plugins/designer/README.txt
+++ b/src/plugins/designer/README.txt
@@ -4,6 +4,15 @@ They are dependent on the CPP editor plugin.
Including cpp.pri in designer.pro enables them and defines
CPP_ENABLED.
+Editor
+------
+
+The editor shows read-only XML text in a PlainTextEditor and Designer
+in Design mode. The switch is done in the currentEditorChanged signal.
+To make the text editor work, IEditor needs to aggregate a PlainTextEditable
+and delegate some functionality to it, while the isModified()-handling
+needs to be done by Designer itself.
+
Resource handling:
------------------