New Wiki Page for absolute beginner.
-
wrote on 8 Sept 2010, 01:58 last edited by
cool I'm in too if you need help
-
wrote on 8 Sept 2010, 08:07 last edited by
Go ahead and post the URL of you wiki page here, please!
-
wrote on 23 Nov 2011, 13:32 last edited by
Yes please, I badly needed it.
-
wrote on 23 Nov 2011, 16:03 last edited by
Yes its realy good idea.
But what about realization?
How, where, when start? -
wrote on 23 Nov 2011, 22:37 last edited by
[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/ :)
-
wrote on 15 Dec 2011, 22:17 last edited by
bq. Abhijeet Nayak wrote:
What do you think guys?I think it's a really really good idea, especially for me ! xD
-
wrote on 16 May 2012, 08:35 last edited by
Good Idea.. Surely it will help the Newbie's...
-
wrote on 3 Jun 2012, 09:29 last edited by
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.
-
wrote on 26 Jun 2012, 07:11 last edited by
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 ;)
-
wrote on 26 Jun 2012, 15:28 last edited by
Did you created the page ? Otherwise I'm going to create it and start write about Qt Creator
-
wrote on 28 Jun 2012, 11:55 last edited by
Wow i think that's a great idea just keep going my friend
-
wrote on 28 Jun 2012, 13:28 last edited by
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 :)
-
-
wrote on 28 Jun 2012, 13:47 last edited by
Looks good at first glance, I'll try to contribute to this article as much as my freetime will allow.
-
wrote on 28 Jun 2012, 13:53 last edited by
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
-
wrote on 28 Jun 2012, 15:17 last edited by
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
-
wrote on 4 Jul 2012, 08:38 last edited by
Please help me to present Qt Creator, I'm not really good at this.
Thanks in advance :) -
wrote on 4 Jul 2012, 08:53 last edited by
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 ;)
-
wrote on 4 Jul 2012, 13:38 last edited by
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.