org.kde.koala
public interface KDialogBaseSignals
Method Summary | |
---|---|
void | aboutToShowDetails()
The detailsWidget is about to get shown. |
void | aboutToShowPage(QWidget page)
A page is about to be shown. |
void | applyClicked()
The Apply button was pressed. |
void | backgroundChanged()
The background tile has changed. |
void | cancelClicked()
The Cancel button was pressed. |
void | closeClicked()
The Close button was pressed. |
void | defaultClicked()
The Default button was pressed. |
void | finished()
The dialog has finished.
|
void | helpClicked()
The Help button was pressed. |
void | hidden()
The dialog is about to be hidden.
|
void | noClicked()
The No button was pressed. |
void | okClicked()
The OK button was pressed. |
void | tryClicked()
The Try button was pressed. |
void | user1Clicked()
The User1 button was pressed. |
void | user2Clicked()
The User2 button was pressed. |
void | user3Clicked()
The User3 button was pressed. |
void | yesClicked()
The Yes button was pressed. |
UNKNOWN: The detailsWidget is about to get shown.
UNKNOWN: A page is about to be shown.
UNKNOWN: The Apply button was pressed.
UNKNOWN: The background tile has changed.
UNKNOWN: The Cancel button was pressed.
UNKNOWN: The Close button was pressed.
UNKNOWN: The Default button was pressed.
UNKNOWN: The dialog has finished.
UNKNOWN: The Help button was pressed.
UNKNOWN: The dialog is about to be hidden.
UNKNOWN: The No button was pressed.
UNKNOWN: The OK button was pressed.
UNKNOWN: The Try button was pressed.
UNKNOWN: The User1 button was pressed.
UNKNOWN: The User2 button was pressed.
UNKNOWN: The User3 button was pressed.
UNKNOWN: The Yes button was pressed.