summaryrefslogtreecommitdiff
path: root/x11/ebuilder/pkg
diff options
context:
space:
mode:
authordrochner <drochner>2000-04-28 18:14:01 +0000
committerdrochner <drochner>2000-04-28 18:14:01 +0000
commit1884f1adcd89e9ccd6bcec3d19b5ba1fb4f31e41 (patch)
tree34a7ea9467b16fa5b3f7a7ee38861f792013dfc1 /x11/ebuilder/pkg
parentd0fa90c32fc27acc681f618fd9621d931f874b01 (diff)
downloadpkgsrc-1884f1adcd89e9ccd6bcec3d19b5ba1fb4f31e41.tar.gz
an interface builder for qt2
(while I wasn't too successful with interface builders, let others have their own experiences...)
Diffstat (limited to 'x11/ebuilder/pkg')
-rw-r--r--x11/ebuilder/pkg/COMMENT1
-rw-r--r--x11/ebuilder/pkg/DESCR18
-rw-r--r--x11/ebuilder/pkg/PLIST2
3 files changed, 21 insertions, 0 deletions
diff --git a/x11/ebuilder/pkg/COMMENT b/x11/ebuilder/pkg/COMMENT
new file mode 100644
index 00000000000..7310725fb87
--- /dev/null
+++ b/x11/ebuilder/pkg/COMMENT
@@ -0,0 +1 @@
+GUI builder for the Qt library
diff --git a/x11/ebuilder/pkg/DESCR b/x11/ebuilder/pkg/DESCR
new file mode 100644
index 00000000000..7a5c190bce7
--- /dev/null
+++ b/x11/ebuilder/pkg/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.
diff --git a/x11/ebuilder/pkg/PLIST b/x11/ebuilder/pkg/PLIST
new file mode 100644
index 00000000000..0ee767a0a33
--- /dev/null
+++ b/x11/ebuilder/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/28 18:14:02 drochner Exp $
+bin/ebuilder