TDialog Class

继承于QDialog的无边框窗体 More...

Header: #include <TDialog>
Inherits: QDialog
Inherited By:

TMessageBox, TTableChooserDialog, TTableViewDialog, TTreeViewDialog, and TUiloaderDialog

Public Functions

TDialog(QWidget *parent = 0)
~TDialog()
void setWindowTitleBar(TFramelessWindowBar *iTitleBar)
TFramelessWindowBar *windowTitleBar()
  • 8 public functions inherited from QDialog
  • 213 public functions inherited from QWidget

Public Slots

void setWindowModified(bool iBol = true)
void show()
  • 5 public slots inherited from QDialog
  • 19 public slots inherited from QWidget

Signals

void windowModifyChanged(bool)

Protected Functions

bool event(QEvent *event)

Reimplemented Protected Functions

virtual bool nativeEvent(const QByteArray &iEventTypeLst, void *iMsgPtr, long *oResultI64Ptr)
  • 7 protected functions inherited from QDialog
  • 35 protected functions inherited from QWidget

Additional Inherited Members

  • 2 properties inherited from QDialog
  • 58 properties inherited from QWidget
  • 5 static public members inherited from QWidget
  • 1 protected slot inherited from QWidget

Detailed Description

继承于QDialog的无边框窗体

Member Function Documentation

TDialog::TDialog(QWidget *parent = 0)

Default constructs an instance of TDialog.

TDialog::~TDialog()

TDialog::~TDialog

[protected] bool TDialog::event(QEvent *event)

[virtual protected] bool TDialog::nativeEvent(const QByteArray &iEventTypeLst, void *iMsgPtr, long *oResultI64Ptr)

[slot] void TDialog::setWindowModified(bool iBol = true)

void TDialog::setWindowTitleBar(TFramelessWindowBar *iTitleBar)

See also windowTitleBar().

[slot] void TDialog::show()

[signal] void TDialog::windowModifyChanged(bool)

TFramelessWindowBar *TDialog::windowTitleBar()

See also setWindowTitleBar().