On Thu, Jun 13, 2013 at 11:41 AM, Alan Alpert <4163654...@gmail.com> wrote:
> Bindings do not update when a purely JS variable changes, it can only
> respond to changes in QML properties. You could bind to something like
> stateObject.value, and still be able to use
> JS.setValue(stateObject.valu
Bindings do not update when a purely JS variable changes, it can only
respond to changes in QML properties. You could bind to something like
stateObject.value, and still be able to use
JS.setValue(stateObject.value + 1) if you wanted. But without going
through C++ though you couldn't make stateObj
Op 13-6-2013 19:37, william.croc...@analog.com schreef:
>> In details, I have a widget that will display a floating window when the
>> user clicks on a QToolButton. This floating widget must be placed below
>> the button that summoned its soul, and if the main window moves, the
>> floating window m
Hey all,
I have a javascript library, with functions that are used in a lot of
bindings. I'm trying to get those bindings to reevaluate when some
variables used inside the functions change. A simple example:
// JS.js
.pragma library
var _Value = 0;
function getValue()
{
return _Value;
}
functi
>
> In details, I have a widget that will display a floating window when the
> user clicks on a QToolButton. This floating widget must be placed below
> the button that summoned its soul, and if the main window moves, the
> floating window must be positioned in the same place.
>
Reimplement the m
On quinta-feira, 13 de junho de 2013 18.20.22, Samuel Gaist wrote:
> Hi,
>
> I would like to know what is the proper course of action when an integration
> fails because of something unrelated.
>
> I've tried to merge two patches for OS X ui related bug in qtbase and the CI
> tells me that tst_Qs
Hi,
I would like to know what is the proper course of action when an integration
fails because of something unrelated.
I've tried to merge two patches for OS X ui related bug in qtbase and the CI
tells me that tst_QsslSocket fails for win32 mingw47 on windows 7.
It all seems related to time out
Hi all!
I am trying to "attach" a widget to a button inside a main window,
making it follow any movement of the entire window.
In details, I have a widget that will display a floating window when the
user clicks on a QToolButton. This floating widget must be placed below
the button that summon
On 3/5/2013 9:37 PM, Alex Malyushytskyy wrote:
> Digia had plans to add Qt4 support according to link below:
> http://blog.qt.digia.com/blog/2012/12/19/visual-studio-add-in-1-2-0-for-qt-5-released/
>
> Alex
>
> On Fri, Mar 1, 2013 at 4:56 AM, Duane wrote:
>> On 12/10/2012 02:41 AM, Haataja Ismo wr
Hi,
I've created a custom video player using QMultimedia, that plays back
certain video files that are to be post-processed frame-by-frame. The
post-process depends on each video frame's start time. I'm using the Qt
5.1 beta release (I use the new desktop QML features).
I've created a video su
Hi,
I'm working with QtQuick in Qt 5.1 and using a hybrid QtWidgets/QtGui
approach with the new QWidget::createWindowContainer to create a
QQuickView-powered QWidget.
My QWidgets application uses QActions with global shortcuts to access
various functionality. Unfortunately, the new widget returne
On Thu, Jun 13, 2013 at 9:02 AM, André Somers wrote:
> Op 13-6-2013 8:46, Mark schreef:
>> On Thu, Jun 13, 2013 at 7:56 AM, Sletta Gunnar
>> wrote:
>>> On Jun 12, 2013, at 9:58 PM, Mark wrote:
>>>
Hi Gunnar,
I just tried your example out (from the new review link [1]) and
yo
> -Original Message-
> From: Graham Labdon [mailto:graham.lab...@avalonsciences.com]
> Sent: Tuesday, June 11, 2013 9:53 AM
> To: Koehne Kai
> Subject: RE: No help in assistant
I took the liberty to bring this back to qt-interest.
> When running make docs I get this error
>
> mingw32-ma
Hi everyone,
I have a question regarding the use of the QtBrowserPlugin from
qt-solutions. If there’s a more appropriate place to ask, please let me
know, but for the time being I’ll just post it here.
When I build and install the ‘trivial’ example in Windows it works just
fine in Firefox and
Op 13-6-2013 8:46, Mark schreef:
> On Thu, Jun 13, 2013 at 7:56 AM, Sletta Gunnar
> wrote:
>> On Jun 12, 2013, at 9:58 PM, Mark wrote:
>>
>>> Hi Gunnar,
>>>
>>> I just tried your example out (from the new review link [1]) and
>>> you've truly done a amazing job! + you saved my days of fiddling
>
15 matches
Mail list logo