forked from qt-creator/qt-creator
Update node graph state
-Update RealSpinBox value -Fix occlusion typo Change-Id: If301d1e4c6afc9790e4bf1e72d82bdf2f40d0c69 Reviewed-by: spyro-adb <adb@spyro-soft.com>
This commit is contained in:
committed by
spyro-adb
parent
5e2723581d
commit
d1e475f9f2
@@ -83,7 +83,7 @@ Base {
|
|||||||
name: "Occlusion",
|
name: "Occlusion",
|
||||||
type: "nge::Occlusion",
|
type: "nge::Occlusion",
|
||||||
binding: values => {
|
binding: values => {
|
||||||
root.value.occlussion = Qt.binding(() => {
|
root.value.occlusionAmount = Qt.binding(() => {
|
||||||
return values.occlusion;
|
return values.occlusion;
|
||||||
});
|
});
|
||||||
root.value.occlusionChannel = Qt.binding(() => {
|
root.value.occlusionChannel = Qt.binding(() => {
|
||||||
|
@@ -12,6 +12,10 @@ Base {
|
|||||||
|
|
||||||
readonly property QtObject value: QtObject {
|
readonly property QtObject value: QtObject {
|
||||||
property real floating
|
property real floating
|
||||||
|
|
||||||
|
onFloatingChanged: {
|
||||||
|
realSpinBox.realValue = floating;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Layout.preferredWidth: 175
|
Layout.preferredWidth: 175
|
||||||
|
Reference in New Issue
Block a user