Results 1 to 4 of 4

Thread: Using Qt4 Embedded widgets in Qt3

  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Question Using Qt4 Embedded widgets in Qt3

    We are planning on using Qt on a low powered processor. Unfortunately Qt4 grinds on this system but Qt3 works fine. The problem is that we want to use some of the Qt4 Embedded widgets (http://www.qtsoftware.com/developer/...d-widget-demos) on this system since they look so much better than what is available on Qt3.

    Has anyone successfully back-ported the Qt4 Embedded widgets to Qt3 or does anyone have any thoughts on performing this type of operation?

    Thanks in advance for any advice provided.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Using Qt4 Embedded widgets in Qt3

    You won't be able to port those widgets to Qt3 because they use SVG images for their looks and there is no way to simulate it on Qt3. If you get rid of SVG when trying to port to Qt3, you will lose quality. If you don't care about scaling then that is an option though.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Apr 2009
    Posts
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Using Qt4 Embedded widgets in Qt3

    Scaling would not be required since we will be dealing with fixed HMI screens. We are really only interested in the nice looking Gauges, Multi-Slider, and ScrollWheel.

    Do you foresee any other road blocks and/or have any idea on the amount of work involved?

    Thanks for your response.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Using Qt4 Embedded widgets in Qt3

    Then just take the SVG files, convert them to PNG and you're done.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. embedded widgets analog gauges thermometers buttons..
    By matrix241 in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 25th February 2015, 20:33
  2. Qt 4.5 Embedded - some widgets crash
    By nickich in forum Qt Programming
    Replies: 0
    Last Post: 27th March 2009, 14:26
  3. Embedded Widgets Demos
    By jhowland in forum Qt Programming
    Replies: 1
    Last Post: 15th January 2009, 11:53
  4. Qt Extended embedded widgets available?
    By McKee in forum Qt Programming
    Replies: 1
    Last Post: 25th November 2008, 02:14
  5. Replies: 2
    Last Post: 16th May 2008, 14:39

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.