PIVariantEdit::Enum full edit mode implement

This commit is contained in:
2022-12-17 23:52:14 +03:00
parent 5327e4f7b0
commit e0b4dc06db
9 changed files with 398 additions and 12 deletions

View File

@@ -77,6 +77,7 @@ private:
void addValueEdit(const PIValueTree & vt);
void applyArrayAttributes();
QLabel * newLabel(const PIValueTree & vt);
void applyVariantEdit(PIVariantEdit * ve, const PIValueTree & vt);
class GridWidgets: public QWidget {
public: