Skip to content
Snippets Groups Projects
Instrument.qml 285 B
Newer Older
/** This file is part of Nootka (http://nootka.sf.net)               *
 * Copyright (C) 2017 by Tomasz Bojczuk (seelook@gmail.com)          *
 * on the terms of GNU GPLv3 license (http://www.gnu.org/licenses)   */

import QtQuick 2.7

Item {

  Guitar {
    anchors.fill: parent
  }
}