Talk:CTK In QtDesigner

From Commontk
Jump to navigationJump to search
Home < Talk:CTK In QtDesigner

LINUX: To load CTK Widgets in QtDesigner you have to copy all the shared object files ".so" from your build folder ../CTK-build/bin/designer/ into your qt installation folder that could be something like /opt/qt-4.8.4/plugins/designer/

Then be sure to edit the .ui file using qtdesigner instead of QtCreator. Open it on /opt/qt-4.8.4/bin/designer You can save the file in QtDesigner and after that build normally using QtCreator, even though you may not see your widgets in QtCreator.