It looks really cool. Good work.
Best regards,
Jesús
From: Interest on
behalf of Paul Knopf
Sent: Friday, August 10, 2018 7:48:58 AM
To: interest@qt-project.org
Subject: [Interest] Using C# with QML/QtQuick, introducing Qml.Net.
I have been hard at work on Q
Hi Glen,
There is no plan ATM to support audio. You could add a suggestion to the Qt bug
tracker to request it.
Best regards,
Jesús
From: Interest on
behalf of Glen Mabey
Sent: Friday, April 13, 2018 22:33
To: interest@qt-project.org
Subject: [Interest] W
Are you using QString::fromUtf8 to decode the received QByteArray?
On Friday, March 03, 2017 04:35:50 PM jschneider...@gog.com wrote:
> In an application we’re developing, we need to expand some environmental
> variables. We’re using the Qt 5.6 function qgetenv to do that. However, on
> our tes
On Wednesday, February 22, 2017 10:43:23 PM Juhani Matilainen wrote:
> But it seems refreshAccessToken -request doesn’t contains client_id and
> client_secret parameters that are required to refreshing an access token (at
> least with Google login) … and setModifyParametersFunction is available
On Wednesday, February 22, 2017 10:19:06 AM Juhani Matilainen wrote:
> Another question: Google login requires ’access_type=offline’ parameter in
> authorization request to get refresh token. Which function should be used to
> set it?
You can use QAbstractOAuth::setModifyParametersFunction to ad
On Monday, February 20, 2017 04:24:10 PM Juhani Matilainen wrote:
> Hello,
>
> Qt 5.8 contains new QtNetwork Auth module (as a technology preview). I
> successfully login to Google and get a data from Google Drive. But I haven’t
> figured out how to use post() -function. There is no QByteArray o
Yeah!
You can create your app with Qt Quick (Qml + Javascript) ??
Best regards,
Jesus
From: Артур Истомин
Sent: Tuesday, August 30, 21:11
Subject: [Interest] Is Qt/QML suitable for me?
To: interest@qt-project.org
I want to convert my POS (point of sale) software (long ugly shell-scripts) to
G
On Tuesday, May 10, 2016 02:46:16 PM Kevin Mcintyre wrote:
> I see that sqlite has table information via sqlite_master
>
> http://www.sqlite.org/faq.html#q7
>
> Is this table available in Qt localstorage?
Hi!
I modified the sample from the documentation:
To get the info you should query this a
Hi!
You can store the items in a custom JavaScript variable:
import QtQuick 2.5
import QtQuick.Window 2.2
Window {
property var rowItems
visible: true
Component.onCompleted: {
/rowItems/ = [];
for (var /i/ = 0; /i/ < 64; ++/i/) {
/rowItems/[/i/] = /Qt/.c
Hello,
I have a RHEL5 workstation at work.
For building Qt Creator I use 2 scripts:
bin> cat buildQt
#!/bin/sh
export
LD_LIBRARY_PATH=/users/fernajes/paks/dbus/dbus-1.4.16/deploy/lib:/local/paks/gcc-4.6.0/deploy/lib:/local/paks/gmp\-4.3.2/deploy/lib:/local/paks/mpc-0.8.1/deploy/lib:/local/paks/mp
10 matches
Mail list logo