#include </home/clem/local/src/opie/libopie2/opieui/odialog.h>
Inheritance diagram for Opie::Ui::ODialog:

Public Member Functions | |
| ODialog (QWidget *parent=0, const char *name=0, bool modal=false, WFlags f=0) | |
Static Public Member Functions | |
| static int | marginHint () |
| static int | spacingHint () |
Private Attributes | |
| ODialogPrivate * | d |
Static Private Attributes | |
| static int | mMarginSize = 5 |
| static int | mSpacingSize = 2 |
|
||||||||||||||||||||
|
Constructor. Takes the same arguments as QDialog. Definition at line 40 of file odialog.cpp. |
|
|
Return the number of pixels you shall use between a dialog edge and the outermost widget(s) according to the KDE standard. Definition at line 46 of file odialog.cpp. References mMarginSize. |
|
|
Return the number of pixels you shall use between widgets inside a dialog according to the KDE standard. Definition at line 52 of file odialog.cpp. References mSpacingSize. |
|
|
|
|
|
Definition at line 37 of file odialog.cpp. Referenced by marginHint(). |
|
|
Definition at line 38 of file odialog.cpp. Referenced by spacingHint(). |
1.4.2