using qt : How To Build a Gui OnTop Of a Console Application? -
I have a console application that is generated by a basson (parser) and I want to create a simple GUI for it so that I can input the input from the GUI to the console and get the output from the console in the GUI. I tried to use the Java process class but it does not work for me, please help me use QT.
less complexity some command switches that you have with your QT Do use. Look at the GUI on your console app.
High complexity I would go with an RPC-like solution (Linux / Unix only).
Note: I have made the impression that you want to keep your generated bison parser apart from your QT GUI (make it again if you need it again).
Comments
Post a Comment