Results 1 to 5 of 5

Thread: Qt language of choice

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

    Default Qt language of choice

    Hi,

    Given the following description for a Qt program, is it realistic to use anything else than C++?

    The conding will start in 3 months. Together with a friend, I'll get to choose the implementation language and we will be the only coders (at start at least).
    The project will be
    1.Cross platform: anything that has many users is a wanted target, mobile included.
    2.Network intesive, depending on the context.
    3.I/O intensive, depending on the context.
    4.Should have lots of features on desktop, trimmed down on mobile.

    Of course, is good to have general qualities like easy maintanance and adding of features, performance.
    We are both experienced with C++ (the only language we share), and have experience with Python, Perl, Delphi, Java.

    Until we start coding we may study hard anything else. Anything from the list of Qt bindings is Ok, Haskell and Python would be particularly interesting.

  2. #2
    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.

  3. #3
    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.

  4. #4
    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.

  5. #5
    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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.