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

📄 qsemimodal.3qt

📁 tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件
💻 3QT
字号:
.TH QSemiModal 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-.\" Copyright 1992-1999 Troll Tech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQSemiModal \- The base class of semi-modal dialog windows.SH SYNOPSIS.br.PP\fC#include <qsemimodal.h>\fR.PPInherits QWidget..PPInherited by QProgressDialog..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQSemiModal\fR ( QWidget * " "parent" "=0, const char * " "name" "=0, bool " "modal" "=FALSE, WFlags " "f" "=0 )".br.ti -1c.BI "\fB~QSemiModal\fR ()".br.ti -1c.BI "virtual void \fBshow\fR ()".br.ti -1c.BI "virtual void \fBmove\fR ( int " "x" ", int y )".br.ti -1c.BI "void \fBmove\fR ( const QPoint & p )".br.ti -1c.BI "virtual void \fBresize\fR ( int " "w" ", int h )".br.ti -1c.BI "void \fBresize\fR ( const QSize & )".br.ti -1c.BI "virtual void \fBsetGeometry\fR ( int " "x" ", int " "y" ", int " "w" ", int h )".br.ti -1c.BI "virtual void \fBsetGeometry\fR ( const QRect & )".br.in -1c.SH DESCRIPTIONThe QSemiModal class is the base class of semi-modal dialog windows..PPThe semi-modal dialog window can disable events to other windows while it is open. To enable this, the QSemiModal must be constructed with TRUE for the \fImodal\fR argument, which is FALSE by default, for consistency with QDialog. Such a QSemiModal is modal like QDialog, but it does not have its own event loop and has no concept of a default button..PPNote that the parent widget has a different meaning for semi-modal dialogs than for other types of widgets. A semi-modal dialog is placed on top of the parent widget. The dialog is centered on the screen if the parent widget is zero..SH MEMBER FUNCTION DOCUMENTATION.SH "QSemiModal::QSemiModal ( QWidget * parent=0, const char * name=0, bool modal=FALSE, WFlags f=0 )"Constructs a semi-modal dialog named \fIname,\fR which has a parent widget \fIparent.\fR If \fImodal\fR is FALSE (the default), the only behavior different to a QWidget is automatic sizing and positioning..SH "QSemiModal::~QSemiModal ()"Destroys the QSemiModal and all its children..SH "void QSemiModal::move ( const QPoint & p )"Reimplements QWidget::move() for internal purposes..SH "void QSemiModal::move ( int x, int y ) \fC[virtual]\fR"Reimplements QWidget::move() for internal purposes..PPReimplemented from QWidget..SH "void QSemiModal::resize ( const QSize & s )"Reimplements QWidget::resize() for internal purposes..SH "void QSemiModal::resize ( int w, int h ) \fC[virtual]\fR"Reimplements QWidget::resize() for internal purposes..PPReimplemented from QWidget..SH "void QSemiModal::setGeometry ( const QRect & r ) \fC[virtual]\fR"Reimplements QWidget::setGeometry() for internal purposes..SH "void QSemiModal::setGeometry ( int x, int y, int w, int h ) \fC[virtual]\fR"Reimplements QWidget::setGeometry() for internal purposes..SH "void QSemiModal::show () \fC[virtual]\fR"Shows the widget. This implementation also does automatic resizing and automatic positioning. If you have not already resized or moved the dialog, it will find a size that fits the contents and a position near the middle of the screen (or centered relative to the parent widget if any)..PPReimplemented from QWidget..SH "SEE ALSO".BR http://www.troll.no/qt/qsemimodal.html.SH COPYRIGHTCopyright 1992-1999 Troll Tech AS.  See the license file included inthe distribution for a complete license statement..SH AUTHORGenerated automatically from the source code.

⌨️ 快捷键说明

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