No need to click even. It happens during load. Loading locally works as
expected. The JS file is proper. Just a single function in it
function myFunction() {
var d = new Date();
var n = d.toString();
return n;
}
On Fri, Nov 14, 2014 at 12:07 PM, Alejandro Exojo wrote:
> El Friday 14 Nov
El Friday 14 November 2014, ashish dabhade escribió:
> Yes it is accessible (for confirmation tested with another browser). I'm
> using Apache server and the JavaScript file is in it's default site
> location i.e /var/www/html. As stated earlier in my second mail, I'm
> testing it with the Qt Quick
Yes it is accessible (for confirmation tested with another browser). I'm
using Apache server and the JavaScript file is in it's default site
location i.e /var/www/html. As stated earlier in my second mail, I'm
testing it with the Qt Quick UI project ("Qt Creator > New File or Project
> Application
Does the quick compiler only re-compile those QML files that were
changed or does it re-compile ALL QML every time regardless of changes
to the QML files or not?
On 11/13/2014 8:10 PM, Yang Fan wrote:
> I have not test the running improvement. But I can tell you that it slow
> down the build pro
I have not test the running improvement. But I can tell you that it slow
down the build process significantly if you have many QML files. Every QML
file will be converted to a cpp file which will be compiled, you know the
C++ compiler is very slow.
On Thu, Nov 13, 2014 at 11:42 PM, Harri Pasanen
On Thursday 13 November 2014 18:52:45 Stanislav Baiduzhyi wrote:
> On Thursday 13 November 2014 09:25:43 Thiago Macieira wrote:
> > > That can be extremely problematic on desktops without any kind of UI or
> > > less supported UI. Think of TWM, IceWM, some rare desktops like now
> > > perished Razo
On Thursday November 13 2014 18:52:45 Stanislav Baiduzhyi wrote:
> > Qt is not a desktop. I don't like the idea of qtconfig because it's not Qt's
> > purpose to do that. It's the desktop's.
That's fine on an OS that gives a choice of desktops, but much less so on a
system that doesn't. Especiall
On Thursday 13 November 2014 09:25:43 Thiago Macieira wrote:
> > That can be extremely problematic on desktops without any kind of UI or
> > less supported UI. Think of TWM, IceWM, some rare desktops like now
> > perished RazorQt and stuff like that. Or adding second user on your main
> > system bu
On Thursday 13 November 2014 13:45:45 Rainer Wiesenfarth wrote:
> One of my colleagues just asked the rather philosophical question why the
> result of QFile::pos() - and thus QIODevice::pos() - is of type qint64 (and
> thus signed). He had expected an unsigned type, ideally size_t or offset_t.
>
On Thursday 13 November 2014 10:19:40 Stanislav Baiduzhyi wrote:
> On Wednesday 12 November 2014 12:46:02 Thiago Macieira wrote:
> > 3) delegation: this is delegated to the platform theme plugins. Qt
> > applications are meant to look like the system, therefore the the plugin
> > will decide what t
El Thursday 13 November 2014, ashish dabhade escribió:
> import QtQuick 2.3
> import "http://192.168.1.2/sample.js"; as Remote
>
> Rectangle {
> width: 100
> height: 62
>
> MouseArea {
> anchors.fill: parent
> onClicked: Remote.myFunction()
> }
> }
>
>
> but it c
Possibly some underlying file systems allow negative values, and Qt did
not want to adapt to prevent negative values.
In other words, it depends on the underlying implementation.
See discussions about the off_t type in unix.
http://pubs.opengroup.org/onlinepubs/009695399/functions/lseek.html
" A
Hmm. That explains it. Thanks.
Another question,
Is the Qt Quick UI project suitable for this kind of scenario ?
For eg. I create a "New File or Project > Application > Qt Quick UI" and
then in QML the same
import QtQuick 2.3
import "http://192.168.1.2/sample.js"; as Remote
Rectangle {
width:
Hi,
Are there benchmarks on how much start-up time is improved with the Qt
Quick compiler?
Say I have 1 lines of QML on Android, any idea how many percent gets
shaved off the start-up time?
Is the improvement identical across platforms, iOS, Android, desktop ...?
Is the compiler itself fas
Using Qt 5.3.2 Multi Mobile comercial license.
I was using a MultiPointTouchArea without mouse enabled.
On 13 Nov 2014, at 14:09, Rutledge Shawn
wrote:
>
> On 13 Nov 2014, at 13:26, Nuno Santos wrote:
>
>> Hi,
>>
>> I have just found the startX and startY properties of the TouchPoint in QM
El Thursday 13 November 2014, ashish dabhade escribió:
> Now keeping everything the same and just commenting the import line
> properly shows objects count as 1.
> Also importing the javascript file locally also succeeds.
> Is this a known issue ?
Did you check the docs? :-)
>From QQmlApplication
On 13 Nov 2014, at 14:45, Rainer Wiesenfarth
wrote:
> One of my colleagues just asked the rather philosophical question why the
> result of QFile::pos() - and thus QIODevice::pos() - is of type qint64 (and
> thus signed). He had expected an unsigned type, ideally size_t or offset_t.
>
> I was
On 13 Nov 2014, at 13:26, Nuno Santos wrote:
> Hi,
>
> I have just found the startX and startY properties of the TouchPoint in QML.
>
> http://qt-project.org/doc/qt-5/qml-qtquick-touchpoint.html#startX-prop
>
> Documentation says:
>
> These properties hold the starting position of the touch
Hi List !
I work on an Application that needs to draw specific device RGB colors
to multiple monitors on OSX 10.9 using Qt 5.3.2.
If i just draw a QColor(240,120,60) to a Widget, this is measured
exactly as 240/120/60 on the primary monitor but if i create the same
widget on a secondary monitor
One of my colleagues just asked the rather philosophical question why the
result of QFile::pos() - and thus QIODevice::pos() - is of type qint64 (and
thus signed). He had expected an unsigned type, ideally size_t or offset_t.
I was unable to find a reason, but maybe someone on the list can step in
Hi,
I have just found the startX and startY properties of the TouchPoint in QML.
http://qt-project.org/doc/qt-5/qml-qtquick-touchpoint.html#startX-prop
Documentation says:
These properties hold the starting position of the touch point.
The problem is that when I write those values to the cons
Hi Jha,
You can take a look to a web page explaining some of the value add items
available only for the paying licensees: http://www.qt.io/qt-features/
Our sales guys are also happy to tell you more, you can contact them for
example via online form at: http://www.qt.io/contact-us/
Yours,
Tuu
On 13 November 2014 10:09, Jha Sonakumar wrote:
> Hi,
>
>
> Please let me know the modules supported only under Qt Commercial license.
The official site has all the information, presented in a nice table:
http://www.qt.io/download/
___
Interest mailing
On Wednesday 12 November 2014 12:46:02 Thiago Macieira wrote:
> 3) delegation: this is delegated to the platform theme plugins. Qt
> applications are meant to look like the system, therefore the the plugin
> will decide what the application should look like and which files it needs
> to read in ord
Hi,
Please let me know the modules supported only under Qt Commercial license.
Best Regards
SonaKumar
Disclaimer: This message and the information contained herein is
On 13 Nov 2014, at 01:12, Thiago Macieira wrote:
> On Wednesday 12 November 2014 23:10:49 René J.V. Bertin wrote:
>> On Wednesday November 12 2014 12:46:02 Thiago Macieira wrote:
>>> 1) application self-containing: we don't want to open files we shouldn't,
>>> especially on more locked-down plat
26 matches
Mail list logo