Talk:CTK In QtDesigner

From Commontk
Revision as of 16:00, 26 August 2013 by Jose Ignacio Prieto (talk | contribs) (Copying .so files from CTK-build/bin/designer/ to qt/plugins/designer to load widgets)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.