[Interest] PDF/ print out creation in Qt5.4?

2014-12-18 Thread Jason H
I've not done a print out since 4.2. I'm wondering what's different about today? I heard printsupport was to use go an overhaul, what's the status on that? I do know that PDF creation is included now. I'm looking to create PDFs on a headless server. Can I use Webkit to do layout using h

Re: [Interest] QML draw strings with emojis

2014-12-18 Thread John Weeks
I wonder if your problem is related to this bug: https://bugreports.qt-project.org/browse/QTBUG-40549. It has been fixed for the release 5.4.0. John Weeks WaveMetrics, Inc. Phone (503) 620-3001 Fax (503) 620-6754 email supp...@wavemetrics.com > On Dec 18, 2014, at 3:02 PM, Bo Thorsen wro

Re: [Interest] QML draw strings with emojis

2014-12-18 Thread Ian Monroe
On Thu, Dec 18, 2014 at 3:02 PM, Bo Thorsen wrote: > > Hi everyone, > > I have a request that I don't know how to fix. I hope one of you can > give me a bit of help this time. > > I have an application that gets a string from the net and show it on the > screen. The string can contain emojis, so t

[Interest] QML draw strings with emojis

2014-12-18 Thread Bo Thorsen
Hi everyone, I have a request that I don't know how to fix. I hope one of you can give me a bit of help this time. I have an application that gets a string from the net and show it on the screen. The string can contain emojis, so the users would like to have those drawn the right way. This is

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
Forget it! I found it! :) ./qtquickcontrols/src/controls/Slider.qml > On 18 Dec 2014, at 10:57, Rutledge Shawn > wrote: > > > On 18 Dec 2014, at 10:16, Nuno Santos wrote: > >> Shawn, >> >> If you mean using a MultiPointTouchArea to implement a custom slider, that >> was what I have alread

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
Shawn, Great! Thanks One last question. Where can I find the source of the original Slider from QtQuickControls? I have looked on Src/qtdeclarative but couldn’t find it. Regards, Nuno > On 18 Dec 2014, at 10:57, Rutledge Shawn > wrote: > > > On 18 Dec 2014, at 10:16, Nuno Santos wrote:

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Rutledge Shawn
On 18 Dec 2014, at 10:16, Nuno Santos wrote: > Shawn, > > If you mean using a MultiPointTouchArea to implement a custom slider, that > was what I have already done and it works. > > But, let me understand if I missed something: > > Is there anyway of using QtQuickControls Slider with MultiPo

[Interest] Tree model filtering with QCompleter

2014-12-18 Thread Clément Geiger
Hi, I'm implementing a basic completer for a code editor. One of the things that can completed is a path-like string, for instance "Perception/Persons/4352". I have the completer working just fine when the model nodes are "Perception", "Persons" and "4352", but I wanted to experiment and try to i

[Interest] QtQuick not usable on Windows tablet computers? (Was: Virtual keyboard)

2014-12-18 Thread Helmut Mülner
It looks like QtQuick on Windows table computers is severly broken: Automatic popup of the virtual keyboard does not work. But it works with QWidgets and QML System Dialogs. I tried to hack around the issue by calling C++-Code to show/hide the keyboard (using FindWindow and PostMessage) in onActiv

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
Shawn, If you mean using a MultiPointTouchArea to implement a custom slider, that was what I have already done and it works. But, let me understand if I missed something: Is there anyway of using QtQuickControls Slider with MultiPointTouchArea? Regards, Nuno > On 18 Dec 2014, at 09:10, Rutl

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Rutledge Shawn
On 17 Dec 2014, at 17:02, Nuno Santos wrote: > Hi Shawn, > > First of all thanks for your reply. > > As far as I understood, there are a couple of patches ready to integrate and > I could probably integrate them myself on my current Qt. If that is correct, > I really don’t want to change my

Re: [Interest] DragDrop between different processes not working?

2014-12-18 Thread Wilhelm
Am 18.12.2014 um 09:11 schrieb Rutledge Shawn: > > On 18 Dec 2014, at 09:05, Wilhelm wrote: > >> Am 18.12.2014 um 08:44 schrieb Till Oliver Knoll: >>> Am 17.12.2014 um 22:45 schrieb Wilhelm : > ... I can confirm that it works with Qt 5.3.2 (linux). I can drag from my

Re: [Interest] DragDrop between different processes not working?

2014-12-18 Thread Rutledge Shawn
On 18 Dec 2014, at 09:05, Wilhelm wrote: > Am 18.12.2014 um 08:44 schrieb Till Oliver Knoll: >> >>> Am 17.12.2014 um 22:45 schrieb Wilhelm : >>> ... >>> >>> I can confirm that it works with Qt 5.3.2 (linux). I can drag from my >>> test-application to another instance or to e.g. kate, etc

Re: [Interest] DragDrop between different processes not working?

2014-12-18 Thread Wilhelm
Am 18.12.2014 um 08:44 schrieb Till Oliver Knoll: > >> Am 17.12.2014 um 22:45 schrieb Wilhelm : >> >>> ... >> >> I can confirm that it works with Qt 5.3.2 (linux). I can drag from my >> test-application to another instance or to e.g. kate, etc ... That's >> good news. >> >> So, what todo with Qt 5