Browse Source

use application.qml action for show/hide right view

cl-refactor
yann300 10 years ago
parent
commit
5fdd9da517
  1. 10
      mix/qml/StatusPane.qml

10
mix/qml/StatusPane.qml

@ -284,15 +284,9 @@ Rectangle {
anchors.rightMargin: 9 anchors.rightMargin: 9
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
id: debugImg id: debugImg
text: ""
iconSource: "qrc:/qml/img/bugiconactive.png" iconSource: "qrc:/qml/img/bugiconactive.png"
action: debugRunActionIcon action: showHideRightPanelAction
}
Action {
id: debugRunActionIcon
onTriggered: {
mainContent.toggleRightView();
}
enabled: true
} }
} }
} }

Loading…
Cancel
Save