Forum
Sign Up

QWindowsytle

11 years 3 months ago #1 by Ingo
QWindowsytle was created by Ingo
Hello,
I have updated to newest QTitanRibbon and also to QT 5.2 but I have many problems with the samples now. In every sample I get a QWindowstlye error (missing). After some research I found out that QWindowstyle is not part of QT 5 anymore. So how to compile the samples and also my app?
Ingo

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #2 by Developer Machines
Replied by Developer Machines on topic QWindowsytle
We do not use it class in Qt5.x.x. We use the following construction for this:

#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
#include <QCommonStyle>
#else
#include <QWindowsStyle>
#endif


Maybe you can send us a full build log?

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.246 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • support@devmachines.com

  • license@devmachines.com

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • support@devmachines.com( any questions related to our products or services )
  • license@devmachines.com( questions related to licensing )