~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.3/AnimatedItem.qml

  • Committer: Zsombor Egri
  • Date: 2015-11-16 06:35:05 UTC
  • mfrom: (1664.1.1 listitemSelectModeBugs)
  • Revision ID: zsombor.egri@canonical.com-20151116063505-cwn2qfks7qzk10g9
re-sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
*/
26
26
 
27
27
import QtQuick 2.4
28
 
import Ubuntu.Components 1.3 as Toolkit
 
28
import Ubuntu.Components 1.3
29
29
 
30
 
Toolkit.StyledItem {
 
30
StyledItem {
31
31
    id: root
32
32
    /*!
33
33
      \deprecated
34
34
      Specifies whether the component is on the visible area of the Flickable or not.
35
35
    */
36
 
    theme.version: Toolkit.Ubuntu.toolkitVersion
37
36
    property bool onScreen: true
38
37
}