-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On June 9, 2004 09:19, Mike Roest wrote: > Qt Designer is really nice (along with the whole qt layout [signals & > slots]), the only complaint I have with designer is using uic/moc and > then having to inherit your screens from the generated code
subclassing is one mechanism. two others are: o using the generated class as a member in your hand-written code o entering your form-specific code directly in Qt Designer (which then stores it in the filename.ui.h file which is automatically included at compile time for you) > (unless you > want to have to reintegrate your code into the generated files whenever > you change the screen in designer) this hasn't been necessary since Qt3 come around... > directly from designer (or through another file with hooks in the > designer that uic would sub out or something). this is exactly how the second option above works. - -- Aaron J. Seigo GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 while (!horse()); cart(); -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQFAyHQb1rcusafx20MRAid5AKCah4hN1snhEP0i1DZhlTs9NtKgjQCggg3U bi4QXEoG4ObaPYqDJm3C9NM= =O3HI -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

