Results 1 to 5 of 5

Thread: Qt language of choice

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt language of choice

    I'm a rebel in the S.D.G.

  2. #2
    Join Date
    Dec 2006
    Posts
    849
    Thanks
    6
    Thanked 163 Times in 151 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt language of choice

    If really anything might be a target platform, you should try to find out what (realistic) anythings might be. Maybe Qt is not cross platform enough. (Not too likely, but a good idea to check first.)

    Apart from that, I'd say Qt would probably fit your requirements.

  3. #3
    Join Date
    Apr 2009
    Location
    S-chanf
    Posts
    4
    Qt products
    Platforms
    Unix/X11 Windows

    Default Re: Qt language of choice

    Concerning PyQt4, AFAIK, it's only available on Windows, OSX and X11 (Linux, BSDs, ...). So if you want to run your application on Symbian S60 or Windows CE, PyQt4 may not be the right solution for you.

    I'm quite happy with PyQt4 as a whole, the only problem being deployment. You can use py2exe, py2app or pyInstaller to generate executables, but they tend to be quite big. You'll have problems getting even a small PyQt4 application below 10 MBytes.

  4. #4
    Join Date
    Jul 2006
    Posts
    20
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: Qt language of choice

    Quote Originally Posted by caduel View Post
    If really anything might be a target platform, you should try to find out what (realistic) anythings might be. Maybe Qt is not cross platform enough. (Not too likely, but a good idea to check first.)
    True, "anything" would be the ideal situation, but this is not actually possible. So the order of importance would be
    must: Windows, Linux, OSX
    important: S60, Windows CE
    would be nice: anything else that can be touched without puting too much effort.

    As I see it, the alternative to Qt would Java + Swing or SWT. Not very attractive.

    Looks like the best solution remains C++.

Similar Threads

  1. Replies: 2
    Last Post: 28th March 2009, 10:11
  2. Replies: 4
    Last Post: 6th February 2009, 11:21
  3. Replies: 8
    Last Post: 15th May 2007, 09:21
  4. Discovery correct Language on all OS
    By patrik08 in forum Qt Programming
    Replies: 5
    Last Post: 25th February 2007, 19:27
  5. How can I add any other language
    By ethos0714 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 22nd February 2006, 02:51

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
  •  
Qt is a trademark of The Qt Company.