From: Kevin W. <sw...@wo...> - 2005-03-18 16:10:36
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 There is a general PyQt mailing list available at this URL: http://mats.imk.fraunhofer.de/mailman/listinfo/pykde You can probably get a better answer to your question there than here. I myself am also just learning PyQt (part of the reason I put the PyQt-Mac distro together!). I'm best able to provide assistance on Mac-specific issues related to installation and configuration of the apps in my package. Of course, other list members with more expertise than me are free to chime in if they can help. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:sw...@wo... Paul Agapow wrote: | | An almost certainly basic problem (as I am just starting on PyQt): | | I'm using designer and pyuic to create my interface. My main window | class needs some initialization, so I wrote these into the ui.h file in | the approved manner: | | void MyDocWindow::init() | { | print "I'm inited!" | } | | void MyDocWindow::destroy() | { | print "I'm destroyed!" | } | | But, pyuic doesn't put the included code into the | MyDocWindow.__init__() function in the generated file. Neither is | MyDocWindow.__del__() or init() generated. Is there some obvious point | that I'm missing? | | -- | Paul-Michael Agapow (pm...@vi...) | | | | ------------------------------------------------------- | SF email is sponsored by - The IT Product Guide | Read honest & candid reviews on hundreds of IT Products from real users. | Discover which products truly live up to the hype. Start reading now. | http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCOv10JmdQs+6YVcoRAlp8AKCFFExQqmWtjAp/62den7q4uqgwNgCeP1c5 0Yx8sc2EXeuJdWcq73DteGo= =Nv1D -----END PGP SIGNATURE----- |