diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-26 16:22:19 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-26 16:22:19 +0100 |
commit | 4a21436dfa98caa458a8e6e130cf1f6305968650 (patch) | |
tree | 4e1dd3f04e5b671acf958eba6f7dc930ae4d1547 /3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h | |
parent | c897c0ca9afab1d758f5c1b77312e77057a4c814 (diff) | |
parent | 03f92948d1504c32049da065c0e73e01f96d8033 (diff) | |
download | nextpnr-4a21436dfa98caa458a8e6e130cf1f6305968650.tar.gz nextpnr-4a21436dfa98caa458a8e6e130cf1f6305968650.tar.bz2 nextpnr-4a21436dfa98caa458a8e6e130cf1f6305968650.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
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; |