Re: [Interest] Change widget type of Qt Creator Form Class

2014-04-11 Thread John Weeks
We often just edit the .ui file. It's XML and not too hard to comprehend. You probably have to change it in a couple places. -John Weeks On Apr 11, 2014, at 11:38 AM, Murphy, Sean wrote: > Is there a way to easily change the base class of a Qt Designer Form Class? > > I created a new custom

[Interest] Change widget type of Qt Creator Form Class

2014-04-11 Thread Murphy, Sean
Is there a way to easily change the base class of a Qt Designer Form Class? I created a new custom widget using Qt Creator's "Add New...->Qt->Qt Designer Form Class" wizard. At the time, I chose "Widget" as my form template. So at the end of that sequence I ended up with myWidget.h, myWidget.c