adding console to mainwindow
i am new to qt .. i am designing an application in linux can some one please tell me how to add console in mainwindow…
3 replies
Hello,
AFAIK there is no such class in Qt, but if you use KDE, take a look at TerminalInterface Class Reference [api.kde.org]
qInstallMsgHandler() [doc.qt.nokia.com] is your friend then.
The Browser for QDebug Log Output [developer.qt.nokia.com] has an example using a separate MainWindow, it can easily be adapted to utilize your regular MainWindow.
You must log in to post a reply. Not a member yet? Register here!


