ktimerdialog.h
Provides a dialog that is only available for a specified amount of time, and reports the time remaini...
Definition ktimerdialog.h:46
void setTimeoutButton(ButtonCode newButton)
Sets the ButtonCode to determine which button will be activated once the timer times out.
Definition ktimerdialog.cpp:123
void setMainWidget(TQWidget *widget)
Overridden function which is used to set the main widget of the dialog.
Definition ktimerdialog.cpp:93
void setRefreshInterval(int msec)
Set the refresh interval for the timer progress.
Definition ktimerdialog.cpp:111
int timeoutButton() const
Retrieves the ButtonCode which will be activated once the timer times out.
Definition ktimerdialog.cpp:118