Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. New Wiki Page for absolute beginner.
Forum Updated to NodeBB v4.3 + New Features

New Wiki Page for absolute beginner.

Scheduled Pinned Locked Moved The Lounge
37 Posts 20 Posters 26.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    abhijeet
    wrote on last edited by
    #4

    Everything needed for a beginner...like

    Which software to download and set it up in linux or windows enviroment.
    Then to simple programming using IDE.

    Thanks
    Abhijeet

    1 Reply Last reply
    0
    • A Offline
      A Offline
      amaslenn
      wrote on last edited by
      #5

      That's really interesting!
      Need some help? :) If so, do not hesitate to ask me.

      BR, Andrey

      1 Reply Last reply
      0
      • A Offline
        A Offline
        abhijeet
        wrote on last edited by
        #6

        Thanks Andrew,,
        Sure...

        Thanks
        Abhijeet

        1 Reply Last reply
        0
        • T Offline
          T Offline
          troubalex
          wrote on last edited by
          #7

          Great idea! Stupid that I found this thread just now....

          THE CAKE IS A LIE
          Web Community Manager - Qt Development Frameworks

          1 Reply Last reply
          0
          • X Offline
            X Offline
            xeonn
            wrote on last edited by
            #8

            Good idea indeed. Do a step by step how to add button into a forms. Discuss about button in detail. What happen during mouse down/up etc... in different OS. It will be great.

            That's how the folks in codeproject.com did it. Beginner's article gets the most hit.

            1 Reply Last reply
            0
            • ? This user is from outside of this forum
              ? This user is from outside of this forum
              Guest
              wrote on last edited by
              #9

              cool I'm in too if you need help

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tobias.hunger
                wrote on last edited by
                #10

                Go ahead and post the URL of you wiki page here, please!

                1 Reply Last reply
                0
                • Q Offline
                  Q Offline
                  qmailago
                  wrote on last edited by
                  #11

                  Yes please, I badly needed it.

                  1 Reply Last reply
                  0
                  • Q Offline
                    Q Offline
                    qxoz
                    wrote on last edited by
                    #12

                    Yes its realy good idea.
                    But what about realization?
                    How, where, when start?

                    1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      leon.anavi
                      wrote on last edited by
                      #13

                      [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/ :)

                      http://anavi.org/

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        CortmanEhf
                        wrote on last edited by
                        #14

                        bq. Abhijeet Nayak wrote:
                        What do you think guys?

                        I think it's a really really good idea, especially for me ! xD

                        1 Reply Last reply
                        0
                        • NewMoonN Offline
                          NewMoonN Offline
                          NewMoon
                          wrote on last edited by
                          #15

                          Good Idea.. Surely it will help the Newbie's...

                          New Moon....

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            Sfiet_Konstantin
                            wrote on last edited by
                            #16

                            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.

                            1 Reply Last reply
                            0
                            • C Offline
                              C Offline
                              CreMindES
                              wrote on last edited by
                              #17

                              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 ;)

                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                Sfiet_Konstantin
                                wrote on last edited by
                                #18

                                Did you created the page ? Otherwise I'm going to create it and start write about Qt Creator

                                1 Reply Last reply
                                0
                                • A Offline
                                  A Offline
                                  alba26
                                  wrote on last edited by
                                  #19

                                  Wow i think that's a great idea just keep going my friend

                                  Ich schreibe einen blog uber Australia. Klicken sie [url=http://www.visit-australia-guide.de]hier[/url] es zu sehen

                                  1 Reply Last reply
                                  0
                                  • S Offline
                                    S Offline
                                    Sfiet_Konstantin
                                    wrote on last edited by
                                    #20

                                    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 :)

                                    1 Reply Last reply
                                    0
                                    • C Offline
                                      C Offline
                                      CreMindES
                                      wrote on last edited by
                                      #21

                                      Looks good at first glance, I'll try to contribute to this article as much as my freetime will allow.

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        Sfiet_Konstantin
                                        wrote on last edited by
                                        #22

                                        BTW, I suck at english language, please correct me !

                                        1 Reply Last reply
                                        0
                                        • sierdzioS Offline
                                          sierdzioS Offline
                                          sierdzio
                                          Moderators
                                          wrote on last edited by
                                          #23

                                          No problem there, I will occasionally check :) Just bump this topic from time to time to refresh my memory :D

                                          (Z(:^

                                          1 Reply Last reply
                                          0

                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved