Results 1 to 2 of 2

Thread: Qt-4.3 Designer programming

  1. #1
    Join Date
    Feb 2008
    Posts
    1
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Qt-4.3 Designer programming

    Hi, i am new to QT .Please give me example wi program using QT4.3 designer, with compiling steps and also how to use signals and slot in Qt4.3, should we must creat *.cpp and *.h file be created manually?,

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: Qt-4.3 Designer programming

    Welcome to the forum and Qt.
    You should really start by reading the docs, since they are very good, and most of your questions here are answered in the docs.
    lease give me example wi program using QT4.3 designer
    From Qt4, designer is only a UI design tool, you do not program with it.
    About using designer, read the this.
    with compiling steps
    Do you mean general compiling C++, or Qt specific?
    If you mean C++, then I would suggest that you let go of Qt for now, and learn C++ first.
    If its Qt you mean, read this.
    and also how to use signals and slot in Qt4.3,
    Here you go.
    should we must creat *.cpp and *.h file be created manually?,
    What do you mean by that?
    You have to code... Qt is a UI library, not a "autogen" tool....

    Also, we have a very nice wiki, have a look there too.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. QT Designer? Coding by hand?
    By lewis in forum Qt Tools
    Replies: 47
    Last Post: 2nd April 2007, 17:30
  2. Qt Designer & Qt4, connect to my own slot.
    By geitosten in forum Newbie
    Replies: 2
    Last Post: 17th February 2007, 20:22
  3. Replies: 13
    Last Post: 15th December 2006, 12:52
  4. Designer crashes when selecting some widgets
    By gwendal in forum Qt Tools
    Replies: 4
    Last Post: 21st July 2006, 14:18
  5. Adding slots in Designer
    By jamos in forum Qt Tools
    Replies: 5
    Last Post: 19th May 2006, 00:28

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.