DetailsWidget Class

class Utils::DetailsWidget

The DetailsWidget class implements a button to expand a Details area. More...

Header: #include <DetailsWidget>

Detailed Description

This widget is using a grid layout and places the items in the following way:

 +------------+-------------------------+---------------+
 +summaryLabel|              toolwidget | detailsButton |
 +------------+-------------------------+---------------+
 +                additional summary                    |
 +------------+-------------------------+---------------+
 |                  widget                              |
 +------------+-------------------------+---------------+