Re: [Interest] Problem with QWebEngineView and QWebView

2016-03-31 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Freddy Martinez > Subject: [Interest] Problem with QWebEngineView and QWebView > > [...] > 1. How can I print a QWebEngineView content ?? with QWebView I only > need

Re: [Interest] android and openSSL, google-store is complaining

2016-03-31 Thread maitai
Thanks for your reply We do use SSL in a not-so-important feature of our app (meaning we can probably just remove that feature for the Android app and we won't be using SSL anymore, end of problem). I see from the documentation that qt is built against openSLL, but I didn't really understand

Re: [Interest] android and openSSL, google-store is complaining

2016-03-31 Thread Лагнер , Сергей
2016-04-01 1:43 GMT+06:00 Richard Moore : > > > > On 31 March 2016 at 20:23, maitai wrote: > >> Hello, >> >> Just received a long message from g-play basically saying: >> >> Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as soon as >> possible and increment the version number of the

Re: [Interest] Qml Loader initial property setter

2016-03-31 Thread Shantanu Tushar
Hi, Have you tried using the QML Binding Type? http://doc.qt.io/qt-5/qml-qtqml-binding.html On Thu, Mar 24, 2016 at 11:11 PM, Jérôme Godbout wrote: > Hi, > > I was wondering if I am the only one who found the initial property of a > source based Loader Item a bit annoying. inline sourceComponen

[Interest] Sending QCamera video over network

2016-03-31 Thread Ruan leitão
Hi guys, I already have an application using DirectShow to capture video, FFMPEG to encode it and winSockets to send it over network, I receive this video in other pc to decode and show it. I think that with QT Multimedia module I can do it in a better (and maybe cross platform) way. My initial i

[Interest] doubleClicked on MultiPointTouchArea

2016-03-31 Thread Nuno Santos
Hi, Has anyone here missed the doubleClicked event on MultiPointTouchArea? Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtLinguist Download

2016-03-31 Thread Thiago Macieira
On quinta-feira, 31 de março de 2016 15:03:51 PDT Koehne Kai wrote: > As an alternative, you can also convert the .ts files to a bunch of > alternative formats and back with the help of lconvert. You can also use online translation tools like Transifex. -- Thiago Macieira - thiago.macieira (AT)

Re: [Interest] android and openSSL, google-store is complaining

2016-03-31 Thread Richard Moore
On 31 March 2016 at 20:23, maitai wrote: > Hello, > > Just received a long message from g-play basically saying: > > Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as soon as > possible and increment the version number of the upgraded APK. Beginning > July 11, 2016, Google Play will

[Interest] android and openSSL, google-store is complaining

2016-03-31 Thread maitai
Hello, Just received a long message from g-play basically saying: Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as soon as possible and increment the version number of the upgraded APK. Beginning July 11, 2016, Google Play will block publishing of any new apps or updates that us

Re: [Interest] ts file format / export

2016-03-31 Thread Jason H
Thanks Elvis! > > > It also seems the format allows contexts within contexts, so if you > need the name of all ancestor contexts to the message in your output > (as opposed to just the immediate parent context), you would need to > loop over all context elements along the ancestor axis using some

[Interest] Problem with QWebEngineView and QWebView

2016-03-31 Thread Freddy Martinez
Hi guys... our team is developing an application where we need to show a dynamic report, which its content is writing in HTML using JavaScript to render PieCharts, Tables, etc. My problem is when I try to use QWebView, some kind of features doesn't work, and if I render the same content with QW

Re: [Interest] ts file format / export

2016-03-31 Thread Elvis Stansvik
2016-03-31 18:57 GMT+02:00 Elvis Stansvik : > 2016-03-31 17:14 GMT+02:00 Jason H : >> I find it somewhat confusing that phrases are grouped (nested) in the >> editor, but not in the file: >> >> >> >> ChangePasswordScreen >> >> Passwords do not match >> Passwords do not m

Re: [Interest] ts file format / export

2016-03-31 Thread Elvis Stansvik
2016-03-31 17:14 GMT+02:00 Jason H : > I find it somewhat confusing that phrases are grouped (nested) in the editor, > but not in the file: > > > > ChangePasswordScreen > > Passwords do not match > Passwords do not match > > > At least %n character(s) a

Re: [Interest] SVG gradient not working on some machines

2016-03-31 Thread Elvis Stansvik
Den 31 mar 2016 3:13 em skrev "Larry Martell" : > > On Wed, Mar 30, 2016 at 10:48 AM, Larry Martell wrote: > > I have some HTML that looks like this: > > > > > > > > > x1="0" y1="0" x2="100%" y2="0"> > > > > > >

Re: [Interest] Structuring of QML app as set of interlinked screens for maximum code reuse

2016-03-31 Thread Elvis Stansvik
Den 31 mar 2016 3:10 em skrev "Nikita Krupenko" : > > 2016-03-30 16:17 GMT+03:00 Elvis Stansvik : > > I saw that there's an > > ObjectModel that could have been handy, but it's Qt 5.6+ only (while > > our product will use Qt 5.5.1 since it's based on current Ubuntu). > > No, it's not 5.6 only, this

Re: [Interest] qtwebview with qtwebchannel

2016-03-31 Thread Sylvain Pointeau
On Thu, Mar 31, 2016 at 4:53 PM, Milian Wolff wrote: > On Thursday, March 31, 2016 4:46:58 PM CEST Allan Sandfeld Jensen wrote: > > On Thursday 31 March 2016, Sylvain Pointeau wrote: > > > On Tue, Mar 29, 2016 at 10:24 AM, Sylvain Pointeau < > > > > > > sylvain.point...@gmail.com> wrote: > > > >

[Interest] ts file format / export

2016-03-31 Thread Jason H
I find it somewhat confusing that phrases are grouped (nested) in the editor, but not in the file: ChangePasswordScreen Passwords do not match Passwords do not match At least %n character(s) are required At least 1 character is req

Re: [Interest] Closing Jira bug reports

2016-03-31 Thread Curtis Mitch
I’d check who the maintainers for the relevant components are. In this case, there doesn’t seem to any maintainer for “GUI: Window management”, but Giuseppe D’Angelo is the maintainer for “Widgets: Main Window”, so you can mention him by beginning to type “@giuseppe” (without quotes) and then ch

Re: [Interest] Closing Jira bug reports

2016-03-31 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Adam Light > Sent: Thursday, March 31, 2016 5:03 PM > To: Interest@qt-project.org > Subject: [Interest] Closing Jira bug reports > > What's the protocol for gettin

Re: [Interest] QtLinguist Download

2016-03-31 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Jason H > Sent: Thursday, March 31, 2016 4:08 PM > To: interest > Subject: [Interest] QtLinguist Download > > Where is the download link that I can send someone t

[Interest] Closing Jira bug reports

2016-03-31 Thread Adam Light
What's the protocol for getting an issue marked as closed that clearly should be closed. My immediate example is https://bugreports.qt.io/browse/QTBUG-31474 but it's not uncommon that I'm browsing issues and see a report that needs to be closed but I don't have the permission to do so. Sometimes le

Re: [Interest] qtwebview with qtwebchannel

2016-03-31 Thread Allan Sandfeld Jensen
On Thursday 31 March 2016, Sylvain Pointeau wrote: > On Tue, Mar 29, 2016 at 10:24 AM, Sylvain Pointeau < > > sylvain.point...@gmail.com> wrote: > > On Tue, Mar 29, 2016 at 8:31 AM, Kalinowski Maurice < > > > > maurice.kalinow...@theqtcompany.com> wrote: > >> > QtWebView has a QtWebEngine backend

[Interest] QtLinguist Download

2016-03-31 Thread Jason H
Where is the download link that I can send someone to to download Qt linguist for 5.5.1/5.6? >From a process spective, I'd like to direct them to the download page, provide >them a ta file, and have them send me one back. But I don't know where to direct them for a download. They shouldn't need a

Re: [Interest] Declaratively handle key presses / navigation differently depending on state (QML)

2016-03-31 Thread Elvis Stansvik
2016-03-31 15:28 GMT+02:00 Jérôme Godbout : > Just a thought, you may try the Qml Shortcut component: > http://doc.qt.io/qt-5/qml-qtquick-shortcut.html > Not sure about the Shortcut think, I haven't play around too much with it > yet. > Keep a model and the current index of the column and is edit m

Re: [Interest] Declaratively handle key presses / navigation differently depending on state (QML)

2016-03-31 Thread Elvis Stansvik
2016-03-31 15:12 GMT+02:00 Kristoffersen, Even (NO14) : > I think Connections is what you are looking for: > > Connections > { > id: editingConnections > target: null > > onRightPressed: ... > ... > ... > } > > Connections > { > id: navigationConnecti

Re: [Interest] Declaratively handle key presses / navigation differently depending on state (QML)

2016-03-31 Thread Jérôme Godbout
Just a thought, you may try the Qml Shortcut component: http://doc.qt.io/qt-5/qml-qtquick-shortcut.html Not sure about the Shortcut think, I haven't play around too much with it yet. Keep a model and the current index of the column and is edit mode. import QtQuick 2.4 import QtQuick.Window 2.2 Wi

Re: [Interest] Declaratively handle key presses / navigation differently depending on state (QML)

2016-03-31 Thread Elvis Stansvik
2016-03-31 15:12 GMT+02:00 Kristoffersen, Even (NO14) : > I think Connections is what you are looking for: > > Connections > { > id: editingConnections > target: null > > onRightPressed: ... > ... > ... > } > > Connections > { > id: navigationConnecti

Re: [Interest] qtwebview with qtwebchannel

2016-03-31 Thread Sylvain Pointeau
On Tue, Mar 29, 2016 at 10:24 AM, Sylvain Pointeau < sylvain.point...@gmail.com> wrote: > On Tue, Mar 29, 2016 at 8:31 AM, Kalinowski Maurice < > maurice.kalinow...@theqtcompany.com> wrote: > >> > QtWebView has a QtWebEngine backend, and that should be available on >> Windows. >> >> For UWP/WinRT

Re: [Interest] SVG gradient not working on some machines

2016-03-31 Thread Larry Martell
On Wed, Mar 30, 2016 at 10:48 AM, Larry Martell wrote: > I have some HTML that looks like this: > > > > x1="0" y1="0" x2="100%" y2="0"> > > > > > > > > \ > > > On some machines this works fin

Re: [Interest] Declaratively handle key presses / navigation differently depending on state (QML)

2016-03-31 Thread Kristoffersen, Even (NO14)
I think Connections is what you are looking for: Connections { id: editingConnections target: null onRightPressed: ... ... ... } Connections { id: navigationConnections target: Keys onRightPressed: ... ... ... } ..

Re: [Interest] Structuring of QML app as set of interlinked screens for maximum code reuse

2016-03-31 Thread Nikita Krupenko
2016-03-30 16:17 GMT+03:00 Elvis Stansvik : > I saw that there's an > ObjectModel that could have been handy, but it's Qt 5.6+ only (while > our product will use Qt 5.5.1 since it's based on current Ubuntu). No, it's not 5.6 only, this component exists from the early beginning of QML. Though in so

[Interest] Declaratively handle key presses / navigation differently depending on state (QML)

2016-03-31 Thread Elvis Stansvik
Hi, I'm working on an item representing a number to be edited by the user. My input is quite limited (only Left, Right and Enter, where Left and Right is actually the turning of a wheel), so the idea is to let the user navigating to the item with Left/Right, which will give it focus. If the user

[Interest] QPalette or QLinearGradient does not work on sub widget

2016-03-31 Thread Berkay Elbir
Hello all, I want to ask a question about QPalette and QLinearGradient. I want to brush my sub widget with QLinerGradient. I have created ui by using QtDesigner. [image: enter image description here] But I can not brush this widget by using this code.(ui.col

Re: [Interest] What tool is responsible for 'auto-detected' kits in QtCreator ?

2016-03-31 Thread alexander ivash
Is it possible to force re-detection? I'm asking because I managed somehow to get a lot of duplicated/broken kits which are not even removable (because auto-detected). From the other side I can't get VS 2015-based kit to work. Would be nice if I could just delete all QtCreator's settings and