Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For a crossplatform GUI development, Qt is the tool you should be looking for. I have used both. Here is what I feel about Qt </p> <p>Building rich GUI is a piece of cake if you use Qt. It has a loads of GUI capabilities, starting with its Graphics View, OpenGL support, stylesheets that supports css. A mature painting system, Richtext formatting, Integration with Webkit, and I am sure I am missing a lot more here...</p> <p>Qt has its own build system, qmake which creates platform dependent Makefiles, so no Makefile hassles. Moreover you get a single pro-file which is much easier to manage. For wxWidgets, you will need to create different Makefiles for the various compilers you intent to use. </p> <p>Other advantages of using Qt over wxWidgets are - the Api is very easy to learn with its intuitive api, superb documentation and tons and tons of examples. This helps you get yourself productive pretty soon and thus getting your product early to marker. BTW Qt is a RAD tool. Moreover, there is a huge user base, and there are forums like QtCentre.org to help you with your questions. If you are planning to buy commercial license, you get support directly from Qt Software (trolltech).</p> <p>You would obviously be using Qt's Model View pattern, allowing you to separate your business logic from the presentation tier. I would suggest that you write to "support at trolltech dot com" or "sales at trolltech dot com" to get more information. You can explain your requirements and they would be able to explain how Qt fits your needs.</p> <p>You could also download the opensource version and have look at the demos. Coverflow: <a href="http://labs.trolltech.com/blogs/2007/11/02/pictureflow-on-windows-mobile/" rel="nofollow noreferrer">http://labs.trolltech.com/blogs/2007/11/02/pictureflow-on-windows-mobile/</a> , <a href="http://ariya.blogspot.com/2008/03/introducing-photoflow.html" rel="nofollow noreferrer">http://ariya.blogspot.com/2008/03/introducing-photoflow.html</a></p> <p>As I said, if its Rich gui you are planning to develop, use Qt. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload