Hello
I downloaded Qt a few days ago thinking that i'd make a GUI for my program that i wrote in C++, and i was told Qt would be the program to use.
I have been doing C++ for about a weekend. I have created a small tool that will ask the user a series of queries, and then print everything to a text file in a specific format. Pretty easy, but later versions will load about 20 textfiles and let the user add, edit and remove entries, all which are crossreferenced all over the place.
Anyway, but since i am a newbie, i am just completely unaware how to connect the gui to my program.
How do i link this QLineEdit to the array i have created?
How do i use this button to write everything to the file?
I'd hope for a good tutorial as well.
The ones i have tried are just too weak.