Hi

Consider I have two QML files named 1.qml and 2.qml.
1.qml contains aaa,bbb,ccc as text.
2.qml contains ddd,eee,fff as text.

I have QT table with columns sno sname
sno| sname
------------
1| aaa
----------
2| bbb
----------
3| ccc

Now when user select a row for ex: aaa i am displaying parsing the QML files and diplaying the correspoing QML file using QDeclarative View.

My Requirement was...... I should display a RED BORDER in the display qml for the selected ID...in this case "aaa" must be in a red box.

I hope i have cleared mentioned my issue.

Regards
Nagesh