Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Dmitry Volosnykh
Igor, as far as I can see form documentation QCommandLineParser is able to support commands too. For example, see http://doc.qt.io/qt-5/qcommandlineparser.html#clearPositionalArguments. How does you library compare to just mentioned functionality? If it does something more and/or better, have you

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-26 Thread rpzrpz...@gmail.com
On 1/25/2016 10:04 PM, Thiago Macieira wrote: On Monday 25 January 2016 20:01:15 rpzrpz...@gmail.com wrote: Gunnar: Just because something is linked to ICU dlls does not mean that those dlls are required. Dependency walker only shows linkage, not necessity. Indeed you're right: it does not

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Nikos Chantziaras
On 25/01/16 13:48, Igor Mironchik wrote: Hello guys, I'm glad to present QtArg version 2.0.0 In new version were * implemented commands in command line, * improved hierarchy of argument classes, * improved help system, * improved syntax, * fixed different issues. Maybe it would be

[Interest] Displaying virtual keyboard in QWebEngine

2016-01-26 Thread Tom Isaacson
We have an app using Qt 4.8.2 that uses QWebKit to display a website. When the user clicks on a text field we bring up a virtual keyboard (our own iplementation) so they can enter text. But we can't figure out how to do this in Qt5. Are there any examples? We're currently using Qt 5.5.1 but

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Ben Lau
On 26 January 2016 at 19:52, Igor Mironchik wrote: > Hi, > > On 26.01.2016 14:11, Nikos Chantziaras wrote: > >> On 25/01/16 13:48, Igor Mironchik wrote: >> >>> Hello guys, >>> >>> I'm glad to present QtArg version 2.0.0 >>> >>> In new version were >>> >>> *

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Igor Mironchik
On 26.01.2016 15:00, Ben Lau wrote: On 26 January 2016 at 19:52, Igor Mironchik > wrote: Hi, On 26.01.2016 14:11, Nikos Chantziaras wrote: On 25/01/16 13:48, Igor Mironchik wrote: Hello guys,

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Igor Mironchik
Hi, On 26.01.2016 14:11, Nikos Chantziaras wrote: On 25/01/16 13:48, Igor Mironchik wrote: Hello guys, I'm glad to present QtArg version 2.0.0 In new version were * implemented commands in command line, * improved hierarchy of argument classes, * improved help system, * improved

[Interest] Qt component repositories (was: Re: QtArg version 2.0.0)

2016-01-26 Thread André Somers
Op 26/01/2016 om 13:00 schreef Ben Lau: Moreover, will you consider to publish your library on qpm.io ? What's the difference between qpm.io and inqlude.org? André ___ Interest mailing list Interest@qt-project.org

[Interest] About building opengl32sw.dll

2016-01-26 Thread Kimmo Karvinen
Hi, I've built the opengl32sw.dll with the instructions in the Qt Wiki https://wiki.qt.io/Cross_compiling_Mesa_for_Windows When running an application with the QT_OPENGL=software I always get a dialog that says that it failed to create a OpenGL context. I've also tried with the prebuilt

[Interest] Stacked area chart and chart orientation in Qt Charts

2016-01-26 Thread Elvis Stansvik
Hi all, I noticed that Qt Charts has a stacked bar chart, but no stacked area chart like this: http://www.highcharts.com/demo/area-stacked Though you could of course compose one of multiple area charts yourself. But doesn anyone know if there's API planned for simplifying working with

[Interest] [SOLVED] QSystemTrayIcon under OS X

2016-01-26 Thread Bob Hood
Found it. Need to add: LSUIElement to the Info.plist for the application, and it hides the launcher presence and the system menu. The task tray icon still displays. On 1/26/2016 3:18 PM, Bob Hood wrote: Hey, guys. I have a small "helper" Qt application that just adds an icon

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Dmitry Volosnykh
>From what I see by the moment, QtArg usage help message displays list of supported commands with all the details on using them, while QCommandLineParses provides context dependant usage messages. For example, at the top level it may list supported commands (not sure if it can provide commands'

Re: [Interest] Qt component repositories

2016-01-26 Thread Dmitry Volosnykh
Igor, inqlude should provide mentioned functionality, too. See http://inqlude.org/get.html On Tue, Jan 26, 2016 at 4:01 PM Igor Mironchik wrote: > > > On 26.01.2016 15:24, André Somers wrote: > > > > Op 26/01/2016 om 13:00 schreef Ben Lau: > > > > Moreover, will you

Re: [Interest] Qt component repositories (was: QtArg version 2.0.0)

2016-01-26 Thread Jason H
> What's the difference between qpm.io and inqlude.org? I use neither, but it looks like qpm.io is a npm-style site that uses a package manager to do the downloading for you. NPM is highly successful. With node, you have package.js in the project root that lists your dependencies and their

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Igor Mironchik
On 26.01.2016 16:31, Dmitry Volosnykh wrote: From what I see by the moment, QtArg usage help message displays list of supported commands with all the details on using them, while QCommandLineParses provides context dependant usage messages. For example, at the top level it may list supported

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-26 Thread Bob Babcock
Koehne Kai wrote in news:db3pr02mb234cb67218a0ca98b8f9948e1...@db3pr02mb234.eurprd02.prod.out look.com: > Finally, if you target Windows versions older than Windows 7, you'll > loose numeric string collation. > > In summary, most people won't notice :) I nominally

Re: [Interest] How to get number of channels from QAudioDeviceInfo

2016-01-26 Thread Jason H
> In the application am writing I can work around not being able to detect the > actual number of channels on a device but I do need to be able to send sound > data independently to each channel. Is this possible with Qt? I have no idea. You're looking at the code. My guess is no, that you'll

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-26 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Bob > Babcock > Sent: Tuesday, January 26, 2016 8:50 AM > To: interest@qt-project.org > Subject: Re: [Interest] Minimal MSVC-built ICU DLLs available for download > > Koehne Kai

Re: [Interest] Qt component repositories

2016-01-26 Thread Ben Lau
I have tried to use inqlude command line client but I could only use the "download" function. I don't know which library is "installable". If I understand correctly, inqlude is a tool to download and install library to system. Then its concept is different than qpm. qpm manages the library

[Interest] CppNow Call For Submissions 2016

2016-01-26 Thread charleyb123 .
The Call For Submissions for the CppNow conference (May 9-14, 2016) in Aspen, CO will close this Friday (Fri-29-Jan). This is an intimate C++ conference with great minds, including many Qt users, and past speakers have come from the Qt community. Consider attending, and/or submitting a talk.

[Interest] QCompleter and keys beginning with @

2016-01-26 Thread helferthomas
Hi, I am using the QTextExit class with QCompleter. I have a domain specific languages whose keywords begins with @. I can't get QCompleter to work with such keywords. More precisely, if I use the following code: this->c = new QCompleter(QStringList() << "test" << "@Test",); I get completion

Re: [Interest] [Qt3D] Cylinder Mesh Mod Problem

2016-01-26 Thread Andy
As I was looking into this, I noticed that in CylinderVertexDataFunctor::operator() (in qcylindergeometry.cpp), we have this: const int verticesCount = (m_slices + 1) * m_rings + 2 * (m_slices + 1) + 2; which is used to create the vertex data for the sides + end discs. But in

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Igor Mironchik
Hi, On 26.01.2016 15:21, Dmitry Volosnykh wrote: Igor, as far as I can see form documentation QCommandLineParser is able to support commands too. For example, see http://doc.qt.io/qt-5/qcommandlineparser.html#clearPositionalArguments. How does you library compare to just mentioned

Re: [Interest] Getting QImages into QMediaRecoder to create video files (e.g. avi, mp4, or animated gif)?

2016-01-26 Thread Phil Weinstein
Unfortunately, Qt commercial license support folks are confirming that, currently (as of Qt 5.6), there is no way to get a sequence of programmatically generated QImages (e.g. renders from an application QWidget) into the QMediaRecorder class. ("There is no API for that"). Related -- they

Re: [Interest] Qt component repositories

2016-01-26 Thread Jaroslaw Staniek
On 26 January 2016 at 16:11, Ben Lau wrote: > > I have tried to use inqlude command line client but I could only use the > "download" function. I don't know which library is "installable". If I > understand correctly, inqlude is a tool to download and install library to >

Re: [Interest] Getting QImages into QMediaRecoder to create video files (e.g. avi, mp4, or animated gif)?

2016-01-26 Thread Jason H
Well your QImages are going to display device optimized, your video needs to be YUV (or some other video format) There exists a multitude of utlities that can take images and use them as frames. FFMPeg is one. GraphicsMagick (Like ImageMagick but MIT licensed) is another.  Availible as exe or

Re: [Interest] Qt component repositories

2016-01-26 Thread Jason H
> The most helpful initiatives for Qt is the one that de-fragments it. Qt > community isn't big enough to cut it into pieces... I completely agree. We are too small to be fragmented. We should resolve this sooner than later. I also like the idea that it gets carried forth by an organization -

[Interest] QSystemTrayIcon under OS X

2016-01-26 Thread Bob Hood
Hey, guys. I have a small "helper" Qt application that just adds an icon to the Windows task tray, and manages the life cycle of a process intended to run in the background. This "helper" is just a convenient interface for the user. It works fine under Windows. Appears in the task tray,

Re: [Interest] Qt component repositories (was: Re: QtArg version 2.0.0)

2016-01-26 Thread Cornelius Schumacher
On Tuesday 26 January 2016 13:24:26 André Somers wrote: > Op 26/01/2016 om 13:00 schreef Ben Lau: > > Moreover, will you consider to publish your library on qpm.io > > ? > > What's the difference between qpm.io and inqlude.org? qpm is a package manager, so it is able to build

Re: [Interest] Qt component repositories

2016-01-26 Thread Jaroslaw Staniek
On 26 January 2016 at 22:16, Jason H wrote: > > The most helpful initiatives for Qt is the one that de-fragments it. Qt > community isn't big enough to cut it into pieces... > > > I completely agree. We are too small to be fragmented. We should resolve > this sooner than later. I

Re: [Interest] TextField QML auto keyboard hiding/lose focus on touch events

2016-01-26 Thread mark diener
Gian: Ok, I wanted to share my solution since you kindly offered a suggestion a day or two ago. 1) Create an C++ function: Q_INVOKABLE void gregister(QObject* goedit) ; 2) Store the QObject away some where for access ONLY on the GUI thread. 3) For controls that I want to LOSE focus when click

Re: [Interest] QtArg version 2.0.0

2016-01-26 Thread Igor Mironchik
Hi, On 26.01.2016 15:21, Dmitry Volosnykh wrote: Igor, as far as I can see form documentation QCommandLineParser is able to support commands too. For example, see http://doc.qt.io/qt-5/qcommandlineparser.html#clearPositionalArguments. How does you library compare to just mentioned

Re: [Interest] Qt component repositories

2016-01-26 Thread Igor Mironchik
On 26.01.2016 15:24, André Somers wrote: Op 26/01/2016 om 13:00 schreef Ben Lau: Moreover, will you consider to publish your library on qpm.io ? What's the difference between qpm.io and inqlude.org? As I understood on inqlude.org you can look at the web page and