Results 1 to 15 of 15

Thread: qt weak points and disadvantages?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2009
    Location
    Novosibirsk, Russia
    Posts
    4
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: qt weak points and disadvantages?

    Thanks for this discussion )
    I just would like to comment some points:

    0) I think, when we discuss Qt disadvantages, we have to remember about C++ disadvantages too. There are such projects as QtJambi and PyQt, but still most people use C++ for writing Qt based applications. This is important point if we compare Qt with Java or .NET

    1) The amount of disk space required for compilation could be critical aspect. We use a single server for unit-testing and night builds with several virtual machines. We had to improve our hardware significantly to handle such builds. Also the compilation time is larger comparing to pure C++ (moc, uic takes it's time), though I don't have any numbers.

    And, yes, Qt is growing. It's becoming really huge, but it's not becoming "clumsy". I suppose that as long as Qt is flexible, easy to use and to understand, the size of the library won't cause many problems.

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

    Default Re: qt weak points and disadvantages?

    Quote Originally Posted by kokonech View Post
    0) I think, when we discuss Qt disadvantages, we have to remember about C++ disadvantages too. There are such projects as QtJambi and PyQt, but still most people use C++ for writing Qt based applications. This is important point if we compare Qt with Java or .NET
    In my opinion you can't compare Qt to pure Java simply because of the reason you already mentioned - there is a C++ layer beneath Qt so if you compared languages, you'd have to compare Java to C++, not to Qt.

    1) The amount of disk space required for compilation could be critical aspect. We use a single server for unit-testing and night builds with several virtual machines. We had to improve our hardware significantly to handle such builds.
    Do you build Qt on those machines every night? Because the space consumption would be significant only in that case.

    Also the compilation time is larger comparing to pure C++ (moc, uic takes it's time), though I don't have any numbers.
    I wouldn't agree here. If you want to compare compilation time to pure C++, you'd have to take into consideration also compilation time for code you would have to write (in the "pure C++" version) to implement functionality provided by Qt that doesn't exist in ANSI C++.
    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
    Nov 2009
    Location
    Novosibirsk, Russia
    Posts
    4
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: qt weak points and disadvantages?

    Quote Originally Posted by wysota View Post
    Do you build Qt on those machines every night? Because the space consumption would be significant only in that case.
    We don't build Qt every night, but we have "pre-commit builds" of our project. Sometimes there could be several simultaneous builds, which requires large amount of disk space.
    Quote Originally Posted by wysota View Post
    I wouldn't agree here. If you want to compare compilation time to pure C++, you'd have to take into consideration also compilation time for code you would have to write (in the "pure C++" version) to implement functionality provided by Qt that doesn't exist in ANSI C++.
    That's a good point

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

    Default Re: qt weak points and disadvantages?

    Quote Originally Posted by kokonech View Post
    We don't build Qt every night, but we have "pre-commit builds" of our project. Sometimes there could be several simultaneous builds, which requires large amount of disk space.
    So size of Qt is irrelevant in this case.
    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.


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.