Results 1 to 20 of 22

Thread: QuickTime API

Hybrid View

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

    Default Re: QuickTime API

    Thanks for the reply.
    But on using this , Still "X" is dissabled, Is some flags to be set
    Always Believe in Urself
    Merry

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

    Default Re: QuickTime API

    Using QDialog.exec() Still "All the three buttons are disabled" on the upper Left corner, that
    is (x) (-) & (+).

    Please tell me what should i do,

    Regards
    Merry
    Always Believe in Urself
    Merry

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QuickTime API

    Could you compile and run the following test application?
    Qt Code:
    1. // main.cpp
    2. #include <QtGui>
    3.  
    4. int main(int argc, char* argv[])
    5. {
    6. QApplication a(argc, argv);
    7. return d.exec();
    8. }
    To copy to clipboard, switch view to plain text mode 
    Does it look like you want?
    J-P Nurmi

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

    Default Re: QuickTime API

    Thanx 4 the reply

    I had run the application , and i got the result this , No I dont want this , I want close button (X) at the top should be visible.

    Regards
    Merry
    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.