Desktop UI: Port pill for podcast list

This commit is contained in:
Thomas Perl 2016-02-04 20:42:27 +01:00
parent f3fb2585dc
commit 1386245b50
3 changed files with 381 additions and 63 deletions

8
desktop/Pill.qml Normal file
View file

@ -0,0 +1,8 @@
import QtQuick 2.0
Image {
property int leftCount: 0
property int rightCount: 0
source: 'image://python/pill/' + leftCount + '/' + rightCount
cache: true
}