@radhank said in Qt Thin Client Application:
Sorry for not being precise. its 5.3.2
That version reached end-of-life in 2016. Would you consider upgrading?
You are right. Test application does not have any issue. we could see the cursor.
Am quite new to X windows as well as Qt. we have a display manager, which manages displaying these clients. We create a qt window and we share the window ID with the display manager through a FIFO and set this property using XchangeProperty.
...
We want to understand though we can see the pages, why the caret cursor is missing.
I don't know the answer, sorry.
Is the caret cursor missing if you use XChangeProperty on a simple widget like a QLineEdit?
Is the caret cursor missing if you use XChangeProperty on a non-Qt application?