All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <XYColorLinesProperties.h>
Public Types | |
| enum | Properties { LineWeight } |
Public Member Functions | |
| XYColorLinesProperties (QWidget *parent=0) | |
{LineWeight};
| SciFigs::XYColorLinesProperties::XYColorLinesProperties | ( | QWidget * | parent = 0 | ) |
References QGpGuiTools::PropertyWidget::addProperty(), LineWeight, and TRACE.
: PropertyWidget(parent) { TRACE; setupUi(this); addProperty(LineWeight, lineWeight, lineWeightLabel); }