Results 1 to 3 of 3

Thread: phonon does't work fine in debian/kubuntu/ubuntu

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    1

    Default phonon does't work fine in debian/kubuntu/ubuntu

    Hi,
    I have a application that a video playing and some text's scrolling in
    bottom, in windows and fedora works fine...
    but on gnu/linux debian/kubuntu/ubuntu the video can't resize

    part of code
    Qt Code:
    1. mediaObject = new MediaObject(this);
    2. videoWidget = new VideoWidget(this);
    3. createPath(mediaObject, videoWidget);
    4.  
    5. connect(mediaObject, SIGNAL(hasVideoChanged(bool)), videoWidget,
    6. SLOT(setVisible(bool)));
    7.  
    8. videoWidget->resize(desktopWidth, desktopHeight-70);
    9. videoWidget->hide();
    10. videoWidget->move(0, 0);
    11. videoWidget->setAspectRatio(VideoWidget::AspectRatioWidget);
    To copy to clipboard, switch view to plain text mode 

    well... I know that this is not bug of the QT.
    can anyone help me?
    Attached Images Attached Images
    Last edited by jpn; 4th October 2008 at 20:05. Reason: missing [code] tags

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.