| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQDialog.prg |
| http://doc.trolltech.com/4.5/qdialog.htm |
| oDialog : isSizeGripEnabled() | lBool |
| oDialog : result() | nInt |
| oDialog : setModal( lModal ) | NIL |
| oDialog : setResult( nI ) | NIL |
| oDialog : setSizeGripEnabled( lBool ) | NIL |
| oDialog : accept() | NIL |
| oDialog : done( nR ) | NIL |
| oDialog : exec() | nInt |
| oDialog : open() | NIL |
| oDialog : reject() | NIL |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QDialog.cpp |
| Qt_QDialog_isSizeGripEnabled( pQDialog ) | lBool |
| Qt_QDialog_result( pQDialog ) | nInt |
| Qt_QDialog_setModal( pQDialog, lModal ) | NIL |
| Qt_QDialog_setResult( pQDialog, nI ) | NIL |
| Qt_QDialog_setSizeGripEnabled( pQDialog, lBool ) | NIL |
| Qt_QDialog_accept( pQDialog ) | NIL |
| Qt_QDialog_done( pQDialog, nR ) | NIL |
| Qt_QDialog_exec( pQDialog ) | nInt |
| Qt_QDialog_open( pQDialog ) | NIL |
| Qt_QDialog_reject( pQDialog ) | NIL |