~mhall119/ureadit/2.0

« back to all changes in this revision

Viewing changes to components/CommentListItem.qml

  • Committer: Michael Hall
  • Date: 2015-02-08 21:05:46 UTC
  • Revision ID: mhall119@ubuntu.com-20150208210546-sh98u8i5k5m681jw
Lots of work, bump to version 2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import QtQuick 2.0
2
2
import Ubuntu.Components 1.1
3
 
import "../utils/Autolinker.js" as AutoLinkText
4
3
 
5
4
Item {
6
5
    id: commentitemroot
7
6
    property var postObj
8
7
    property var commentObj
9
8
    property color color
10
 
    property string score
 
9
    property string score: commentObj.data.score
11
10
    property var likes
12
11
 
13
12
    width: parent.width