vote up 15 vote down star
7

My company is trying to make the decision between using Qt/C++ for our GUI framework or migrating to .NET and using WPF. We have up to this point been using MFC. It seems that .NET/WPF is technically the most advanced and feature-rich platform. I do, however, have several concerns. These include:

  • Platform support
  • Framework longevity (i.e. future-proofing)
  • Performance and overhead

For this application we are willing to sacrifice support for Windows 2000, Macs, and Linux. But, the issue is more related to Microsoft's commitment to the framework and their extant platforms. It seems like Microsoft has a bad habit of coming up with something new, hyping it for a few years, and then relegating it to the waste-bin essentially abandoning the developers who chose it. First it was MFC and VB6, then Windows Forms, and now there's WPF. Also with .NET, versions of Windows were progressively nicked off the support list. Looks like WPF could be here to stay for a while, but since its not open source its really in Microsoft's hands. I'm also concerned about the overhead and performance of WPF since some of our applications involve processing large amounts of information and doing real-time data capture. Qt seems like a really good option, but it doesn't have all the features of WPF/.NET couldn't use languages like C#.

Basically, what does the community think about Microsoft's commitment to WPF compared with previous frameworks? Are the performance considerations significant enough to avoid using it for a realtime app? And, how significant are the benefits of WPF/.NET in terms of productivity and features compared to Qt?

flag

13 Answers

vote up 7 vote down check

Future of WPF

WPF's Direct3D architecture lets the graphics card do what it is good in: do graphics. The architecture for sure has future. I wouldn't be suprised if the next Windows versions would make WPF enabled application GUI's run much faster, without any code change. Windows Vista and upwards already runs in a Direct3D mode, and "draws" Windows Forms GUI's in a backward-compatible way.

In my opinion, whether WPF as a platform (not only the 3D architecture) will make a break thru, heavily depends on the availability of good tools to support the development process. Microsoft Expression is still limited, Visual Studio WPF designer is even more limited. Also, I think Microsoft should also invest more in how to get visual designers to use tools which produce WPF UI's.

Comparing QT/C++ with C# UI (whether WPF or Windows Forms):

  • C# definity is more productive in UI design. There is a good visual designer for WinForms in Visual Studio. Further, for WPF, there is Microsoft Blend for visual designers.
  • C# in UI development has a larger user-base. Therefore, more examples available and more community support.
  • C# as a language has made a huge improvement in .NET 3.5 to cover areas which were harder to realize (LINQ, Parallel-LINQ, WCF, WF, different ORM products) and are still harder to realize in many other languages.
link|flag
9  
I'd like to add to your list: Qt has better documentation. WPF does have documentation but it's not well organised and the documentation text itself is harder to understand. Qt documentation has a short explanation on the most used features of an API and then a full reference. MSDN only gives you a complete explanation of everything and this makes it hard to use. – Jules May 10 at 14:59
Second on the Qt documentation! – Dr. Watson Sep 1 at 16:55
2  
Your response is horrible because your response is entirely one sided and has absolutely no mention of the opposing side. When you are promoting one item as being "better" than another you MUST show HOW the one item is better than the other. – Trevor Boyd Smith Sep 8 at 15:12
1  
When someone asks "why should I pick A and not B?" and the response is "item A has x,y,z and therefore is better than B" is not a valid comparison. Saying "item A has x,y,z" answers an entirely different question "what features does A have?" and doesn't help anyone understand which is better. – Trevor Boyd Smith Sep 8 at 15:16
Please note as of 08SEP2009: the accepted answer here has +7. Where as the answer by Alan has +19. – Trevor Boyd Smith Sep 8 at 15:18
show 1 more comment
vote up 23 vote down

If future proofing your system is a major concern then I would seriously consider developing using the Qt framework.

It uses a modern approach to C++ interface development (compared to the MFC) and has the additional wow factor of being cross-platform (Apple/Linux popularity is continuing to grow).

With Nokia's backing, you can also expect good support for hand held devices - again, an industry that's growing rapidly.

I don't think C#/.Net will be going away any time soon, however a lot of people have been predicting C++'s demise for years now and it's still going strong.

link|flag
+1 to the handlhelds, that's THE major growth area for the moment, and should become ever more important in the future. – gbjbaanb Nov 18 at 16:19
vote up 14 vote down

There are Qt bindings for Python, C#, Ruby, Java, Ada, Pascal, Perl, PHP, and Haskell, however, they aren't supported by Trolltech (or now Nokia), and I've no idea if they work well at all.

Even so, I'd rather use C++ with Qt, than whatever microsoft is pushing right now. You can run Qt on every popular desktop OS, and with the licensing terms, even if Nokia goes bankrupt or sells Qt off, you've got all the source code. You can maintain it yourself if you need to, and modify it however you like, you just need to make your source code modifications to the Qt libraries available to anyone you give binaries to.

link|flag
As far as I know, the Qt binding for Java ,called Jambi, is supported by Nokia. – Lucas Sep 1 at 16:28
1  
The Python bindings are very good, and they're commercially supported by a third-party company, but they're GPL (with commercial licensing available) rather than LGPL. – Josh Kelley Sep 1 at 16:55
Jambi has been discontinued - see qt.nokia.com/products/programming-language-support/… – Pavel Minaev Sep 1 at 17:13
1  
There's a new set of Python bindings, PySide, that are LGPL. – keysersoze Sep 1 at 17:38
True, Jambi won't be maintained after May 2010. However, as your link indicates, the code is LGPL so you can maintain it yourself, and it is still available for download from Nokia. That's a much better situation than if a closed-source toolkit you depend is discontinued. – keysersoze Sep 1 at 17:40
vote up 7 vote down

Reading your concerns in your initial post, aaronc, I have to say that you almost answer the question for yourself. The right way to go is definitely Qt.

This past year has been a real revolution for Qt. First the Nokia acquisition of Trolltech (securing development funds for years to come...), then the new license (LGPL), and last but not least the complete opening of the source code and the friendly approach to a democratic roadmap.

I don't want to imply they are saints, Qt Software is a for-profit company as well. Neverthess they invest heavily into new easy tools that are code-proof for future cross-platform porting. Have you seen the new Qt Creator? Simply amazing.

The Qt toolkit is very strong and they enrich it continuously. Check out the new Embedded Widget Demos and the Declarative UI. This way you are even covered for WPF-like stuff.

So my advice is Qt all the way...

Good luck!

link|flag
vote up 4 vote down

Two years ago I was migrating a VB6 application and had to decide between Qt & WPF. If I had chosen Qt, it would have been working with Python and the PyQt bindings. After working with both for a month, I ended up choosing WPF because of licensing costs. At the time, Qt only offered GPL or a paid commercial license (which was fairly expensive) and the PyQt license was an additional cost. With an LGPL option for the Qt license, the decision would have been different.

In terms of speed, I have found both Qt & WPF fast enough and from an end-user perspective there was no perceptible reason to favor one over the other.

Qt with PyQt was a very productive and fun way to build applications. The Qt libraries are very well thought out and have the feel of code that has been polished over a long time of real-world use, which makes sense given its history. The documentation is good, though tool support wasn't nearly as nice as Visual Studio (when using PyQt, I can't speak for C++), but having well thought-out libraries and a concise language eliminates a lot of the need for fancier tools.

Unlike some of the other comments, I found WPF to be fun to use as well. The declarative binding between your business logic and presentation templates reduces a lot of boilerplate code and allows for clean separation between model and view. It has some nifty features like thread-safe binding and a simple-to-use 3d library. On the other hand, Qt can match these features and it is cross-platform. Furthermore, WPF does have some rough edges and the documentation can be sparse, a lot of answers to quirks can only be find in the sea of blog posts and forum comments.

Given the change in licensing terms, if I had to make the same choice today, I would move forward with Qt (and Python for me because I'm not enough of a hero to write in C++). But, WPF is treating us well and still a pleasure to work with, so I can't say it's a bad choice.

link|flag
vote up 3 vote down

Windows Forms has not been abandoned. Far from it, actually. WPF is simply an alternative framework for easily building visually compelling applications. I also don't see WPF disappearing any time soon.

As for Qt, I haven't messed with it, so I can't really give you an opinion.

link|flag
Is Microsoft planning on actually improving Windows Forms? It seems like most new development will go to WPF. – aaronc Apr 28 at 23:17
Windows Forms will not have any new features from Microsoft from here out. At this time, they are not planning to retire it, but they are encouraging new GUI development to occur on the WPF platform. – MedicineMan Apr 28 at 23:20
There are plenty of 3rd party developers still in the game. Why do any enhancements to WinForms have to come from Microsoft? – Robert Kozak Apr 28 at 23:20
3  
There is nothing to improve in Windows Forms. It was good 10 years ago and will work at least 5 more. Bug fixes always appearing and will for some time. WPF is new concept with the idea of markup, cascase styles and DirectX use inside. Just understand that right now Win Forms is mainstream on Win platform and WPF is Next Architecture GUI Framework. – Mash Apr 28 at 23:23
That being said, what justifies doing new development in Win Forms if the next gen tool is already out? I don't see Windows 2000 support as a good enough reason. – aaronc Apr 28 at 23:27
show 1 more comment
vote up 3 vote down

If you application is only going be for Windows, then using WPF or WinForms is fine. There are a lot of 3rd party apps for WinForms to enhance them a bit if they aren't flexible enough.

WinForms hasn't been abandoned by any means -- so using that or WPF, even for a long term release of software should be OK. I would use WPF though, just in case a new feature comes out for it that you would like to use in your application. With WinForms, I don't think any new features are planned, so if you go that route, you're stuck there.

I've also messed with Qt and wxWidgets a bit. I like both, but the key feature you would get with both of these is that they are compatible on more than just Windows. The license agreements for both make them attractive for commercial applications too now that Qt has adopted the LGPL license. The communities for both seem good and I don't see development on either platform slowing down at all; in fact, they both seem to be getting stronger.

link|flag
So what about the feature set of Qt compared to WinForms/WPF? Performance issues? – aaronc Apr 28 at 23:40
Qt adopted an LGPL license, not BSD – Chris Cameron Apr 28 at 23:44
Corrected that one. – Mihai Limbasan Apr 29 at 8:59
my bad on the license -- too many to remember which company adopts which. thanks for the edit. – landyman Apr 29 at 22:46
1  
@aaronc - I haven't written an application in Qt and the same application in WPF, so I don't have a direct comparison. But, for my projects, it seems like I spend a little less time playing with Qt than I do trying to get WPF/WinForms the way I want. – landyman Apr 30 at 15:31
show 2 more comments
vote up 2 vote down

Declarative UI is Qt answer to WPF. Looks very promising.

link|flag
vote up 2 vote down

I haven't used QT, but I don't like WPF very much. Yes, it results in a very beautiful end product, but at the expense of a fairly agonizing development process.

The Visual Studio WPF designer ("Cider") seems to have been intentionally lobotomized to steer buyers toward "Expression Blend." For example, it doesn't support preview of anything in a Viewbox, but a simple hack (creating one's own user control to wrap the Viewbox) allows the designer to work correctly! The only "problem" here is that Microsoft doesn't want their designer to be too useful and they intentionally removed functionality from it.

This is pure bait-and-switch, the kind of thing you'd expect from a low-life stereo salesman. You can argue technical merits all day (and WPF fails in this regard as well) but the way its marketed is well nigh unethical.

Another thing that I dislike about WPF is this claim that its got some monopoly on hardware acceleration. Anyone old enough to remember the "Windows accelerator" cards of the 1990s should see right through this... the express purpose of these accelerators (now present on any PC) was to offload Windows rendering to hardware. In particular, these efforts were directed at speeding up GDI32.DLL and the GUI portions of USER32.DLL. You can quibble over the nature of the interface, but to claim that the GUI pre-WPF was somehow "rendered in software" is just incorrect.

I don't know if Microsoft ever made this claim, but during the hype period before WPF was actually released (or escaped ;), I heard people claim that in Windows Vista, GDI, DirectX, etc. would simply be wrappers for (the now native) WPF. In actual fact, WPF calls have to traverse a CPU-melting series of wrapper functions (many of which have names reminiscent of ASP.NET) to get anywhere near the hardware.

I take issue as well with the way Microsoft is attempting to redefine the software engineering process via WPF. They are putting forward a vision where graphic artists lay out the UI in Expression Blend before coding begins. I think they're dead wrong about how WPF affects the role of a designer. In my experience, the capabilities of WPF liberate me from the need to consult a designer. WPF has built-in support for all sorts of things (gradients, alpha) that previously would have sent me scrambling for help from someone with a copy of PhotoShop.

Finally, I just don't find WPF pleasant to use. It feels like a step backward from, say, WinForms in almost every way: performance, price (remember, you're supposed to buy Blend and hire an artist), time-to-market, compatibility, etc. The only area I've found it superior is in producing a superficially more beautiful GUI.

link|flag
vote up 2 vote down

Another thing you might want to consider is the availability of third-party controls (widgets) for the frameworks you are choosing between.

For WPF you already have many custom controls available (commercial and not) to extend your applications. Even if WPF is a relatively new technology compared to Windows Forms.

Oh, and the same applies to custom styles/themes.

I'm not very knowledgeable about Qt, but when I was evaluating it a few months ago I couldn't find much in either department.

link|flag
vote up 1 vote down

There are few points worth considering before making any decision

  • Qt is much faster than WPF. I don't think WPF can match it speed.
  • Qt style is same as CSS, so you don't have to learn new things, in case of WPF is quite complicated.
  • Qt has animation framework (currently as separate project), WPF has DirectX.
  • Qt is cross platform, WPF is windows only, there is no WPF implementation open source (Mono).

You can use Qt with C# either Qyoto or QT4dotnet

There are a lot of things in Qt roadmap which look very promising, have a look at them, before you decide.

link|flag
vote up 0 vote down

Everything I can say is covered by the above posts already. However, I'm not sure if Qt is faster than WPF (as mentioned above also). It'll depend on what kind of GUI you are designing.

I do lean towards QT4 for your original question though.

link|flag
vote up 0 vote down

Warren Buffett's strategy/wisdom to pick stocks fits very well to choose WPF vs Qt.

One of his faverite pick is Coke Cola. why? Coke Cola NEVER change, need no new investment to innovate the product to make money.

Windows changes too much and too quick. You really need a very stable programming language to make a really good product in long term. C#/WPF is definitely not the long term stable programming language, while Qt has proven itself for long longevity since 1991.

link|flag
not really... the current release it QT4... the "4" in the name should say womething:) – Quamis Aug 13 at 14:40
GDI/GDI+/MFC/Winforms/WPF/Silverlight/DirectShow/DirectDraw/Direct3d/XNA and now Direct2d. Qt may have 4 revisions to a single API, but that hardly counts as unstable. – gbjbaanb Nov 18 at 16:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.