Re: [Interest] Cannot enable dragging from QAbstractItemModel

2013-10-01 Thread Alex Malyushytskyy
Did you try to set setDragDropMode of the tree view to QAbstractItemView::DragDrop? QAbstractItemView::InternalMove accepts only move operation from itself and does not accept copy. Regards, Alex On Tue, Oct 1, 2013 at 3:33 PM, Etienne Sandré-Chardonnal etienne.san...@m4x.org wrote:

[Interest] Disable Qt Concurrent in 5.1 for simple RTOS

2013-10-01 Thread George Seibert
Hi, Has anyone compiled Qt 5 for a simple RTOS without threading? I'm trying to compile Qt 5.1 for a small in-house RTOS which doesn't have threading. I've tried -no-feature-concurrent, as well as -no-concurrent which isn't understood by configure, but Qt Concurrent is still reported as yes at

Re: [Interest] QSettings possible bug on Windows

2013-10-01 Thread Tony Rietwyk
Hi Alex, It certainly looks like it should be found. It reminds of a security issue where similar looking unicode characters in folder names were used to scam people. Can you hex dump the characters of each entry in your loop? Maybe you have a virus that has done something similar? Or

Re: [Interest] Disable Qt Concurrent in 5.1 for simple RTOS

2013-10-01 Thread Thiago Macieira
On terça-feira, 1 de outubro de 2013 19:12:59, George Seibert wrote: Hi, Has anyone compiled Qt 5 for a simple RTOS without threading? I'm trying to compile Qt 5.1 for a small in-house RTOS which doesn't have threading. I've tried -no-feature-concurrent, as well as -no-concurrent which