[SailfishDevel] Package dependencies

2015-02-17 Thread Андрей Пенкрат
Hi I need some help with setting dependencies for my app. It plays h264 encoded video (video type 'video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true') from m3u playlist through Video QML component. I suppose I need

Re: [SailfishDevel] Package dependencies

2015-02-17 Thread Mohammed Hassan
On Tue, Feb 17, 2015 at 08:58:46PM +0400, Андрей Пенкрат wrote: Hi I need some help with setting dependencies for my app. It plays h264 encoded video (video type 'video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true') from m3u playlist through

Re: [SailfishDevel] Problem with SearchField hiding and clearing on text entry

2015-02-17 Thread Krisztian Olah
Hi Tadeusz, Although Qt docs don't mention it specifically, I suspect that QSqlTableModel's setFilter method resets the model causing the attached views redrawing themselves, including their headers. You clould use a QSortFilterProxyModel which would not reset upon setting its filter, resulting