Am Mittwoch, 12. Mai 2004 05:01 schrieb Boris Gordon:
> Greetings -
>
> I am very happy that eric3 is now running great on my mac but I would
> like to try to solve a problem with qt designer integration.
>
> How can I integrate qt designer ($QTDIR/bin/designer.app/ package on
> mac) with eric3 ? I can create a shell script that launches designer
> using the open command but can't get anymore integration than this (ie
> when I double click on a form in a project it will launch designer but
> not open the form i clicked. I can't seem to pass command line
> arguments to designer.app.
>
Please try the following.
In the File UI/UserInterface.py in the method "handleDesigner" please add
the following lines after if statement testing for win32.
elif sys.platform == "darwin":
designer = designer + '.app'
Maybe you have to adjust the second line. Unfortunately I am unfamiliar
with Mac OSX.
Detlev
--
Detlev Offenbach
[EMAIL PROTECTED]
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde