diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 20:05:33 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-02 20:05:33 +0100 |
commit | 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch) | |
tree | db1b6b28566e5fe9accb4a688f7257673cecb080 /kdevdesigner/README | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'kdevdesigner/README')
-rw-r--r-- | kdevdesigner/README | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kdevdesigner/README b/kdevdesigner/README deleted file mode 100644 index 99b55648..00000000 --- a/kdevdesigner/README +++ /dev/null @@ -1,25 +0,0 @@ -KDevDesigner 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 - -KDevDesigner 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: -KDevDesignerPart 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). - -KDevDesignerPart integration: -KDevDesignerPart 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 kdevdesigner_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. |