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. E71 and Ui style
Qt 6.11 is out! See what's new in the release blog

E71 and Ui style

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 2 Posters 4.1k Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    qxoz
    wrote on last edited by
    #1

    Hi everybody!
    I try write simple app for E71. On device simulator everything works fine. When i run on device it works but except user interface style. Displayed in standard colors and fonts. What i missed?

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      I try QML application, and graphics is as i expect.
      Problem only with widget based app.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Fuzzbender
        wrote on last edited by
        #3

        Probably related to QStyle. How do you set your own icons, graphics and colors?

        1 Reply Last reply
        0
        • Q Offline
          Q Offline
          qxoz
          wrote on last edited by
          #4

          By styleSheet property in QtCreator.

          1 Reply Last reply
          0
          • F Offline
            F Offline
            Fuzzbender
            wrote on last edited by
            #5

            Could you share some code how you do it? Stylesheets are supported (and widely used). Could it be that the fonts/images path is such that the icon is not found? (Of course it would not explain why simple color styling wouldn't work).

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qxoz
              wrote on last edited by
              #6

              There is no specific code.
              i just drop button on the form and with property editor of QtCreator set style sheet:
              @background-color: rgb(0, 170, 0);@

              1 Reply Last reply
              0
              • F Offline
                F Offline
                Fuzzbender
                wrote on last edited by
                #7

                You might want to do the stylesheeting in C++ code to see if it is Creator or Style issue.

                If it goes away -> Creator bug
                If it doesn't -> QS60Style bug

                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