kdialog.h
static int marginHint()
Return the number of pixels you shall use between a dialog edge and the outermost widget(s) according...
Definition kdialog.cpp:104
KDialog(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags f=0)
Constructor.
Definition kdialog.cpp:53
static void centerOnScreen(TQWidget *widget, int screen=-1)
Centers widget on the desktop, taking multi-head setups into account.
Definition kdialog.cpp:202
virtual void setPlainCaption(const TQString &caption)
Make a plain caption without any modifications.
Definition kdialog.cpp:129
virtual void polish()
If the dialog starts with focus in a TQLineEdit child, then call selectAll() on the child.
Definition kdialog.cpp:116
static int spacingHint()
Return the number of pixels you shall use between widgets inside a dialog according to the KDE standa...
Definition kdialog.cpp:110
static bool avoidArea(TQWidget *widget, const TQRect &area, int screen=-1)
Places widget so that it doesn't cover a certain area of the screen.
Definition kdialog.cpp:212
virtual void setCaption(const TQString &caption)
Make a KDE compliant caption.
Definition kdialog.cpp:122
static void resizeLayout(TQWidget *widget, int margin, int spacing)
Resize every layout manager used in widget and its nested children.
Definition kdialog.cpp:140
void layoutHintChanged()
Emitted when the margin size and/or spacing size have changed.
Trinity API Reference