Page 2 of 2 FirstFirst 12
Results 21 to 27 of 27

Thread: Basic Qt4 tutorial needed

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Basic Qt4 tutorial needed

    Quote Originally Posted by pthomas
    ... snip ...
    Any kind souls out there?
    Paul
    You may think me not so kind after you read this, but here is what I wrote to introduce other programmers around here to QT4 and C++.

    When you read it, remember that it is about the FIRST C++/QT4 app I ever wrote. I've attached it as a "bz2" file but after you download it rename it and give it a ".zip" extension because it is a zip file.
    HOWTO_html_zip.bz2
    Note: "bz2" file updated on 1/31/2005 with GPL msg and converted to an HTML file, then reloaded because the zip contained only the images, not the html. Everything should be ok now.
    Last edited by GreyGeek; 31st January 2006 at 21:21. Reason: HTML version with Chicken Blood's Edits.

  2. #2
    Join Date
    Feb 2006
    Posts
    9
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: Basic Qt4 tutorial needed

    Hi I have a doubt about the new building system using QT designer 4

    In QT3 the tutorial about qt designer talk about a first app using qt designer.
    In there you designe a form then you creat a form_ui.h in there you put the slot definitions.
    Then create a main.cpp
    and then qmake form.pro -o Makefile
    and make

    but in QT4 i design a form and then what files i need to do and what files the qmake do.?

    for example i am using de calculatorform.ui and then what i need to do.

    I use QT3 designer sucessfully. But i am lost using the new version.

    I mean no the function of the designer itself.
    So the question is.
    how to make my hello world program using QTdesigner.?

    I put these question here because i think that this title is de best for my question.
    Last edited by askot; 15th February 2006 at 10:32.

  3. #3
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Basic Qt4 tutorial needed

    Quote Originally Posted by askot
    Hi I have a doubt about the new building system using QT designer 4

    In QT3 the tutorial about qt designer talk about a first app using qt designer.
    In there you designe a form then you creat a form_ui.h in there you put the slot definitions.
    Then create a main.cpp
    and then qmake form.pro -o Makefile
    and make

    but in QT4 i design a form and then what files i need to do and what files the qmake do.?

    for example i am using de calculatorform.ui and then what i need to do.

    I use QT3 designer sucessfully. But i am lost using the new version.

    I mean no the function of the designer itself.
    So the question is.
    how to make my hello world program using QTdesigner.?

    I put these question here because i think that this title is de best for my question.
    Try the new Qt 4 Edition of the Independent Qt Tutorial. You can find it here: http://qt4.digitalfanatics.org/tiqt .

  4. #4
    Join Date
    Jan 2006
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Basic Qt4 tutorial needed

    i am looking for the same : qt4 seems to be "closed" for beginners...
    i think because there is some money to make...
    for experts
    i can make a slider with qt4 but it's a "factory gaz" apps
    i am trying to translate qt3 apps to qt4 a hard work...


    Quote Originally Posted by pthomas View Post
    Something that I would love to see would be a tutorial showing how to make a basic dialog ( .ui) and use it like the majority of us will probably program.

    In other words, I think it would be really helpful to myself and many others who wish to start learning Qt4 (not Qt3) with a tutorial using the latest Kdevelop (3.3.x) with the embedded Qt4 Designer. Or even just a dialog with the designer and then how to include it and use it in the source and make a custom slot.

    Like if someone could provide details on how to create this:
    http://doc.trolltech.com/4.1/tutorial-t5.html
    by creating the dialog in Kdevelop's embedded Qt4 Designer and show how to make a custom slot and use the *.ui file, I think that would greatly help many of us out.

    Simply providing the finished source files isn't very helpful. The step that I think most of us are stuck on is getting from the dialog created in the designer ( .ui) to how to use it code wise.

    Any kind souls out there?
    Paul

Similar Threads

  1. QtScript basic tutorial
    By thomir in forum Qt Programming
    Replies: 2
    Last Post: 2nd April 2013, 04:17

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
  •  
Qt is a trademark of The Qt Company.