Code::Blocks Forums

User forums => Help => Topic started by: lucky7456969 on April 26, 2014, 01:05:46 am

Title: How to create a ui file for QT projects on the fly?
Post 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
Title: Re: How to create a ui file for QT projects on the fly?
Post by: oBFusCATed on April 26, 2014, 09:42:29 am
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.
Title: Re: How to create a ui file for QT projects on the fly?
Post by: lucky7456969 on April 26, 2014, 10:28:33 am
Thanks, I'll look into the methods you mentioned.
Jack  :)