Results 1 to 5 of 5

Thread: Qt as only Gui Module (QMainWindow Params)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3

    Default Re: Qt as only Gui Module (QMainWindow Params)

    I`ve trying to do this and can`t do it could you give me an example? please,
    Default constructor has QWidget param which i cannot create and send beacuse its private, the only way to create mainwindow is

    MainWindow w;

    when i use new, i can`t send ptr to QWidget, which is used in QMainWindow class constructor as parent. I didnt manage to made MainWindow object using "new" operator and cannot made good constructor with addinational param pls help
    Last edited by radex99; 30th August 2010 at 16:47.

Similar Threads

  1. QMainWindow as a child of QMainWindow
    By Elder Orb in forum Qt Programming
    Replies: 8
    Last Post: 12th February 2011, 21:31
  2. Qt Svg Module
    By onurozcelik in forum Qt Programming
    Replies: 5
    Last Post: 14th March 2010, 06:47
  3. Zip module for Qt
    By arpspatel in forum Qt Programming
    Replies: 1
    Last Post: 28th October 2009, 06:34
  4. SVG module
    By mind_freak in forum Qt Programming
    Replies: 6
    Last Post: 21st August 2009, 05:01
  5. SQL-Module
    By phil_ in forum Newbie
    Replies: 7
    Last Post: 22nd January 2006, 16:24

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.