Would you mind sharing what was the problem and the solution?![]()
Would you mind sharing what was the problem and the solution?![]()
Yes,
So I still don't know why the plugin never appears in the category "Custom Widget" when I specify it, and I don't know yet why it appears in the 'Input" category when I specify it. For the moment I add it to "Input" ... I know it is not a clean solution but I don't have time to find out why for the moment.
About the usage of a plugin, I add it in my dialog with Qt Designer, then I add the header file in the implementation still with Qt Designer. Then with Visual C++ 6.0, I add the .cpp, the .h and the moc file of my widget.
You need not include the .moc, .cppOriginally Posted by yellowmat
The whole idea of creating a .so/.dll is that you need not include it in the project. Instead use the.
LIBS += -lfilechooser in your .pro
the Application will be linked to that
We can't solve problems by using the same kind of thinking we used when we created them
Bookmarks