maxLibQt
|
#include <QToolBar>
#include <QToolButton>
#include <QAction>
#include <QActionEvent>
#include <QStyle>
Go to the source code of this file.
Classes | |
class | CollapsingToolBar |
The CollapsingToolBar will change the QToolButton::toolButtonStyle of all added QToolButtons (via QAction or directly) depending on the total available width. More... | |