All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <LegendFormatProperties.h>
Public Types | |
enum | Properties { Title, Font, LineSize, AdjustBox } |
Public Member Functions | |
LegendFormatProperties (QWidget *parent=0) |
SciFigs::LegendFormatProperties::LegendFormatProperties | ( | QWidget * | parent = 0 | ) |
Description of constructor still missing
References QGpGuiTools::PropertyWidget::addProperty(), AdjustBox, Font, LineSize, Title, and TRACE.
: PropertyWidget(parent) { TRACE; setupUi(this); addProperty(Title, title, titleLabel); addProperty(Font, title, fontLabel); addProperty(LineSize, lineSize, lineSizeLabel); addProperty(AdjustBox, adjustBox); }