Re: QT 3
Michael Heck <[email protected]>
| Newsgroups | gmane.linux.suse.programming |
|---|---|
| Message-ID | <1103567929.2530.8.camel@asusmh> |
Hi Thomas, can you tell us more details what do you want to do exactly? working with qt-designer normaly follows this scheme: it generates an .ui file, which contains an xml-based description of the gui part. parallel to this you get an .ui.h file, which contains all code, you implemented for events. during the qmake process, qt will use these two files to generate a class for the dialog (.h and .cpp), which will used for compilation. if you simply want to include your own classes an use them in the "event-code" you can include your headers in qt-designer. in the object-explorer you have a tab "Members" with fields for includes. bye, michael Am Montag, den 20.12.2004, 19:04 +0100 schrieb Thomas Wedehase: > Hello List, > > i want to start programming with qt3 and i need some help with this. > i know that you can use classes and functions to generate the gui, but how can > i combine a form, generated with the qt designer, with a cpp file?? > > can anyone point me in the right direction or tell me where i can find > tutorials or howtos? > > Thomas -- "It has always been my goal to # become Supreme Ruler of Earth ... # but lately I've been wondering ,---. # if you dolts are worthy of my CO-|| | # leadership." O || |A # Michael Heck O- Dogbert -O | Q / # [email protected] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-// /"""'-=-=-=-=-=-=-=-=-=-=-= `'`' GPG-Public-Key: http://www.mh-1.de/EDV-Beratung/MichaelHeck.asc Algorithmus: DSA Key ID: 4C0FB88C Länge: 1024 Fingerprint: F93C F93E 5C5C 88B8 24DE AFDF 4FB6 4EB0 4C0F B88C
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBxxw5T7ZOsEwPuIwRAg6lAJ4zn1nCxVpEihNgbK22OiIt50gtvQCg2PfY diDXSLX9bRvOuGJFDibCBTU= =59Y5 -----END PGP SIGNATURE-----