... and it should be of course!Qt Code:
#include <QtWidgets/QAbstractButton>To copy to clipboard, switch view to plain text mode
... and it should be of course!Qt Code:
#include <QtWidgets/QAbstractButton>To copy to clipboard, switch view to plain text mode
It is not that different, they just have put all widget stuff to an extra module. That's all.
If you just remove the unnecessary module name from the include, then there is no change at all between Qt4 and Qt5
I.e.
Qt Code:
#include <QAbstractButton>To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks