Need help with tutorial
Harald Fernengel
harry at kdevelop.org
Sun Feb 2 14:32:12 GMT 2003
Hi,
On Sunday 02 February 2003 04:05, you wrote:
> Hope that subject doesn't make me sound to obtuse
> I was reading the new tutorial at kdevelop.org about creating a "dialog
> app" In it, you create a kde mini app, add a qt designer .ui file to it use
> QT Designer to edit it/save it
> then he starts including header files for, and inheriting from the UI
> class. How does the ui file from QT Designer get converted into .h and .cpp
> files It's a nice tutorial that demonstrates a powerful technique, but I
> don't understand that detail.
just add it to your project and when you build it the next time the .cpp/.h
files will be created automatically. Note that you shouldn't modify those
source files since they are recreated every time the .ui file changes.
Best regards,
Harry
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list