Results 1 to 20 of 22

Thread: QuickTime API

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Join Date
    Jan 2007
    Posts
    326
    Qt products
    Qt4
    Platforms
    MacOS X
    Thanks
    42
    Thanked 1 Time in 1 Post

    Default Re: QuickTime API

    Hi

    Run your application via debugger and see the backtrace. Don't try to guess the reason. Use available tools to conclude the reason.
    Really , i am not guessing.

    Actually , I already told you that I am having a Widget , in Which there is a QTreeWidget, and when i double click on the QTreeWidgetItem ,i make the moviePlayer widget visible,
    To set the moviePlayer widget modality , I use

    moviePlayerwidget->setModality(QApplication::Modal)
    due to which the Close button on the upperLeft corner dissapears. and for closing the moviePlayerwidget, I use

    connect(btn_close, SIGNAL(clicked()), this, SLOT(close()));
    , using this
    the process crashes.

    But , if I wont set the modality , then the Close button on the upperLeft corner is visible,

    and when i use Close button on the upperLeft corner to close, It not crashes,

    I dont understand the difference between the two closes ,

    Or

    Tell me the other alternative , that without setting the modality ,moviePlayerWidget comes over the other widget. , because If I wont set the modality of moviePlayerWidget, It comes behind the other widget.

    Hope so now you understand my problem.

    Thanx
    Attached Images Attached Images
    Always Believe in Urself
    Merry

Similar Threads

  1. [MAC] Quicktime Widget
    By dlpnet in forum Qt Programming
    Replies: 3
    Last Post: 29th January 2008, 11:30
  2. Replies: 7
    Last Post: 28th January 2007, 11:07

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.