Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Rating indicator
QtWS25 Last Chance

Rating indicator

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 1.5k 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.
  • M Offline
    M Offline
    Muhammad
    wrote on last edited by
    #1

    I was wondering if there is a rating indicator that I can use in an android application. something like "this one":http://harmattan-dev.nokia.com/docs/library//html/qt-components-extras/qt-components-meego-extrasratingindicator.html
    Or I have to develop my own :(
    I've found something in QML but it's not complete and I don't like it :( "Here its":http://developer.nokia.com/Community/Wiki/Custom_Rating_Indicator_using_Qt_Quick
    Thanks in advance :)

    I don't have endpoint, I just have Checkpoints.

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      There are no rating indicators in Qt. You can develop your own or download a 3rd-party one.

      Study the links that you provided to learn how to make your own QML indicator.

      If you want a C++ solution that works with the model-view framework, see "this":https://qt-project.org/doc/qt-5.1/qtwidgets/itemviews-stardelegate.html. It's very complex though -- I recommend a QML solution.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • p3c0P Offline
        p3c0P Offline
        p3c0
        Moderators
        wrote on last edited by
        #3

        Hi Baso,

        You can easily implement it by subclassing QSlider and drawing image or pixmap instead of the default line. As you slide over the slider it the slider will return values which you can use. Not a classy solution though.

        157

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Muhammad
          wrote on last edited by
          #4

          @ JKSH, @p3c0
          Thanks guys for your replies
          I guess I will develop my Own QML indicator.

          I don't have endpoint, I just have Checkpoints.

          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