Re: qt ver. 3, linux, windows, and modal forms

2007-03-24 Thread Mike
Answers interspersed. David Boddie wrote: > On Saturday 24 March 2007 23:08, Mike wrote: > >> I'm having a problem with modal forms on windows. I've written a very >> short test program, with a main window and a form called from the main >> window. The form is set to modal with form.setModal(1) b

Re: qt ver. 3, linux, windows, and modal forms

2007-03-24 Thread David Boddie
On Saturday 24 March 2007 23:08, Mike wrote: > I'm having a problem with modal forms on windows. I've written a very > short test program, with a main window and a form called from the main > window. The form is set to modal with form.setModal(1) before calling > form.show(). Is form an instance