Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When I hover the cursor over a text box the cursor blinks and accepts keyboard focus. How do I make the cursor not appear and not accept keyboard focus in the text box?
Do you mean make the text Box read-only??
@mcosta Yes I guess so
textBox->setReadOnly(true) ??
textBox->setReadOnly(true)