I was thinking about starting a little Q&A tree because I want to give something back to the community. It would be on Qt Gui since I am going through the process of learning it(I would provide most the answers also). I wanted to know if there would be a problem with this?
Example:
(Q) What type of Qt Gui items are there?
(A) Qt Gui has the following items: (Links to Other Stack Q&A Trees)
- Label
- Text Area
- Button
- Window
- Check Box
- etc....
From Linked Q&A: (Visits "Text Area" link)
(Q) What types of labels are there, and what can I do with them?
(A) The following label types exist with format options:
QLabel (Linked to current Qt documentation ref)
- Round Borders (Links to "How can I round QLabel Corners?")
- etc....
And so on. And so on.