⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qxtapplication.3qt

📁 linux下GUI编程工具qt的在线连接帮助手册
💻 3QT
字号:
'\" t.TH QXtApplication 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2001 Trolltech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQXtApplication \- Facilitates the mixing of Xt/Motif and Qt widgets.PP\fC#include <qxt.h>\fR.PPInherits QApplication..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQXtApplication\fR ( int & argc, char ** argv, const char * appclass = 0, XrmOptionDescRec * options = 0, int num_options = 0, const char ** resources = 0 )".br.ti -1c.BI "\fBQXtApplication\fR ( Display * display, HANDLE visual = 0, HANDLE colormap = 0 )".br.ti -1c.BI "\fBQXtApplication\fR ( Display * display, int argc, char ** argv, HANDLE visual = 0, HANDLE colormap = 0 )".br.ti -1c.BI "\fB~QXtApplication\fR ()".br.in -1c.SH DESCRIPTIONThis class is defined in the \fBQt Xt/Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main Qt API..PPThe QXtApplication class facilitates the mixing of Xt/Motif and Qt widgets..PPThe QXtApplication and QXtWidget classes allow old Xt or Motif widgets to be used in new Qt applications. They also allow Qt widgets to be used in primarily Xt/Motif applications. The facility is intended to aid migration from Xt/Motif to the more comfortable Qt system..SH MEMBER FUNCTION DOCUMENTATION.SH "QXtApplication::QXtApplication ( int & argc, char ** argv, const char * appclass = 0, XrmOptionDescRec * options = 0, int num_options = 0, const char ** resources = 0 )"Constructs a QApplication and initializes the Xt toolkit. The \fIappclass\fR, \fIoptions\fR, \fInum_options\fR, and \fIresources\fR arguments are passed on to XtAppSetFallbackResources and XtDisplayInitialize..PPUse this constructor when writing a new Qt application which needs to use some existing Xt/Motif widgets..PPThe \fIargc\fR and \fIargv\fR arguments are passed to the QApplication constructor..SH "QXtApplication::QXtApplication ( Display * display, HANDLE visual = 0, HANDLE colormap = 0 )"Constructs a QApplication from the \fIdisplay\fR of an already-initialized Xt application. If \fIvisual\fR and \fIcolormap\fR are non-zero, the application will use those as the default Visual and Colormap contexts..PPUse this constructor when introducing Qt widgets into an existing Xt/Motif application..SH "QXtApplication::QXtApplication ( Display * display, int argc, char ** argv, HANDLE visual = 0, HANDLE colormap = 0 )"This is an overloaded member function, provided for convenience. It behaves essentially like the above function..PPConstructs a QApplication from the \fIdisplay\fR of an already-initialized Xt application. If \fIvisual\fR and \fIcolormap\fR are non-zero, the application will use those as the default Visual and Colormap contexts..PPUse this constructor when introducing Qt widgets into an existing Xt/Motif application..PPThe \fIargc\fR and \fIargv\fR arguments are passed to the QApplication constructor..SH "QXtApplication::~QXtApplication ()"Destructs the application.  Does not close the Xt toolkit..SH "SEE ALSO".BR http://doc.trolltech.com/qxtapplication.html.BR http://www.trolltech.com/faq/tech.html.SH COPYRIGHTCopyright 1992-2001 Trolltech AS, http://www.trolltech.com.  See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code..SH BUGSIf you find a bug in Qt, please report it as described in.BR http://doc.trolltech.com/bughowto.html .Good bug reports help us to help you. Thank you..PThe definitive Qt documentation is provided in HTML format; it islocated at $QTDIR/doc/html and can be read using Qt Assistant or witha web browser. This man page is provided as a convenience for thoseusers who prefer man pages, although this format is not officiallysupported by Trolltech. .PIf you find errors in this manual page, please report them to.BR qt-bugs@trolltech.com .Please include the name of the manual page (qxtapplication.3qt) and the Qtversion (3.0.0).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -