[Qt-creator] work with multiple ui windows

2009-12-08 Thread ramakrishna perumandla
hi,
   i am using QT 4.5 version on  ubuntu  linux,  when problem is
how to run multiple ui in a project application.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[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 project,
when i clicked on itemtreewidget(color) then color.ui window should be
display. i am not understanding how to connect these two .ui windows.

i wrote like this at the signals
connect(ui-color,SIGNAL(itemClicked()),this,SLOT(show()));


void ECLogic::show()
{

?
}

Please suggest me how to open the color window when we clicked itemtreeWidget.


Thanks  Regards
Ramakrishna.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[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(fruits) then fruits.ui window should
be display.
when i clicked on itemtreewidget(dryfruits) then dryfruits.ui window
should be display.

i am not understanding how to connect these .ui windows and where we
have specify the declarations .

How to use the signals and slots between the two ui forms:

Please suggest me how to open the fruits.ui window when we
clicked itemtreeWidget in the Health.ui Window.

I am sending the project attachment,  i am facing this problem from
three weeks. please kindly look into this and give me solution as
early as possible.

Thanks  Regards,
Ramakrishna.


Health.1.1.tar.gz
Description: GNU Zip compressed data
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator