Results 1 to 5 of 5

Thread: default popup of menubar / mainwindow

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    90
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: default popup of menubar / mainwindow

    i found that problem is raised from
    Qt Code:
    1. MainWindow::MainWindow(QWidget *parent)
    2. : QMainWindow(parent), ui(new Ui::MainWindow)
    3. {
    4. ui->setupUi(this);
    5. ui->menuView->installEventFilter(this);
    6. //does not work: ui->menuView->installEventFilter(parent);
    7. //does not work: ui->menuView->installEventFilter(ui->menuView);
    8. }
    To copy to clipboard, switch view to plain text mode 
    Last edited by navid; 10th December 2009 at 17:41.

Similar Threads

  1. mainwindow menubar setChecked
    By hvw59601 in forum Qt Programming
    Replies: 1
    Last Post: 31st October 2007, 18:11
  2. Replies: 1
    Last Post: 11th September 2007, 13:34
  3. Menubar in mainwindow form
    By Draximillian in forum Qt Tools
    Replies: 5
    Last Post: 13th April 2006, 02:26

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.