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. MeeGo default UI components look ugly

MeeGo default UI components look ugly

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 4 Posters 3.4k 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.
  • C Offline
    C Offline
    chall3ng3r
    wrote on last edited by
    #1

    hi,

    I recently recompiled one of my Qt app which I did using Qt 4.6.3 targeted Symbian OS.

    I just recompiled the same app without modifications for Meego device. when It ran on the device, the UI looked so bad. the buttons were flat like in win95.

    I was expecting that the controls will be automatically those Meego style like in other built in apps.

    Do I need to compile using Qt 4.7 to get those shiny controls?

    thanks,

    // chall3ng3r //

    blog: chall3ng3r.com
    skype / twitter: chall3ng3r
    == my products ==
    www.swf2go.com - Create beautiful mobile apps!

    1 Reply Last reply
    0
    • T Offline
      T Offline
      thisisbhaskar
      wrote on last edited by
      #2

      I am not sure about Qt 4.6.3, but using Qt Quick Components for Harmattan is a sure way to get some shiny controls :). They look great and you can port it easy to Symbian v3 also.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        leon.anavi
        wrote on last edited by
        #3

        [quote author="chall3ng3r" date="1312127341"]
        Do I need to compile using Qt 4.7 to get those shiny controls?
        [/quote]

        This will not make you app look better. In my opinion you should adjust the style sheets of your controls.

        http://anavi.org/

        1 Reply Last reply
        0
        • C Offline
          C Offline
          chall3ng3r
          wrote on last edited by
          #4

          thanks guys.

          now rewriting GUI part using the new components.

          // chall3ng3r //

          blog: chall3ng3r.com
          skype / twitter: chall3ng3r
          == my products ==
          www.swf2go.com - Create beautiful mobile apps!

          1 Reply Last reply
          0
          • AlicemirrorA Offline
            AlicemirrorA Offline
            Alicemirror
            wrote on last edited by
            #5

            @leon: agree. The question (as it is explained somewhere in the documentation) portin appications between platforms need some parametric restyling due to the different geometry, pixel size etc. In Meego and Symbina there is as part of the Qt Quick components the Screen component that returns a lot of useful information just to make the compatibility simple.

            @chall3ng3r: I think that the best practice to manage your problem with as less effort possible is to upgrade to Qt 4.7.4 and include the Qt Quick controls for both the environments symbian and Meego. This will give you the possibility to double check what-s happen to your GUI. This operation is not complex and I think that don't need more code update.

            Then when you see what is ugly again consider to "evolve" a little your application including the last featuers (both for symbian and Meego) like the page navigation, toolbars, menu etc. And integrate your custom objects with the Qt quick components. It is possible that you discover that the elements that needs a restyling will be yours, thought on previous UI concepts slightly different from the new releases of Qt SDK, Qt Quick etc.

            Enrico Miglino (aka Alicemirror)
            Balearic Dynamics
            Islas Baleares, Ibiza (Spain)
            www.balearicdynamics.com

            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