Results 1 to 2 of 2

Thread: adopt Qt example wiggly in MainWindow.ui

  1. #1
    Join Date
    Apr 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default adopt Qt example wiggly in MainWindow.ui

    Hi all!

    I am kind of new with qt 4.6.2 .

    I want to create wiggly using MainWindow.ui from Qt example code. I'm a little confused because the example program is not a form (UI). Is that possible for me to create wiggly in MainWindow.ui ? What should i do ?

    Thank you very much

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: adopt Qt example wiggly in MainWindow.ui

    Step 1: Get a good C++ book and start reading and experimenting

    Step 2: Now that you have an idea what Object Oriented Programming and C++ is, try to add the wiggly widget to your main window

    You just copy and paste the WigglyWidget class to your project, create a new WigglyWidget object and add it to your main window (either as a central widget, or a widget in a layout somewhere)

Similar Threads

  1. Example of wiggly red-line in QTableView
    By liversedge in forum Qt Programming
    Replies: 5
    Last Post: 28th July 2010, 07:15
  2. MainWindow
    By amagdy.ibrahim in forum Newbie
    Replies: 6
    Last Post: 14th June 2008, 14:12
  3. MainWindow Menu bug in Qt 4.2.3?
    By No-Nonsense in forum Qt Programming
    Replies: 4
    Last Post: 11th March 2007, 11:47
  4. What's the best way to implement a MainWindow
    By darkadept in forum Qt Programming
    Replies: 5
    Last Post: 5th February 2007, 17:46
  5. mainwindow does not refresh
    By edb in forum Qt Programming
    Replies: 22
    Last Post: 25th January 2006, 16:42

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.