Interactive widget to implement cout /cin ?
-
wrote on 13 Mar 2022, 16:42 last edited by Anonymous_Banned275
Is there an "interactive widget " to implement user input / output.
Such as C++ cout / cin .
Or does it have to be done in C++ code ?
If so - can you link to or post an example ? -
wrote on 14 Mar 2022, 09:11 last edited by
Just google for "qt terminal widget" and you'll find some projects taking a go at this problem. There is nothing built right into Qt itself that solves the problem. I haven't used any of these, so I don't qualify for a recommendation.
1/2