New Wiki Page for absolute beginner.
-
Go ahead and post the URL of you wiki page here, please!
-
[quote author="qmailago" date="1322055160"]Yes please, I badly needed it.[/quote]
[quote author="qxoz" date="1322064236"]Yes its realy good idea.
But what about realization?
How, where, when start?[/quote]In my opinion this page is a "good starting point for Qt 4.7":http://developer.qt.nokia.com/doc/qt-4.7/ :)
-
bq. Abhijeet Nayak wrote:
What do you think guys?I think it's a really really good idea, especially for me ! xD
-
This might not be enough. There is a website in french that is really really awesome for absolute beginners : http://www.siteduzero.com/tutoriel-3-11240-introduction-a-qt.html
It is included in a C++ tutorial, but everything related to Qt is really really well explained. Maybe a wiki page that have this kind of style (tuto with exercises) might be interesting.
-
Yes, it's a great idea and a huge task to implement. I think you/we should make it real step by step. There are a few different ways to make it. The first is to make a linktree like progress map, using and updating the existing wikis. The second way is to write a new set of wikis with external references to other subject related wikis. The third way is a mix of the two., which is maybe the preferable.
I'm supporting this idea as it is a great idea and will improve existing basic wikis as well. Let me know if I can help in anything, I'll keep on eye on this thread ;)
-
Did you created the page ? Otherwise I'm going to create it and start write about Qt Creator
-
here it is http://qt-project.org/wiki/Qt_for_beginners
It is only the begining. In the others chapters I will try to cover-
Hello world
-- Presentation of Qt Creator (create project, add file, compile ...)
-- Hello world with a button
-- How to compile (basis of qmake) -
A prettier button
-- Have fun with properties
-- What is a widget
-- Create my own widget -
Signals and slots
-- What are signals and slots
-- What is moc, what are metaobjects
-- Write your slot, emit your signal -
Doc
-
Layouting
-- Presentation of different layouts
-- Build a more complex app -
More widgets
-- Containers
-- Buttons
-- Displays
-- Input fields -
Main Window and dialogs
-- Features of mainwndow
-- Default dialogs (open close, color picker ...) -
Designer
-
Exercise 1 : Widgets
-
Advanced topics
-- Threads & processes
-- Model / Views
-- Painting
-- XML
-- SQL
-- Webkit -
Exercise 2 : Advanced exercise (to be defined)
-
Qt Quick
-- First Quick app
-- Anchoring
-- States and transitions
-- Splitting your app into many files
-- Bind with C++ -
Exercise 3 : Qt Quick
Feel free to comment on this plan, and to add your suggestions. And feel free to contribute to the article, and tag it or rate it up :)
-
-
BTW, I suck at english language, please correct me !
-
No problem there, I will occasionally check :) Just bump this topic from time to time to refresh my memory :D
-
I splitted the article into several ones, since it is going to be huge. I also added my draft plan in the wiki. If you want to add something, or move stuff, do it ! :)
BTW, is there a way to navigate easily between different articles that belong to the same group (like in wikipedia) ? Because I created my navigation system with some arrows, but it do not seems to be that convincing ...
TODO :
- present Qt Creator
- continue the pretty button part
-
Please help me to present Qt Creator, I'm not really good at this.
Thanks in advance :) -
I'm currently quite busy, but if I'll have some time during the weekend, that will be my first thing. But since then you can start by reading through the "Qt Creator wiki page":http://qt-project.org/wiki/Category:Tools::QtCreator . There are some really good desciptions there already on the wiki ;)
-
Nice to see this. I think I'm gonna link the part with Qt Creator to this article, but a tutorial for somebody that do not know well what is an IDE might be interesting in our tutorial.
-
I've finished first round of language review :) There were just a few typos, and one or two sentences that sounded a bit awkward, so I've fixed those.
PS. I would personally add Qt Assistant to the list of optional software, it's quite useful to have it on second display when you use docs a lot.