Re: [Interest] videoPlayer crashed

2012-02-18 Thread R. Reucher
It might help to provide a stack-trace... anyway, it could just be the back- end that's crashing (DirectShow 9 on Windows) due to missing or bad codecs... I've had good results with the "Windows 7 Codec Pack" so far: http://www.windows7codecs.com/ HTH, Ren?? On Saturday 18 February 2012 11:54:5

Re: [Interest] Re : Re : QLineEdit "stretch" in QHBoxLayout using designer

2012-02-18 Thread Nikos Giotis
>3. Select both and then select Form -> Lay Out Horizontally from the >main menu of Designer This creates a layout with your two widgets as its children. This layout you have just created has not been set as the layout of your QMainWindow subclass. The solution is real easy, just select your centr

[Interest] Re : Re : QLineEdit "stretch" in QHBoxLayout using designer

2012-02-18 Thread BOUCARD Olivier
Sorry but if he has laid out the main window as he said, the layout is no floating. > > De : Alex Malyushytskyy >À : Qt Interest List >Envoyé le : Samedi 18 février 2012 0h34 >Objet : Re: [Interest] Re : QLineEdit "stretch" in QHBoxLayout using designer > >N

[Interest] videoPlayer crashed

2012-02-18 Thread Brian Li
Dear all: I'm learning to use the Phonon in QT, followed up some examples in the help document to setup one VideoPlayer, but when running this programe, it always crashed, the example is so simple I don't known where is wrong. #include #include #include int main(int argc, char *argv[]) {