Hi all!
I'm really just getting started with Qt and learning the basics. Historically I've only ever really done Command Line driven stuff, with minimal event drivers.
I wrote a Sudoku Solver in C++ (big whoop I know, but we all started somewhere!). I'd trying to put a Gui together, but I'm really struggling with the basics here. I'd like to set up a 9x9 grid where such that I can display the results of my solver. I thought of using QTableWidget for this, but that was a bit a of a disaster. I thought about doing just a simple matrix of 81 text boxes but can't understand how the gridlayout widget works (is it just me or does a lot of the Qt documentation leave a lot of to be desired - a few examples surely wouldn't kill them). Also - with the 81 text boxes approach, it seems so in-elegant.
Anyway, I thought I'd appeal to the good nature of the coding community and say that I'd really appreciate some handholding.
Thank you in anticipation of your help!
Bookmarks