PIValueTreeEdit arrays fix, support for array comment (only from source now)

This commit is contained in:
2023-04-26 16:50:50 +03:00
parent 6b4bafd9cd
commit 4eefbe4e46
4 changed files with 33 additions and 18 deletions

View File

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