summaryrefslogtreecommitdiffstats
path: root/tdevdesigner/README
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2014-05-25 15:37:31 +0900
committerMichele Calgaro <[email protected]>2014-05-25 15:37:31 +0900
commit6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch)
treeab69e390f7962b7e7dda1a3a64f035c61c751cf4 /tdevdesigner/README
parentaba2788b428dc53243407902e9ccbb20b97a69fd (diff)
downloadtdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz
tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'tdevdesigner/README')
-rw-r--r--tdevdesigner/README25
1 files changed, 0 insertions, 25 deletions
diff --git a/tdevdesigner/README b/tdevdesigner/README
deleted file mode 100644
index 23675fdb..00000000
--- a/tdevdesigner/README
+++ /dev/null
@@ -1,25 +0,0 @@
-TDevDesigner is a port of Qt Designer (code taken from Qt 3.3 distribution) to KDE technologies:
-1) XML GUI
-2) KParts
-3) KFileDialog
-4) TDEIconLoader
-
-TDevDesigner consists of a part and a shell.
-Part can be used in Konqueror and KDevelop to edit and view ui files and projects.
-Shell loads a part with "in shell" argument so that the part can create projects and ui files.
-
-Other important notes:
-TDevDesignerPart is Read/Write part which ignores readonly mode.
-Designer Editor plugins are not loaded.
-Available in system designer plugins are loaded if possible (tested with Qt 3.3 version).
-
-TDevDesignerPart integration:
-TDevDesignerPart implements KInterfaceDesigner interface (defined in tdevelop/lib/external_interfaces).
-
-WARNING:
-If you want to modify this code, try to introduce as few modifications to original Qt Designer code as possible.
-Write your own classes and wrappers instead. The goal is to ease syncronization between the port and original Qt Designer.
-Feel free to modify tdevdesigner_part.h(cpp) though.
-
-FUTURE:
-Trolltech promises that Qt 4 will have easilly embeddable designer. If that happens, this port will be dropped for KDevelop 4.