cb47d1d9ff
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.
13 lines
753 B
Text
13 lines
753 B
Text
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.
|