From: Adrien B. <adr...@gm...> - 2005-11-10 00:21:32
|
2005/11/8, Diez B. Roggisch <de...@we...>: > Adrien Bourdet wrote: > > I have done a little app in pyqt wich works fine on linux. But with > > the mac version, my QDialog seams to not have the focus :( All widgets > > are paint with a grey color, as if they were disabled, but they work ! > > Perhaps i didn't configure my QDialog correctly ? > > I haven't my code under my eyes yet, but i remeber the call method : > > dlg.show() > > dlg.exec_loop() > > > > Does the parameters of __init__ could be implicated in my problem ? > > No, you need to run the application as an "aliased applet". That means > you need something like the attached setup.py. > > HTH, > > Diez > Hmm, my application is just a .py file that i run like : 'python MyAppli.py'. Could I fix the problem without making a MacOSX .app ? I'd prefer launch it in python because i have to develop and debug :) I didn't say that earlier, but the main menubar doesn't appear. Adrien |