Step1:
I have a table with few rows .
sno| sname
------------
1| aaa
----------
2| bbb
----------
3| ccc
Step2: When user selectes a row (for example "1". "aaa"). I am parsing all the QML files available in my workspace for the selected text. In this case "aaa" since "aaa" row is selected.
Step3:I am displaying the QML files as thumbnails that are having "aaa" text.
(My problem starts here)
Step4: On the thumbnail i need to show "aaa" in a red border/frame/underline/color whihc help the user to easily read when opens it as declarative view.
How to do that?
Regards
Nagesh
Bookmarks