~zsombi/ubuntu-ui-toolkit/50-custom-delegates

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Styles/PageHeadStyle.qml

prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    /*!
34
34
      The source of the image that separates the header from the contents of a \l MainView.
35
 
      The separator will be drawn over the contents.
 
35
      The separator will be drawn over the contents. Set to empty string to use the new
 
36
      header separator.
 
37
      \deprecated
36
38
     */
37
39
    property url separatorSource
38
40
 
39
41
    /*!
40
42
      The source of an additional image attached to the bottom of the separator. The contents
41
43
      of the \l MainView will be drawn on top of the separator bottom image.
 
44
      This property is ignored when separatorSource is an empty string.
 
45
      \deprecated
42
46
     */
43
47
    property url separatorBottomSource
44
48