forked from jeena/FeedTheMonkey
added previews next
This commit is contained in:
parent
ee6ba89ab4
commit
218f556a98
6 changed files with 40 additions and 15 deletions
2
main.qml
2
main.qml
|
@ -12,6 +12,7 @@ ApplicationWindow {
|
|||
menuBar: TheMenuBar {
|
||||
id: menu
|
||||
server: server
|
||||
sidebar: sidebar
|
||||
}
|
||||
|
||||
function loggedIn() {
|
||||
|
@ -25,6 +26,7 @@ ApplicationWindow {
|
|||
orientation: Qt.Horizontal
|
||||
|
||||
Sidebar {
|
||||
id: sidebar
|
||||
server: server
|
||||
content: content
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue