[Qt-jambi-interest] QFileDialog problem

2008-06-03 Thread Sahar Payandeh
I have got too large list of filter file , and I don't want to show these names in getOpenFileName.I just want to add the option of All Supported File(All Files) to that and user will be seen all supported file (not all file) to select. Am I clear? How I can use 'setFilter' in order to accomplish

Re: [Qt-jambi-interest] QFileDialog problem

2008-06-03 Thread Eskil Abrahamsen Blomfeldt
Sahar Payandeh wrote: I have got too large list of filter file , and I don't want to show these names in getOpenFileName.I just want to add the option of All Supported File(All Files) to that and user will be seen all supported file (not all file) to select. Am I clear? How I can use

[Qt-jambi-interest] QXmlStreamReader

2008-06-03 Thread Dawid Sip
Hi, I failed to read the C++ doc about QXmlStreamReader and understand how this should work. On the internet there simply isn't any help about qt-jambi and QXmlStreamReader so i have to resort to You. I want to read and print out the para tagged contents of my file: ?xml version=1.0? Objects

Re: [Qt-jambi-interest] QXmlStreamReader

2008-06-03 Thread Eskil Abrahamsen Blomfeldt
Dawid Sip wrote: Hi, I failed to read the C++ doc about QXmlStreamReader and understand how this should work. On the internet there simply isn't any help about qt-jambi and QXmlStreamReader so i have to resort to You. I want to read and print out the para tagged contents of my file: ?xml

Re: [Qt-jambi-interest] QXmlStreamReader

2008-06-03 Thread Dawid Sip
Hi Eskil, ok, my bad with the constructor, but the docs were saying so little.. Thanks a lot for pointing me to the new docs for qt-jambi 4.4. This will surely help. Dave Dawid Sip wrote: Hi, I failed to read the C++ doc about QXmlStreamReader and understand how this should work. On the