Open UI Dialog from Mac OSX Xcode (for Maya plugin)
-
Hi,
I am developing a plugin in Maya on XCode (Mac OS), but I am sure the issue would be the same under Windows environment. How to open an UI generated by QT Designer from cpp ?
I tried to add the .cpp and .h int omy project, but it blocks at #include <QDialog>
Thanks ! -
Hi and welcome to devnet,
What version of Qt are you using ? What exact error message did you get ?