[Interest] Drag & Drop between QTreeWidgets

2016-02-06 Thread Thomas Sevaldrud
Hi, In my application I have two QTreeWidgets, and I need to drag items from one of them to the other. I am not copying or moving actual QTreeWidgetItems, this operation simply indicates that I want to add an item in the destination widget with values taken from the selected item in the source

Re: [Interest] Drag & Drop between QTreeWidgets

2016-02-06 Thread Thomas Sevaldrud
A little update; I made it work by overriding the dropMove() event and accepting it. When I did this it works, regardless of the dragDropMode. Not sure I understand how and why, but as long as it works, I guess I'm happy :-) On Sat, Feb 6, 2016 at 1:35 PM, Thomas Sevaldrud

[Interest] New release of my SpellChecker Plugin for QtCreator 3.6

2016-02-06 Thread Carel Combrink
Dear Qt Interests users. I have just uploaded a new release of my SpellChecker plugin for Qt Creator 3.6. The release contains binaries for both Windows and Ubuntu (x64). For more information on the plugin, please see the GitHub page of the project @

[Interest] QtWebengine examples fail with 5.6 beta

2016-02-06 Thread Glenn Ramsey
Hi, When attemting to run any of the examples in qtwebengine\examples\webenginewidgets the program crashes and I see the following in debug.log: [0207/153930:FATAL:icu_util.cc(230)] Check failed: result. How do I run these examples (fancybrowser, demobrowser or markdowneditor)? This is with Qt

Re: [Interest] [Development] Setup CI service

2016-02-06 Thread Ben Lau
On 6 February 2016 at 18:15, Ben Lau wrote: > > > On 5 February 2016 at 18:50, Ben Lau wrote: > >> >> >> On 5 February 2016 at 17:25, Ben Lau wrote: >> >>> >>> >>> On 28 January 2016 at 18:31, Koehne Kai >>>

Re: [Interest] [Development] Setup CI service

2016-02-06 Thread Ben Lau
On 5 February 2016 at 18:50, Ben Lau wrote: > > > On 5 February 2016 at 17:25, Ben Lau wrote: > >> >> >> On 28 January 2016 at 18:31, Koehne Kai >> wrote: >> >>> >>> You can pass a control script also to an existing installer,

Re: [Interest] qt.labs.samples

2016-02-06 Thread Nurmi J-P
> On 06 Feb 2016, at 11:12, ekke wrote: > > Hi, > > found this qt.labs.controls sample in the docs > > https://doc-snapshots.qt.io/qt5-5.6/qtlabscontrols-gallery-example.html > > unfortunately it isn't part of the examples as described in the document > > have

[Interest] qt.labs.samples

2016-02-06 Thread ekke
Hi, found this qt.labs.controls sample in the docs https://doc-snapshots.qt.io/qt5-5.6/qtlabscontrols-gallery-example.html unfortunately it isn't part of the examples as described in the document have installed: Qt 5.6 Beta for Android and iOS Qt Creator 3.6.0 also I'm wondering why inside a