[PyQt] hidden signals?

Andreas Pakulat apaku at gmx.de
Mon Dec 24 11:25:14 GMT 2007


On 24.12.07 09:16:17, Jochen Georges wrote:
> hello,
> 
> sorry for the tons of beginner-questions and thanks for your patience.
> 
> there is a strange behaviour of a pushbutton and do not see, why it is ...
> 
> there are two buttons and two lineedits.
> if the first button is clicked, only the first lineedit should be "alive"
> if the second button is clicked, the user should insert some data first in the 
> first and then in the second lineedit.
> 
> the program seems to pass the first-lineedit's slot correctly, but after that 
> it runs through the first-button-slot, i never told it to do so !!??
> 
> I remember Java to have lots of builtin FocusEvents, but I do not think that 
> this is the problem here.
> 
> Can you give me a hint?

Thats not a simple self-contained example that demonstrates the problem.
Sorry, but you have to create an app that we can simply run to check
what exactly happens and whats wrong with that behaviour. Especially
when the verbal description is relatively unclear like in this case (at
least to me).

Andreas

-- 
Don't read any sky-writing for the next two weeks.


More information about the PyQt mailing list