A few output strings
Unsolved
General and Desktop
-
wrote on 11 Jul 2022, 02:39 last edited by
I need to out in ui form few strings. But it may be one or few or many. Tell me, how can I realize and do that? What should I use?
-
wrote on 11 Jul 2022, 04:09 last edited by
QTextEdit or QPlainTextEdit perhaps.
-
I need to out in ui form few strings. But it may be one or few or many. Tell me, how can I realize and do that? What should I use?
wrote on 11 Jul 2022, 07:07 last edited by@George_T
As @ChrisW67 says you may be happy with aQPlainTextEdit
(maybe set read-only). Or, to show them as separate items, maybe QListWidget or create each one as a QLabel.
1/3