Commit bfe5579b authored by Ronan Abhamon's avatar Ronan Abhamon

fix(app): add missing components

parent 7137e95d
import QtQuick 2.5
Text {
anchors.centerIn: parent
text: qsTr('helloWorld')
}
import QtQuick 2.5
import QtQuick.Controls 2.0
import QtQuick.Layouts 1.3
import "qrc:/ui/components/SearchBar"
ApplicationWindow {
id: mainWindow
visible: true
header: ToolBar {
RowLayout {
anchors.fill: parent
}
}
footer: TabBar {
}
SearchBar {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment