summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/designer.1
blob: 4151e94a736e9f924b6c732cfbd41c9b2f5d685a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TH "qt-designer" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP 
qt\-designer \- Visual user interface designer for Qt.
.SH "DESCRIPTION"
.LP 
Qt Designer simplifies the process of designing and
creating graphical user interfaces (GUI) using the
award\-winning Qt toolkit. Qt Designer is easy to learn.
There are tutorials, walkthrough examples and the
reference documentation accelerating you through the
learning phase. After that, Qt Designer greatly reduces
the time and effort needed to develop even the most
complex dialogs with an easy\-to\-use GUI and an integrated
help system.

 Qt Designer provides a rich set of features aimed at
making the creation of dialogs as easy and smooth as
possible without reducing the power of Qt. It offers all
the strength of the Qt layout system with a well\-designed
user interface. This, combined with the Qt Designer's
undo/redo system makes it simple to try different
arrangements of the widgets until the result satisfies
you.

 Using Qt Designer's convenient property editor along
with the dynamic Qt property system it is easy to set the
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.

 Integrating dialogs into a Qt project is straightforward
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 
\fBQTDIR\fP
Specifies the Qt base directory.  On Debian systems this
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/>