Skip to content

Releases: qtinuum/QtnProperty

v2.0.3

23 Dec 14:40
Compare
Choose a tag to compare

Official v2.0.3 release

[FIX] Register QVariant property delegate

v2.0.2

18 Dec 13:48
Compare
Choose a tag to compare

Official v2.0.2 release

[FIX] Don't break property view splitter with drag action

v2.0.1

01 Dec 05:48
Compare
Choose a tag to compare

Official v2.0.1 release

[REFINE] Show splitter line and change mouse cursor only for splittable property delegates
[FIX] Correct stripping redundant digits after decimal point when converting floating-point value to locale string
[FIX] Fixed compilation with Qt 5.15

v2.0.0

30 Nov 18:48
Compare
Choose a tag to compare

Official version 2.0.0 release

[NEW] Multi-property set with QtnMultiProperty (Used in QObjectPropertyWidget if multiple objects selected)
[NEW] Delegate attributes for floating-point properties:
multiplier, precision
[NEW] Delegate attributes for numeric properties:
min, max, step, suffix
[NEW] Delegate attributes for string properties:
placeholder, multiline_edit
[NEW] Apply delegate attributes for sub-properties (see QPoint, QSize etc.)
[NEW] QtnDoubleSpinBox - trailing zeros removed (used in floating-point properties)
[NEW] QtnInt64SpinBox - used in uint and int64 properties
[NEW] QtnCompleterLineEdit - autocomplete popup view with input text highlighted (used in QtnPropertyDelegateQStringCallback)
[NEW] Property delegates for:
int64, uint64, QPointF, QSizeF, QRectF,
QVector3D, Button, QBrush, QPen, QVariant, QKeySequence
[NEW] Editing QVariant with CustomProperyEditorDialog and CustomPropertyWidget
[NEW] Ability to set custom property delegate factory for QtnPropertyView with delegateFactory()->setSuperFactory(factory)
[NEW] QtnPropertyDelegateMetaEnum - property delegate for registered enums (Register with QtnPropertyDelegateMetaEnum::Register, and use custom delegate factory)
[NEW] QtnPropertyStateResettable and Reset button
[NEW] QtnPropertyStateUnlockable and Lock/Unlock button
[NEW] Update delegate with QtnPropertyChangeReasonUpdateDelegate
[NEW] Support dark theme on MacOS
[FIX] QColor property delegate with circle shape draws valid color
[FIX] Update property view when changing QObject property values outside property editor
[FIX] SliderBox delegate works with huge value range

v1.0.0

12 Mar 20:41
Compare
Choose a tag to compare
update readme