~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to qml/func/common/ToolBar.qml

  • Committer: kobe
  • Date: 2015-02-13 07:37:10 UTC
  • Revision ID: xiangli@ubuntukylin.com-20150213073710-0jyp02ilyi5njj10
Qt Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import QtQuick 1.1
2
 
import StyleItemType 0.1
3
 
 
4
 
StyleItem {
5
 
    id: toolbar
6
 
    width: parent ? parent.width : 200
7
 
    height: implicitHeight
8
 
    elementType: "toolbar"
9
 
}