~kobe24-lixiang/youker-assistant/trunk

« back to all changes in this revision

Viewing changes to qml/func/HomePage.qml

  • Committer: Shine Huang
  • Date: 2013-08-26 05:59:11 UTC
  • mfrom: (72.1.35 youker-assistant)
  • Revision ID: hostc@163.com-20130826055911-1losjpsvdiaz5oyf
add monitorball func into systembus

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                //坐边栏
59
59
                LeftPage {
60
60
                    id: leftbar
61
 
                    anchors.left: parent.left
62
 
                    anchors.leftMargin: -2
 
61
//                    anchors.left: parent.left
 
62
//                    anchors.leftMargin: -2
63
63
                    width: 600; height: screen.height
64
64
                }
65
65
               RightPage {
66
66
                    id: rightbar
67
 
                    anchors.left: leftbar.right
68
 
                    anchors.leftMargin: 0
 
67
//                    anchors.left: leftbar.right
 
68
//                    anchors.leftMargin: 0
69
69
                    width: screen.width - 600; height: screen.height
70
70
                }
71
71
            }//左右布局Row