summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/tqdesigner.1
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-07-07 17:12:46 +0900
committerSlávek Banko <slavek.banko@axis.cz>2020-07-07 15:45:39 +0200
commit19c0c5f1dc014fd8b9ba1d6a9b7a0abcba142933 (patch)
tree61737f0d9a13c938917a6791c5b51e58bd6fce33 /doc/man/man1/tqdesigner.1
parent8f5da8fd2b0d4cc4d4fbd2f449b58a9ef63d0d60 (diff)
downloadtqt-19c0c5f1dc014fd8b9ba1d6a9b7a0abcba142933.tar.gz
tqt-19c0c5f1dc014fd8b9ba1d6a9b7a0abcba142933.zip
Refrect qt -> tqt changes to man1
Adjust page name to the installed tool name and follow class name changes in examples. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 5a1d03de6b56d254662b5d3a57f809907359fff0)
Diffstat (limited to 'doc/man/man1/tqdesigner.1')
-rw-r--r--doc/man/man1/tqdesigner.154
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/man/man1/tqdesigner.1 b/doc/man/man1/tqdesigner.1
new file mode 100644
index 000000000..c55d18b2c
--- /dev/null
+++ b/doc/man/man1/tqdesigner.1
@@ -0,0 +1,54 @@
+.TH "tqtdesigner" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.SH "NAME"
+.LP
+tqtdesigner \- Visual user interface designer for TQt.
+.SH "DESCRIPTION"
+.LP
+TQt 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/>