From 2596b9fe17fbf0a08ff234c7798a32429d27640b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 Jul 2018 19:10:45 +0200 Subject: Add ability for multiple selection, enable for select only items that make sense --- 3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to '3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h') diff --git a/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h b/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h index c4c6275b..1ca87830 100644 --- a/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h +++ b/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h @@ -83,6 +83,7 @@ public: QString propertyName() const; QString propertyId() const; bool isEnabled() const; + bool isSelectable() const; bool isModified() const; bool hasValue() const; @@ -97,6 +98,7 @@ public: void setPropertyName(const QString &text); void setPropertyId(const QString &text); void setEnabled(bool enable); + void setSelectable(bool selectable); void setModified(bool modified); bool isSubProperty()const; -- cgit v1.2.3