[Solved]De-select text in text browser
Mobile and Embedded
4
Posts
2
Posters
2.9k
Views
1
Watching
-
wrote on 2 Aug 2011, 10:16 last edited by
hey everybody,
I have used a text browser in the form. When i run the application on C7, the text in the browser is selected as you scroll down.
I dont want the text to be selected. There is an option in the designer to disable the text in the browser, but disabling means, i cannot scroll down :(help pls
-
wrote on 3 Aug 2011, 05:29 last edited by
no replies here?
-
wrote on 3 Aug 2011, 08:33 last edited by
I think you need set TextInteractionFlags without Qt::TextSelectableByMouse
See
@ setTextInteractionFlags ( Qt::TextInteractionFlags flags )@ -
wrote on 10 Aug 2011, 06:02 last edited by
Solved :D
i had created the browser in the designer. In the properties of the designer, there is an attribute called
'textInteractionFlags' , unmark all the marked check boxes, text selectable by mouse etc
1/4