From: Kevin W. <sw...@wo...> - 2005-05-05 03:47:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm not code-fu enough with PyQt yet to tell you how to handle this with ~ Python code, but the info.plist file is an important part of associating your app with a file type (file extension). I tested LyX, a Qt app, to see if it could handle this (not all Qt apps do in my experience) and it does. Dragging a .lyx file to the Lyx icon opens the file correctly. I've attached the info.plist file from Lyx 1.3.5. Take a look at it, especially the bits on "CFBundleType"--that's where you define the document type/extension, the document icon, and the role your app plays with that document (editor or viewer). This has prompted me to take a look at my build of Eric3 and see if I need to add that customization to its info.plist file to associate it with .py files. Hope this helps. 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... Peter Nye wrote: | Does anyone know how I can get my pyqt program to respond to files | dragged from the finder? | | | | | ------------------------------------------------------- | This SF.Net email is sponsored by: NEC IT Guy Games. | Get your fingers limbered up and give it your best shot. 4 great events, 4 | opportunities to win big! Highest score wins.NEC IT Guy Games. Play to | win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 | _______________________________________________ | Pyqt-mac-list mailing list | Pyq...@li... | https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCeZcdJmdQs+6YVcoRAqizAJ9S5CGR+Xokxlt9vun5RR/fVJGbEACeLX/G h8TwvScu6G20bJiUODiyOQQ= =2FF0 -----END PGP SIGNATURE----- |