git-svn-id: svn://db.shs.com.ru/libs@117 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-08-16 13:15:29 +00:00
parent 91f4f74df4
commit 39d406d6aa
12 changed files with 204 additions and 56 deletions

View File

@@ -130,12 +130,12 @@ protected:
QRectEdit * _rect;
QPointEdit * _point;
PathEdit * _path;
QComboBox * _enum;
EComboBox * _enum;
QWidget * _cur_edit;
QVariant _value;
private slots:
void _changed() {emit valueChanged(value());}
void _changed();
public slots:
void setValue(const QVariant & v);