propertymachinefactory.cpp
124 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Size_Width, i18n("Width"), i18n("Width")));
125 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Size_Height, i18n("Height"), i18n("Height")));
131 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Point_X, i18n("x"), i18n("x")));
132 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Point_Y, i18n("y"), i18n("y")));
138 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Rect_X, i18n("x"), i18n("x")));
139 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Rect_Y, i18n("y"), i18n("y")));
140 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Rect_Width, i18n("Width"), i18n("Width")));
141 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::Rect_Height, i18n("Height"), i18n("Height")));
156 property->details.append(ChildProperty(property, i18n("hSizeType"), ChildProperty::SizePolicy_HorData, spValues, i18n("Horizontal Size Type")));
157 property->details.append(ChildProperty(property, i18n("vSizeType"), ChildProperty::SizePolicy_VerData, spValues, i18n("Vertical Size Type")));
158 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::SizePolicy_HorStretch, i18n("hStretch"), i18n("Horizontal Stretch")));
159 property->details.append(ChildProperty(property, Property::Integer, ChildProperty::SizePolicy_VerStretch, i18n("vStretch"), i18n("Vertical Stretch")));
Property editor with double num input box.
Definition: pdoublenuminput.h:36
Contains PropertyLib::PropertyMachineFactory class and PropertyLib::Machine structure.
Contains PropertyLib::MultiProperty class.
Property editor with yes-no button to edit boolean values.
Definition: pyesnobutton.h:32
Contains PropertyLib::Property class and PropertyLib::Property::PropertyType enum.
static PropertyMachineFactory * getInstance()
Definition: propertymachinefactory.cpp:192
Property editor for TQSizePolicy values.
Definition: psizepolicyedit.h:34
Factory to create property editors and property viewers.
Definition: propertymachinefactory.h:69
Property editor with an url editor to choose the location of file or directory.
Definition: purledit.h:39
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
Property editor with string list editor.
Definition: pstringlistedit.h:35
Property editor which shows a pixmap and allows to load it from file.
Definition: ppixmapedit.h:33
Machine * machineForProperty(MultiProperty *property)
Creates and returns the editor for given property type.
Definition: propertymachinefactory.cpp:73