Author Topic: How to create a ui file for QT projects on the fly?  (Read 11173 times)

Offline lucky7456969

  • Multiple posting newcomer
  • *
  • Posts: 33
How to create a ui file for QT projects on the fly?
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How to create a ui file for QT projects on the fly?
« Reply #1 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.
(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!]

Offline lucky7456969

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: How to create a ui file for QT projects on the fly?
« Reply #2 on: April 26, 2014, 10:28:33 am »
Thanks, I'll look into the methods you mentioned.
Jack  :)