KDEUI
ktabwidget.h
Go to the documentation of this file.
48 Q_PROPERTY( bool tabReorderingEnabled READ isTabReorderingEnabled WRITE setTabReorderingEnabled )
50 Q_PROPERTY( bool hoverCloseButtonDelayed READ hoverCloseButtonDelayed WRITE setHoverCloseButtonDelayed )
52 Q_PROPERTY( bool tabCloseActivatePrevious READ tabCloseActivatePrevious WRITE setTabCloseActivatePrevious )
192 inline KDE_DEPRECATED void setTabLabel( QWidget *w, const QString &l ) { setTabText( indexOf( w ),l ); }
void mouseDoubleClick()
A double left mouse button click was performed over empty space besides tabbar.
void receivedDropEvent(QDropEvent *)
Received an event in the empty space beside tabbar.
void mouseMiddleClick()
A middle mouse button click was performed over empty space besides tabbar.
void mouseDoubleClick(QWidget *)
A double left mouse button click was performed over the widget.
void mouseMiddleClick(QWidget *)
A middle mouse button click was performed over the widget.
void testCanDecode(const QDragMoveEvent *e, bool &accept)
Connect to this and set accept to true if you can and want to decode the event.
void contextMenu(QWidget *, const QPoint &)
The right mouse button was pressed over a widget.
void receivedDropEvent(QWidget *, QDropEvent *)
Received an drop event on given widget's tab.
void initiateDrag(QWidget *)
Request to start a drag operation on the given tab.
void contextMenu(const QPoint &)
The right mouse button was pressed over empty space besides tabbar.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.