/*!
    Constructs a form editor interface with the given \a parent.*/
QDesignerFormEditorInterface *QDesignerComponents::createFormEditor(QObject *parent)
{
    initInstances();
    return new qdesigner_internal::FormEditor(parent);
}
示例#2
0
testroom::testroom(int i, string t, int w, int h, int sp) : Room(i,t,w,h,sp) {
	r = 0.82;
	g = 0.82;
	b = 0.82;
        initInstances();
}