Results 1 to 20 of 27

Thread: Basic Qt4 tutorial needed

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Basic Qt4 tutorial needed

    Qt Designer+Qt Assistant+Qt Linguist+Kdevelop

  2. #2
    Join Date
    Jan 2006
    Posts
    46
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Basic Qt4 tutorial needed

    to pthomas:
    Here you can find a good explanation of changes in .ui files.

    For coding you can still using KDevelop and manage .pro files by hand or by qmake if you rather prefer.
    About subclassing ui, you can run uic by hand on the .ui file like:
    Qt Code:
    1. uic somefile.ui >somefile.h
    To copy to clipboard, switch view to plain text mode 
    and then use the header generated file as a normal file with a parent class definition.

    Hope it helps.
    Kandalf
    There's no place like ~

  3. #3
    Join Date
    Jan 2006
    Location
    Athens-Greece
    Posts
    15
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Basic Qt4 tutorial needed

    I use KDevelop in linux and Code::blocks under windows.

    You can find my first Qt4 successfull attempt in creating a simple dialog with designer and add two buttons and custom slots.

    http://www.qtcentre.org/forum/showpo...4&postcount=27

    Hope this helps
    If there weren't noobs there would be no experts

  4. #4
    Join Date
    Jan 2006
    Posts
    105
    Thanks
    21
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Basic Qt4 tutorial needed

    i found this imho very good book:
    http://cartan.cas.suffolk.edu/moin/O...page=main.html

    it probably could help you
    (however it doesn't contain designer)

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.