diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:03:21 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:03:21 +0000 |
commit | d3db18607dbb7d59aeab9f0f846bad1948e95a7e (patch) | |
tree | 8ff0c0747d9d6438c6411ba57bcffd7476fce523 /x11/ebuilder/DESCR | |
parent | 273821c4d377411699fe450ab9d48f7e5933d9b6 (diff) | |
download | pkgsrc-d3db18607dbb7d59aeab9f0f846bad1948e95a7e.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'x11/ebuilder/DESCR')
-rw-r--r-- | x11/ebuilder/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/ebuilder/DESCR b/x11/ebuilder/DESCR new file mode 100644 index 00000000000..7a5c190bce7 --- /dev/null +++ b/x11/ebuilder/DESCR @@ -0,0 +1,18 @@ +Ebuilder features: +------------------ +- Allows creation of either a QWidget or a QDialog (modal or modeless). +- Provides a hierarchal view that shows the parent-child relations of the Qt + widgets in your design +- Uses unmodified Qt widgets to create your design. This means that your + design looks exactly like the final implementation. +- Load and save capability using a text file format. +- Exports C++ header (.h) and implementation (.cc) files that compile + without modification. The header file contains a single class declaration + for your design. +- Allows the definition of member functions, SLOTs, SIGNALs and member + variables from within the program. It is possible to add code to the + constructor and destructor of the class. +- Allows you to add extra includes to your design. You may need this for + member variables or simply to use the iostream classes. +- Allows you to modify most, if not all, properties of the widgets in your + design through a tabdialog. |