Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Progressbar for OSD

Progressbar for OSD

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 184 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jortan
    wrote on last edited by
    #1

    Hello,

    I'd like to change OSD look from this:
    alt text
    to this:
    alt text

    Could you please tell me how to modify progress bar in qml?

    That's what I have:

    PlasmaComponents3.ProgressBar {
            id: progressBar
            anchors {
                bottom: parent.bottom
                left: parent.left
                right: parent.right
                margins: Math.floor(units.smallSpacing / 2) * 5
             }
            Layout.fillWidth: true
            visible: rootItem.showingProgress
            from: 0
            to: rootItem.osdMaxValue
            value: Number(rootItem.osdValue)
        }
    
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved