News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to create a ui file for QT projects on the fly?

Started by lucky7456969, April 26, 2014, 01:05:46 AM

Previous topic - Next topic

lucky7456969

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

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

lucky7456969

Thanks, I'll look into the methods you mentioned.
Jack  :)