printf während eventhandling aktiv ist
Verfasst: 8. Mai 2006 21:32
moin,
ich möchte eine ausgabe per printf auf die konsole machen, während der eventhandling.
bsp:
in der main.cpp
irgendwo in der CMainDlg
mfg im vorraus
ich möchte eine ausgabe per printf auf die konsole machen, während der eventhandling.
bsp:
in der main.cpp
Code: Alles auswählen
QApplication app(argc, argv);
CMainDlg window;
window.show();
return app.exec();
Code: Alles auswählen
printf("hier soll was raus kommen, tuts aber ned.")