I think I may be using the wrong control. I'm trying to display a non-editable log file. I do need to allow the user to copy sections of the log. What control should I use to just display flat text data?
- Bruce
I think I may be using the wrong control. I'm trying to display a non-editable log file. I do need to allow the user to copy sections of the log. What control should I use to just display flat text data?
- Bruce
Maybe QTextEdit in read only mode? It would allow copy-pasting any part of the log, not just lines as it would be with a list.
J-P Nurmi
That's what I was thinking. I will try that instead of a list widget.
Thanks.
- BRC
Bookmarks