Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | IconSizeChanged (QSize iconSize) |
| |
void | ToolButtonStyleChanged (Qt.ToolButtonStyle toolButtonStyle) |
| |
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.IQMainWindowSignals.IconSizeChanged | ( | QSize | iconSize | ) |
This signal is emitted when the size of the icons used in the window is changed. The new icon size is passed in iconSize.
You can connect this signal to other components to help maintain a consistent appearance for your application.
See also setIconSize().
void QtGui.IQMainWindowSignals.ToolButtonStyleChanged | ( | Qt.ToolButtonStyle | toolButtonStyle | ) |
This signal is emitted when the style used for tool buttons in the window is changed. The new style is passed in toolButtonStyle.
You can connect this signal to other components to help maintain a consistent appearance for your application.
See also setToolButtonStyle().