Results 1 to 3 of 3

Thread: How do I get started?

  1. #1
    Join Date
    Mar 2007
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X

    Default How do I get started?

    Hi

    Im a Java programmer completly new to QT. I tried to follow the turorials in the help system, and ofcourse I can create forms and what not, but there are some essential point Im missing. For the record, Im using Mac OS X.

    Can I "only" make forms/dialogs with QT designer? I cant make complete C++ projects with it?

    How do I get to write some actual code in the different events/slots? Is there a good tutorial for this?

    So far I just have a IDE to create pretty forms in that do nothing, so please help

    Best regards
    Søren

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How do I get started?

    Quote Originally Posted by neigaard View Post
    Can I "only" make forms/dialogs with QT designer?
    No, it's an option, not a requirement.

    I cant make complete C++ projects with it?
    Designer is only meant to design widgets. Then you have to write some code that uses the design to create an application.

    How do I get to write some actual code in the different events/slots? Is there a good tutorial for this?
    Look into our wiki and links section.

    So far I just have a IDE to create pretty forms in that do nothing, so please help
    Designer is not an IDE.

  3. #3
    Join Date
    Feb 2007
    Posts
    7
    Thanked 3 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How do I get started?

    The begining of a Qt4 book:
    www.mechta34.com/it/qt4
    GUI, Model/View, Databases tables and so on...

Similar Threads

  1. Replies: 10
    Last Post: 7th April 2006, 18:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.