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

This commit is contained in:
2017-11-30 09:13:49 +00:00
parent b46c65f826
commit 8cdbe203bf
20 changed files with 707 additions and 227 deletions

View File

@@ -1,12 +1,13 @@
#ifndef QVARIANTEDIT_H
#define QVARIANTEDIT_H
#include "qad_types.h"
#include "clineedit.h"
#include "ecombobox.h"
#include "colorbutton.h"
#include "qrectedit.h"
#include "qpointedit.h"
#include "qad_types.h"
#include "evalspinbox.h"
#include <QCheckBox>
#include <QDoubleSpinBox>
@@ -108,6 +109,7 @@ protected:
StringListEdit * _list;
QDateTimeEdit * _date;
QDoubleSpinBox * _spin;
EvalSpinBox * _espin;
QRectEdit * _rect;
QPointEdit * _point;
PathEdit * _path;