added settings category and org

This commit is contained in:
Jeena 2015-02-16 01:40:03 +01:00
parent 41e762445f
commit 15e305e658
2 changed files with 9 additions and 0 deletions

View file

@ -10,11 +10,17 @@ ApplicationWindow {
title: "FeedMonkey"
visible: true
width: 800
height: 640
x: 200
y: 200
property Server server: server
property Sidebar sidebar: sidebar
property Content content: content
Settings {
category: "window"
property alias x: app.x
property alias y: app.y
property alias width: app.width