Results 1 to 11 of 11

Thread: Which QtDesigner to use with Qtopia

  1. #1
    Join Date
    Dec 2007
    Posts
    36
    Thanks
    2
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Which QtDesigner to use with Qtopia

    Hi all,

    I am new to Qtopia. I have managed to install qtopia-core-opensource-4.3.2 and I would like to know which QtDesigner I could use with this Qtopia.

    Tnx,
    Benjamin

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Which QtDesigner to use with Qtopia

    what do you mean?
    Are there more then one designer?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Which QtDesigner to use with Qtopia

    Please don't cross post, one post per subject is enough.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  4. #4
    Join Date
    Nov 2007
    Posts
    10
    Qt products
    Platforms
    Unix/X11

    Default Re: Which QtDesigner to use with Qtopia

    QtDesigner is from Qt package, not from Qtopia.
    After install Qt, you will get QtDesigner and Qvfb. The 2 are very helpful tools when you work on Qtopia.
    There is a good document on www.youtiyou.com, talking about embedded linux and Qtopia.

  5. #5
    Join Date
    Dec 2007
    Posts
    36
    Thanks
    2
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Which QtDesigner to use with Qtopia

    Tnx for the replay! But I still don't know which version of QTDesigner I could use with Qtopia. If I understand right Qtopia does not have its own designer?

  6. #6
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Which QtDesigner to use with Qtopia

    Benjamin, since you are not coding ON your embedded system, but on a PC, you can install the regular Qt on your PC and use the designer that comes with it.
    Designer does nothing more than generate an ui file.
    You can then put that file in your embedded app code.
    In case QTopia does not use uic, you can first generate the code from the ui on your PC, and copy the generated code to your embedded project.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  7. #7
    Join Date
    Dec 2007
    Posts
    36
    Thanks
    2
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Which QtDesigner to use with Qtopia

    OK. I have tried to make some simple app (form with one button) with QtDesigner 3.3.6 but when I try to compile it, it says uic: File generated with too old version of Qt Designer.

    My enviroment variables are:

    QTDIR=/veliki/install/qt/qtopia
    LD_LIBRARY_PATH=/veliki/install/qt/qtopia/lib
    PATH=/veliki/install/qt/qtopia/bin:$PATH

  8. #8
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Which QtDesigner to use with Qtopia

    Qt4 and Qt3 are not compatible.
    Choose one of the two.
    Qt3 designer allowed some basic application code, which was not really a good design in my view, and I guess the trolls see that also that way, since Qt4 designer does not allow code manipulation any more, just ui design.
    If you are working with Qt3, I suggest you just create the ui with the designer, do the rest of the code normally.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  9. #9

    Default Re: Which QtDesigner to use with Qtopia

    Hi,

    I think the Qtopia article on http://www.linuxdevices.com/articles/AT7319394180.html may be helpful in this discussion.

    This popular white paper is written by some engineering folks from our organization Mindfire Solutions (http://www.mindfiresolutions.com).

    I hope you find it useful!

    Cheers,
    Byapti

  10. #10
    Join Date
    Dec 2007
    Posts
    36
    Thanks
    2
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Which QtDesigner to use with Qtopia

    I have found out that I can not use QtDesigner3 with Qtopia. Based on the article that I read I can only use QtDesigner2 :-( What about QtDesigner4?

  11. #11
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Which QtDesigner to use with Qtopia

    I used QDeisgner4 with Qtopia4.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Qtopia 4.2.4 opensource won't configure
    By MarkoSan in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 28th November 2007, 13:54
  2. Replies: 3
    Last Post: 6th March 2007, 18:24
  3. Qtopia 4.2 Open Source edition released!
    By lpotter in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 21st December 2006, 20:45
  4. Undefined symbols in Qtopia
    By minguzzi in forum Installation and Deployment
    Replies: 0
    Last Post: 13th September 2006, 13:59

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.