starting song editor

This commit is contained in:
Chris Cochrun 2022-02-10 12:44:23 -06:00
parent 3bd74d1ca6
commit f374115513
4 changed files with 183 additions and 90 deletions

View file

@ -16,7 +16,6 @@ Controls.Page {
Item {
id: mainItem
anchors.fill: parent
height: parent.height
Controls.SplitView {
id: splitMainView
@ -40,9 +39,8 @@ Controls.Page {
Controls.SplitView.preferredWidth: 200
}
Rectangle {
Presenter.SongEditor {
id: rightMainArea
color: "red"
Controls.SplitView.fillHeight: true
Controls.SplitView.fillWidth: true
Controls.SplitView.preferredWidth: 700