You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.0 KiB
55 lines
2.0 KiB
4 years ago
|
.TH "tqtdesigner" "1" "3.0.3" "Troll Tech AS, Norway." ""
|
||
13 years ago
|
.SH "NAME"
|
||
|
.LP
|
||
4 years ago
|
tqtdesigner \- Visual user interface designer for TQt.
|
||
13 years ago
|
.SH "DESCRIPTION"
|
||
|
.LP
|
||
4 years ago
|
TQt Designer simplifies the process of designing and
|
||
13 years ago
|
creating graphical user interfaces (GUI) using the
|
||
10 years ago
|
award\-winning TQt toolkit. TQt Designer is easy to learn.
|
||
13 years ago
|
There are tutorials, walkthrough examples and the
|
||
|
reference documentation accelerating you through the
|
||
10 years ago
|
learning phase. After that, TQt Designer greatly reduces
|
||
13 years ago
|
the time and effort needed to develop even the most
|
||
|
complex dialogs with an easy\-to\-use GUI and an integrated
|
||
|
help system.
|
||
|
|
||
10 years ago
|
TQt Designer provides a rich set of features aimed at
|
||
13 years ago
|
making the creation of dialogs as easy and smooth as
|
||
|
possible without reducing the power of Qt. It offers all
|
||
10 years ago
|
the strength of the TQt layout system with a well\-designed
|
||
|
user interface. This, combined with the TQt Designer's
|
||
13 years ago
|
undo/redo system makes it simple to try different
|
||
|
arrangements of the widgets until the result satisfies
|
||
|
you.
|
||
|
|
||
10 years ago
|
Using TQt Designer's convenient property editor along
|
||
|
with the dynamic TQt property system it is easy to set the
|
||
13 years ago
|
initial state of your widgets. Special editors for some
|
||
|
widgets (like listboxes, comboboxes, etc.) allow you to
|
||
|
fill these widgets with content without writing any code.
|
||
|
Using the object hierarchy view, the parent\-child
|
||
|
relationship between the widgets of a dialog can be
|
||
|
understood at a glance.
|
||
|
|
||
10 years ago
|
Integrating dialogs into a TQt project is straightforward
|
||
13 years ago
|
thanks to the User Interface Compiler (UIC), which
|
||
|
generates C++ code from the XML dialog description on the
|
||
|
fly. The programmer can easily extend the functionality
|
||
|
of the generated classes by subclassing without touching
|
||
|
generated code at all or running the risk of loosing
|
||
|
their changes.
|
||
|
.SH "FILES"
|
||
|
.LP
|
||
|
\fI/usr/share/qt/tools/designer/*\fP
|
||
|
.SH "ENVIRONMENT VARIABLES"
|
||
|
.LP
|
||
|
.TP
|
||
6 years ago
|
\fBTQTDIR\fP
|
||
10 years ago
|
Specifies the TQt base directory. On Debian systems this
|
||
13 years ago
|
should be set to /usr/share/qt. The /usr/bin/designer
|
||
|
wrapper script takes care of this.
|
||
|
.SH "AUTHORS"
|
||
|
.LP
|
||
|
TrollTech <http://www.trolltech.com/>
|