Desktop UI: Port pill for podcast list
This commit is contained in:
parent
f3fb2585dc
commit
1386245b50
3 changed files with 381 additions and 63 deletions
8
desktop/Pill.qml
Normal file
8
desktop/Pill.qml
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue