[PyKDE] Newbie: Initiate
Mikhail Yarmish
mike.spacer at gmail.com
Sat Feb 11 08:14:18 GMT 2006
Kuljo wrote:
>Hi,
>I'm learning to make python (2.4.2) pgms using QT-Designer
>(3.3.4)
>and KDE (3.4.3) and Kubuntu 5.10 Linux. Everything works
>fine though I could not find an appropriate tutorial for PyKDE.
>The problem I have: I would like perform some code at the
>very start
>of the program automatically, without having to push any
>button or so,
>like the __init__() in an ordinary python pgm.
>Where shall I put these codes?
>In the Comments of Form Settings? In the xxx.ui.h file?
>Please give me a hint or an example.
>Regards
>Lajos
>
>
>
>___________________________________________________________________________
>Elégedetlen jelenlegi helyzetével, vagy csak egyszerűen váltani szeretne? Mi segítünk
>a választásban! Több mint 50 000 állás Európa szerte. - http://www.jobpilot.hu
>
>
>
>_______________________________________________
>PyKDE mailing list PyKDE at mats.imk.fraunhofer.de
>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
>
>
>
If I understand right you can put your code before application look (
exec_loop() ).
More information about the PyQt
mailing list