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).
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?
QTextEdit or QPlainTextEdit perhaps.
@George_T As @ChrisW67 says you may be happy with a QPlainTextEdit (maybe set read-only). Or, to show them as separate items, maybe QListWidget or create each one as a QLabel.
QPlainTextEdit