[SOLVED] no console or terminal widget for Qt ?

Issue

I’m interested in embedding a really simple console for a scripting language inside my GUI ( so it’s a widget that is supposed to communicate with the interpreter of the language too ), I browsed the available widgets and the available constructs in Qt but I can’t seem to find a real solution that will work out well in my case.

Can you confirm that there is no such widget, at least at the present with Qt 5.2.0 ?

Solution

Yes, such widget is not part of Qt 5.2.0.

See this question for alternatives: Console/Terminal Widget for Qt?

Answered By – ypnos

Answer Checked By – Robin (BugsFixing Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *