Interactive widget to implement cout /cin ?
-
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 ? -
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.