summaryrefslogtreecommitdiff
path: root/x11/qt4-tools/DESCR
diff options
context:
space:
mode:
authoradam <adam>2006-02-20 12:07:12 +0000
committeradam <adam>2006-02-20 12:07:12 +0000
commit14f2699907f814ab3d3a2c25338fe12843c59b16 (patch)
treef28dff672dcea332cc01adff6762ffa1f7f5642e /x11/qt4-tools/DESCR
parent00f587f8cc086603b4d3e3e501056b2f685b3107 (diff)
downloadpkgsrc-14f2699907f814ab3d3a2c25338fe12843c59b16.tar.gz
Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming.
Diffstat (limited to 'x11/qt4-tools/DESCR')
-rw-r--r--x11/qt4-tools/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/qt4-tools/DESCR b/x11/qt4-tools/DESCR
new file mode 100644
index 00000000000..9bf0b5136db
--- /dev/null
+++ b/x11/qt4-tools/DESCR
@@ -0,0 +1,13 @@
+This package contains tools from the Qt3 Graphical User Interface
+toolkit. This includes Qt Designer; Qt Linguist, lupdate and lrelease
+for translating international applications; qm2ts for converting
+old .qm ii18n message files; Qt Assistant for finding help; qtconfig
+configuration tool (with online help); uic, the User Interface
+Compiler; and qmake for creating Makefiles from simple platform-independent
+project files.
+
+Qt Designer accelerates GUI application development and maintenance by
+offering a WYSIWYG (What You See Is What You Get) drag and drop interface
+for UI creation and maintenance. Qt Designer employs a vendor neutral,
+XML-format for persistent storage, which simplifies the tasks involved
+with the creation and layout of dialogs.