Utils: Change Aspect readOnly default to false

Change-Id: Ib1f593b55f9e187e57ac7f57173c5b16fdce4b63
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2022-12-12 08:38:19 +01:00
parent 20d81d3e61
commit 36c025ba2d

View File

@@ -51,7 +51,7 @@ public:
bool m_visible = true;
bool m_enabled = true;
bool m_readOnly = true;
bool m_readOnly = false;
bool m_autoApply = true;
int m_spanX = 1;
int m_spanY = 1;