qxtapplication.3qt

来自「Qt/Embedded是一个多平台的C++图形用户界面应用程序框架」· 3QT 代码 · 共 62 行

3QT
62
字号
.TH QXtApplication 3qt "3 September 2000" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2000 Trolltech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQXtApplication \- Allows mixing of Xt/Motif and Qt widgets [Qt Xt/Motif Extension].SH SYNOPSIS.br.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 * ) ".br.ti -1c.BI "\fBQXtApplication\fR ( Display *, int, char ** ) ".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..PPAllows 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..PPExamples:.(lmainlyQt/editor.cpp mainlyXt/editor.cpp mainlyMotif/editor.cpp.)l.SH MEMBER FUNCTION DOCUMENTATION.SH "QXtApplication::QXtApplication ( Display * display )"Constructs a QApplication from the \fIdisplay\fR of an already-initialized Xt application..PPUse this constructor when introducing Qt widgets into an existing Xt/Motif application..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, options, num_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..SH "QXtApplication::~QXtApplication ()"Destructs the application.  Does not close the Xt toolkit..SH "SEE ALSO".BR http://doc.trolltech.com/qxtapplication.html.SH COPYRIGHTCopyright 1992-2000 Trolltech AS, http://www.trolltech.com/.  See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code.

⌨️ 快捷键说明

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