Qt Designer+Qt Assistant+Qt Linguist+Kdevelop
Qt Designer+Qt Assistant+Qt Linguist+Kdevelop
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.
Kandalf
There's no place like ~
I use KDevelop in linux and Code::blocks under windows.
You can find my first Qt4 successfull attempt in creating a simple dialog with designer and add two buttons and custom slots.
http://www.qtcentre.org/forum/showpo...4&postcount=27
Hope this helps
If there weren't noobsthere would be no experts
i found this imho very good book:
http://cartan.cas.suffolk.edu/moin/O...page=main.html
it probably could help you
(however it doesn't contain designer)
Bookmarks