Hi everybody,

I'm re-writing our asset management system with all its Qt interfaces, and
this time I used TDD practices. I'm stuck at testing QInputDialog. I can
test a lot of other UI elements (for example, to test if they are enabled
or showing the correct item etc.).

The problem is when I create the dialog everything stops working and is
waiting for the UI to close. I've tried using threading an created a thread
to call the QInputDialog in and created another one to test it but because
there is no way to reach the dialog it self I can not test if it is shown
and has the correct data in it.

So is there a way to reach the QInputDialog from the dialog it self?

Thanks...

E.Ozgur Yilmaz
Lead Technical Director
eoyilmaz.blogspot.com

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to