to pthomas:
Here you can find a good explanation of changes in .ui files.
For coding you can still using KDevelop and manage .pro files by hand or by qmake if you rather prefer.
About subclassing ui, you can run uic by hand on the .ui file like:
and then use the header generated file as a normal file with a parent class definition.Qt Code:
uic somefile.ui >somefile.hTo copy to clipboard, switch view to plain text mode
Hope it helps.
Bookmarks