|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QObject
com.trolltech.qt.gui.QWidget
com.trolltech.qt.gui.QAbstractButton
com.trolltech.qt.gui.QToolButton
public class QToolButton
The QToolButton class provides a quick-access button to commands or options, usually used inside a QToolBar.
A tool button is a special button that provides quick-access to specific commands or options. As opposed to a normal command button, a tool button usually doesn't show a text label, but shows an icon instead.
Tool buttons are normally created when new QAction instances are created with QToolBar::addAction() or existing actions are added to a toolbar with QToolBar::addAction(). It is also possible to construct tool buttons in the same way as any other widget, and arrange them alongside other widgets in layouts.
One classic use of a tool button is to select tools; for example, the "pen" tool in a drawing program. This would be implemented by using a QToolButton as a toggle button (see setToggleButton()).
QToolButton supports auto-raising. In auto-raise mode, the button draws a 3D frame only when the mouse points at it. The feature is automatically turned on when a button is used inside a QToolBar. Change it with setAutoRaise.
A tool button's icon is set as QIcon. This makes it possible to specify different pixmaps for the disabled and active state. The disabled pixmap is used when the button's functionality is not available. The active pixmap is displayed when the button is auto-raised because the mouse pointer is hovering over it.
The button's look and dimension is adjustable with setToolButtonStyle and setIconSize. When used inside a QToolBar in a QMainWindow, the button automatically adjusts to QMainWindow's settings (see QMainWindow::setToolButtonStyle() and QMainWindow::setIconSize()). Instead of an icon, a tool button can also display an arrow symbol, specified with arrowType.
A tool button can offer additional choices in a popup menu. The popup menu can be set using setMenu. Use setPopupMode to configure the different modes available for tool buttons with a menu set. The default mode is DelayedPopupMode which is sometimes used with the "Back" button in a web browser. After pressing and holding the button down for a while, a menu pops up showing a list of possible pages to jump to. The default delay is 600 ms; you can adjust it with setPopupDelay().
![]() |
Qt Assistant's toolbar contains tool buttons that are associated with actions used in other parts of the main window. |
Nested Class Summary | |
---|---|
static class |
QToolButton.ToolButtonPopupMode
Describes how a menu should be popped up for tool buttons that has a menu set or contains a list of actions. |
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QWidget |
---|
QWidget.RenderFlag, QWidget.RenderFlags |
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
---|
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
Field Summary | |
---|---|
QSignalEmitter.Signal1<QAction> |
triggered
This signal is emitted when the given arg__1 is triggered. |
Fields inherited from class com.trolltech.qt.gui.QAbstractButton |
---|
clicked, pressed, released, toggled |
Fields inherited from class com.trolltech.qt.gui.QWidget |
---|
customContextMenuRequested |
Constructor Summary | |
---|---|
QToolButton()
Equivalent to QToolButton(0). |
|
QToolButton(QWidget parent)
Constructs an empty tool button with parent parent. |
Method Summary | |
---|---|
protected void |
actionEvent(QActionEvent arg__1)
This function is reimplemented for internal reasons. |
Qt.ArrowType |
arrowType()
Returns whether the button displays an arrow instead of a normal icon. |
boolean |
autoRaise()
Returns whether auto-raising is enabled or not.. |
protected void |
changeEvent(QEvent arg__1)
This function is reimplemented for internal reasons. |
QAction |
defaultAction()
Returns the default action. |
protected void |
enterEvent(QEvent arg__1)
This function is reimplemented for internal reasons. |
boolean |
event(QEvent e)
This function is reimplemented for internal reasons. |
static QToolButton |
fromNativePointer(QNativePointer nativePointer)
This function returns the QToolButton instance pointed to by nativePointer |
protected boolean |
hitButton(QPoint pos)
This function is reimplemented for internal reasons. |
protected void |
initStyleOption(QStyleOptionToolButton option)
Initialize option with the values from this QToolButton. |
protected void |
leaveEvent(QEvent arg__1)
This function is reimplemented for internal reasons. |
QMenu |
menu()
Returns the associated menu, or 0 if no menu has been defined. |
QSize |
minimumSizeHint()
This function is reimplemented for internal reasons. |
protected void |
mousePressEvent(QMouseEvent arg__1)
This function is reimplemented for internal reasons. |
protected void |
mouseReleaseEvent(QMouseEvent arg__1)
This function is reimplemented for internal reasons. |
protected void |
nextCheckState()
This function is reimplemented for internal reasons. |
protected void |
paintEvent(QPaintEvent arg__1)
Paints the button in response to the paint arg__1. |
QToolButton.ToolButtonPopupMode |
popupMode()
Returns describes the way that popup menus are used with tool buttons. |
void |
setArrowType(Qt.ArrowType type)
Sets whether the button displays an arrow instead of a normal icon to type. |
void |
setAutoRaise(boolean enable)
Sets whether auto-raising is enabled or not. |
void |
setDefaultAction(QAction arg__1)
Sets the default action to arg__1. |
void |
setMenu(QMenu menu)
Associates the given menu with this tool button. |
void |
setPopupMode(QToolButton.ToolButtonPopupMode mode)
Sets describes the way that popup menus are used with tool buttons to mode. |
void |
setToolButtonStyle(Qt.ToolButtonStyle style)
Sets whether the tool button displays an icon only, text only, or text beside/below the icon. |
void |
showMenu()
Shows (pops up) the associated popup menu. |
QSize |
sizeHint()
This function is reimplemented for internal reasons. |
protected void |
timerEvent(QTimerEvent arg__1)
This function is reimplemented for internal reasons. |
Qt.ToolButtonStyle |
toolButtonStyle()
Returns whether the tool button displays an icon only, text only, or text beside/below the icon.. |
Methods inherited from class com.trolltech.qt.gui.QAbstractButton |
---|
animateClick, animateClick, autoExclusive, autoRepeat, autoRepeatDelay, autoRepeatInterval, checkStateSet, click, focusInEvent, focusOutEvent, group, icon, iconSize, isCheckable, isChecked, isDown, keyPressEvent, keyReleaseEvent, mouseMoveEvent, setAutoExclusive, setAutoRepeat, setAutoRepeatDelay, setAutoRepeatInterval, setCheckable, setChecked, setDown, setIcon, setIconSize, setShortcut, setShortcut, setShortcut, setText, shortcut, text, toggle |
Methods inherited from class com.trolltech.qt.core.QObject |
---|
blockSignals, childEvent, children, connectSlotsByName, customEvent, disposeLater, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, eventFilter, findChild, findChild, findChild, findChildren, findChildren, findChildren, findChildren, installEventFilter, isWidgetType, killTimer, moveToThread, objectName, parent, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
disconnect, disconnect, signalSender |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Field Detail |
---|
public final QSignalEmitter.Signal1<QAction> triggered
This signal is emitted when the given arg__1 is triggered.
The action may also be associated with other parts of the user interface, such as menu items and keyboard shortcuts. Sharing actions in this way helps make the user interface more consistent and is often less work to implement.
Constructor Detail |
---|
public QToolButton()
Equivalent to QToolButton(0).
public QToolButton(QWidget parent)
Constructs an empty tool button with parent parent.
Method Detail |
---|
public final Qt.ArrowType arrowType()
Returns whether the button displays an arrow instead of a normal icon.
This displays an arrow as the icon for the QToolButton.
public final boolean autoRaise()
Returns whether auto-raising is enabled or not..
The default is disabled (i.e. false).
This property is currently ignored on Mac OS X when using QMacStyle.
public final QAction defaultAction()
Returns the default action.
public final QMenu menu()
Returns the associated menu, or 0 if no menu has been defined.
public final QToolButton.ToolButtonPopupMode popupMode()
Returns describes the way that popup menus are used with tool buttons.
public final void setArrowType(Qt.ArrowType type)
Sets whether the button displays an arrow instead of a normal icon to type.
This displays an arrow as the icon for the QToolButton.
public final void setAutoRaise(boolean enable)
Sets whether auto-raising is enabled or not. to enable.
The default is disabled (i.e. false).
This property is currently ignored on Mac OS X when using QMacStyle.
public final void setDefaultAction(QAction arg__1)
Sets the default action to arg__1.
If a tool button has a default action, the action defines the button's properties like text, icon, tool tip, etc.
public final void setMenu(QMenu menu)
Associates the given menu with this tool button.
The menu will be shown according to the button's popupMode.
Ownership of the menu is not transferred to the tool button.
public final void setPopupMode(QToolButton.ToolButtonPopupMode mode)
Sets describes the way that popup menus are used with tool buttons to mode.
public final void setToolButtonStyle(Qt.ToolButtonStyle style)
Sets whether the tool button displays an icon only, text only, or text beside/below the icon. to style.
The default is Qt::ToolButtonIconOnly.
QToolButton automatically connects this slot to the relevant signal in the QMainWindow in which is resides.
public final void showMenu()
Shows (pops up) the associated popup menu. If there is no such menu, this function does nothing. This function does not return until the popup menu has been closed by the user.
public final Qt.ToolButtonStyle toolButtonStyle()
Returns whether the tool button displays an icon only, text only, or text beside/below the icon..
The default is Qt::ToolButtonIconOnly.
QToolButton automatically connects this slot to the relevant signal in the QMainWindow in which is resides.
protected void actionEvent(QActionEvent arg__1)
This function is reimplemented for internal reasons.
actionEvent
in class QWidget
protected void changeEvent(QEvent arg__1)
This function is reimplemented for internal reasons.
changeEvent
in class QAbstractButton
protected void enterEvent(QEvent arg__1)
This function is reimplemented for internal reasons.
enterEvent
in class QWidget
public boolean event(QEvent e)
This function is reimplemented for internal reasons.
event
in class QAbstractButton
protected boolean hitButton(QPoint pos)
This function is reimplemented for internal reasons.
hitButton
in class QAbstractButton
protected void leaveEvent(QEvent arg__1)
This function is reimplemented for internal reasons.
leaveEvent
in class QWidget
public QSize minimumSizeHint()
This function is reimplemented for internal reasons.
minimumSizeHint
in class QWidget
protected void mousePressEvent(QMouseEvent arg__1)
This function is reimplemented for internal reasons.
mousePressEvent
in class QAbstractButton
Example
protected void mouseReleaseEvent(QMouseEvent arg__1)
This function is reimplemented for internal reasons.
mouseReleaseEvent
in class QAbstractButton
Example
protected void nextCheckState()
This function is reimplemented for internal reasons.
nextCheckState
in class QAbstractButton
protected void paintEvent(QPaintEvent arg__1)
Paints the button in response to the paint arg__1.
paintEvent
in class QAbstractButton
public QSize sizeHint()
This function is reimplemented for internal reasons.
sizeHint
in class QWidget
protected void timerEvent(QTimerEvent arg__1)
This function is reimplemented for internal reasons.
timerEvent
in class QAbstractButton
public static QToolButton fromNativePointer(QNativePointer nativePointer)
nativePointer
- the QNativePointer of which object should be returned.protected final void initStyleOption(QStyleOptionToolButton option)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |