diff options
author | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:51:47 -0700 |
---|---|---|
committer | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:51:47 -0700 |
commit | e6015dc695dbd29717bd01694726da5dd1033e27 (patch) | |
tree | 9e195dbc0ea29b436b1c8d059ae897ec01ef849b /3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h | |
parent | 879f0d7c574147cabd82a4db013622c65674e528 (diff) | |
parent | 7a8e8999d21205044e707a2765dc444531d69cef (diff) | |
download | nextpnr-e6015dc695dbd29717bd01694726da5dd1033e27.tar.gz nextpnr-e6015dc695dbd29717bd01694726da5dd1033e27.tar.bz2 nextpnr-e6015dc695dbd29717bd01694726da5dd1033e27.zip |
Merge remote-tracking branch 'origin/master' into eddieh/idstring_speedup
Diffstat (limited to '3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h')
-rw-r--r-- | 3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |