![]() |
Qt 6.x
The Qt SDK
|
#include "qtoolbar.h"#include <qapplication.h>#include <qevent.h>#include <qlayout.h>#include <qmainwindow.h>#include <qmenu.h>#include <qmimedata.h>#include <qstylepainter.h>#include <qstyleoption.h>#include <qtoolbutton.h>#include <qwidgetaction.h>#include <qtimer.h>#include <private/qwidgetaction_p.h>#include <private/qmainwindowlayout_p.h>#include <private/qhighdpiscaling_p.h>#include "qtoolbar_p.h"#include "qtoolbarseparator_p.h"#include "qtoolbarlayout_p.h"#include "qdebug.h"#include "moc_qtoolbar.cpp"
Include dependency graph for qtoolbar.cpp:Go to the source code of this file.
Macros | |
| #define | POPUP_TIMER_INTERVAL 500 |
Functions | |
| QMainWindowLayout * | qt_mainwindow_layout (const QMainWindow *window) |
| static bool | waitForPopup (QToolBar *tb, QWidget *popup) |
| #define POPUP_TIMER_INTERVAL 500 |
Definition at line 43 of file qtoolbar.cpp.
| QMainWindowLayout * qt_mainwindow_layout | ( | const QMainWindow * | window | ) |
Definition at line 67 of file qmainwindow.cpp.
Definition at line 950 of file qtoolbar.cpp.
References QAction::associatedObjects(), QWidget::isHidden(), menu, QMenu::menuAction(), QWidget::parentWidget(), qobject_cast< QWidget * >(), waitForPopup(), and widget.
Referenced by QToolBar::event(), and waitForPopup().
Here is the call graph for this function:
Here is the caller graph for this function: