[Moved] QT and data input in ubuntu terminal
-
For me it works, but the new terminal window is launched in the background. You have to select it via the dock or the running apps selector (cmd-tab). Also, the newly opened terminal is not quit once you terminate your application, you have to quit it manually (and watch out that you do not quit your regular terminal!)
-
Oho!
I just went back into preferences, and this time, I hit the apply button. This time the terminal launched. I had assumed just hitting "OK" would have done this for me.
Thanks for the help.
EDIT: just as an FYI for anyone reading this thread, note that while Terminal will launch your application, it will do so from the context of the default directory for your user account, NOT the directory that the application is in. You may need to move around data files or engage in directory processing within your program to achieve the desired results.
-
Also, the newly opened terminal is not quit once you terminate your application, you have to quit it manually (and watch out that you do not quit your regular terminal!)
I seem to be having the opposite problem. My terminal window goes away, but according to the Application Output view, the app hasn't terminated yet. I hit the red square, and get a warning that the app is still running. Not a showstopper, but odd...
-
Well...I thought I had this whipped, but...I just tried actually a console app with the debugger, and...it ignores all the debug commands (like breakpoints, etc.). Any idea what's going on? It seems as though the terminal window and the debugger aren't talking to each other very well.
-
How funny to browse through old posts looking for a solution, and realize you had the same problem on a different platform nearly a year ago.
I'm now trying to get Creator and GDB working together on ubuntu, without success. Seems like the same issue. Just bumping this thread to see if anyone knows of a solution...
-
mzimmers,
I was able to get my QtCreator reading/writing from/to cin/cout thanks to your questions/post. And it's running fine here with GDB on Ubuntu 12.04. Thanks for your help, and hope your's is running fine now.