Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Clicked (QAbstractButton button) |
| |
void | Accepted () |
| |
void | HelpRequested () |
| |
void | Rejected () |
| |
Public Member Functions inherited from QtGui.IQWidgetSignals | |
void | CustomContextMenuRequested (QPoint pos) |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQDialogButtonBoxSignals.Accepted | ( | ) |
This signal is emitted when a button inside the button box is clicked, as long as it was defined with the AcceptRole or YesRole.
See also rejected(), clicked(), and helpRequested().
void QtGui.IQDialogButtonBoxSignals.Clicked | ( | QAbstractButton | button | ) |
This signal is emitted when a button inside the button box is clicked. The specific button that was pressed is specified by button.
See also accepted(), rejected(), and helpRequested().
void QtGui.IQDialogButtonBoxSignals.HelpRequested | ( | ) |
This signal is emitted when a button inside the button box is clicked, as long as it was defined with the HelpRole.
See also accepted(), rejected(), and clicked().
void QtGui.IQDialogButtonBoxSignals.Rejected | ( | ) |
This signal is emitted when a button inside the button box is clicked, as long as it was defined with the RejectRole or NoRole.
See also accepted(), helpRequested(), and clicked().