On Tuesday 23 June 2009, Keith Rusler wrote: > Hiya, > > You need to inherit from QDialog and also inherit from Ui::ReniceUI. Or you > can just use it as a class member in private. Then call ui.setupUi(this); > if you did the member one or setupUi(this); if you did it from inheritance. Keith - Thanks, I inherited QDialog in Renice and then it worked. :) So the technique for using Qt Designer has now completely changed (and not for the better)? Answer: yes it has, I have just read the designer help pages. I must say I wasn't expecting that. Cheers -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<