wxWidgets vs Qt

Trying to decide between libraries for my MVC model. What, in your opinion are the pros and cons of each of these libraries?
closed account (o1vk4iN6)
I'd say Qt is easier to customize (I've never used wxWidgets mind you) as it uses stylesheets which allows you to use CSS-like syntax to define the look of each control. Although it is easy to use, sometimes it can be lacking some features, but that's a small price to pay as you can just create your own control.
Topic archived. No new replies allowed.