Hi all,
Just got Qt and I see that there are loads of classes like QString and QFile. I only need a GUI to read a file created by a console application written in C++ with STL. The GUI calls the executable with a system("query_db.exe") and then reads the file and shows it contents in a spreadsheet.
Would I be better off to learn the QString and QFile classes or to stick with the STL ones I am familiar with?
Bookmarks