diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-05 20:59:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-05 20:59:01 -0600 |
commit | dfb87398c72e9248aa709ae212e6ab7f2209003d (patch) | |
tree | 52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/man/man1/uic.1 | |
parent | 891a448afad4ab1f09bfb0cfee71652975bd7687 (diff) | |
download | tqt-dfb87398.tar.gz tqt-dfb87398.zip |
Automated update from Qt3
Diffstat (limited to 'doc/man/man1/uic.1')
-rw-r--r-- | doc/man/man1/uic.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man1/uic.1 b/doc/man/man1/uic.1 index 154e4942c..194fc54fd 100644 --- a/doc/man/man1/uic.1 +++ b/doc/man/man1/uic.1 @@ -2,21 +2,21 @@ .\" .\" Copyright (C) 2000-2007 Trolltech ASA. All rights reserved. .\" -.\" This file is part of Qt and may be distributed and used according to +.\" This file is part of TQt and may be distributed and used according to .\" the terms and conditions described in the LICENSE file. .\" .SH NAME -uic \- Qt user interface compiler +uic \- TQt user interface compiler .SH SYNOPSIS .B uic [options] file .SH DESCRIPTION This page documents the .B User Interface Compiler -for the Qt GUI toolkit. The +for the TQt GUI toolkit. The .B uic reads a user interface definition (.ui) file in XML as generated by -.I Qt Designer +.I TQt Designer and creates corresponding C++ header or source files. It also generates an image file that embeds raw image data in C++ source code. .PP |