API Documentation
Loading...
Searching...
No Matches
Toolbar Class Reference

Class which displays progress and the current action being performed. Typically shown at the bottom of a view, or at the top with the ribbon. More...

#include <Toolbar.h>

Inheritance diagram for Toolbar:
[legend]
Collaboration diagram for Toolbar:
[legend]

Public Member Functions

virtual void addWidget (const QPointer< QWidget > &widget)
 
virtual void clear ()
 
virtual void removeWidget (const QPointer< QWidget > &widget)
 
 Toolbar (QWidget *parent=nullptr)
 

Protected Member Functions

QSize minimumSizeHint () const override
 
QSize sizeHint () const override
 

Detailed Description

Class which displays progress and the current action being performed. Typically shown at the bottom of a view, or at the top with the ribbon.


Constructor & Destructor Documentation

◆ Toolbar()

Toolbar ( QWidget * parent = nullptr)

Member Function Documentation

◆ addWidget()

virtual void addWidget ( const QPointer< QWidget > & widget)
virtual

◆ clear()

virtual void clear ( )
virtual

◆ minimumSizeHint()

QSize minimumSizeHint ( ) const
overrideprotected

◆ removeWidget()

virtual void removeWidget ( const QPointer< QWidget > & widget)
virtual

◆ sizeHint()

QSize sizeHint ( ) const
overrideprotected

The documentation for this class was generated from the following file: