All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <GraphicObjectIdProperties.h>
Public Types | |
enum | Properties { Name, Type } |
Public Member Functions | |
GraphicObjectIdProperties (QWidget *parent=0) |
SciFigs::GraphicObjectIdProperties::GraphicObjectIdProperties | ( | QWidget * | parent = 0 | ) |
References QGpGuiTools::PropertyWidget::addProperty(), Name, TRACE, and Type.
: PropertyWidget(parent) { TRACE; setupUi(this); // Create properties addProperty(Name, nameEdit, nameLabel); addProperty(Type, objectType, objectTypeLabel); }