Code::Blocks Forums
User forums => Help => Topic started by: lucky7456969 on April 26, 2014, 01:05:46 am
-
In netbeans, I can 'new' a new ui form.
But in codeblocks, how do I do the same?
Like right clicking and create a QT form, widgets etc
and when I click on the .ui file, QTCreator will get fired up.
Thanks
Jack
-
C::B doesn't support editing QT ui files. Use QT Designer for this task... You could probably setup a tool to start QTDesigner for a particular ui file.
-
Thanks, I'll look into the methods you mentioned.
Jack :)