[Qt-creator] working with multiple .ui windows

2009-12-10 Thread ramakrishna perumandla
hi , I am using QT creator 4.5 version. i have started a new project named Health(Health.ui) in that window i placed a treewidget and added items(named fruits,dryfruits etc) under the treewidget , now i added another QDialog(fruits.ui ) to the same project, when i clicked on itemtreewidget

Re: [Qt-creator] working with multiple ui windows

2009-12-09 Thread Israel Brewster
On Dec 9, 2009, at 4:29 AM, Kris Wong wrote: hi, i am using QT 4.5 version. My issue is how to work with multiple ui in a project application. Example: i have started a new project named mainwindow(mainwindow .ui) in that i placed a treewidget and added item(named colors), now i added anot

Re: [Qt-creator] working with multiple ui windows

2009-12-09 Thread Kris Wong
> hi, i am using QT 4.5 version. My issue is how to work with multiple > ui in a project application. > > Example: i have started a new project named mainwindow(mainwindow > .ui) in that i placed a treewidget and added item(named colors), now > i added another window(widget i e.,color.ui ) to t

[Qt-creator] working with multiple ui windows

2009-12-09 Thread ramakrishna perumandla
hi, i am using QT 4.5 version. My issue is how to work with multiple ui in a project application. Example: i have started a new project named mainwindow(mainwindow .ui) in that i placed a treewidget and added item(named colors), now i added another window(widget i e.,color.ui ) to the same pro