Re: [Interest] Qml bindings with javascript library functions in them

2013-06-13 Thread Josh Faust
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

Re: [Interest] Qml bindings with javascript library functions in them

2013-06-13 Thread Alan Alpert
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

Re: [Interest] Place a QWidget below a button (and follow it!)

2013-06-13 Thread Andre Somers
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

[Interest] Qml bindings with javascript library functions in them

2013-06-13 Thread Josh Faust
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

Re: [Interest] Place a QWidget below a button (and follow it!)

2013-06-13 Thread william.croc...@analog.com
> > 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

Re: [Interest] Gerrit integration failure on unrelated test

2013-06-13 Thread Thiago Macieira
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

[Interest] Gerrit integration failure on unrelated test

2013-06-13 Thread Samuel Gaist
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

[Interest] Place a QWidget below a button (and follow it!)

2013-06-13 Thread Sensei
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

Re: [Interest] Qt VS Addin

2013-06-13 Thread Duane
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

[Interest] QAbstractVideoSurface::present - videoframe start/endtime always -1 on windows

2013-06-13 Thread Ola Røer Thorsen
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

[Interest] Avoid swallowing of keystokes with createWindowContainer?

2013-06-13 Thread Gav Wood
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

Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-13 Thread Mark
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

Re: [Interest] No help in assistant

2013-06-13 Thread Koehne Kai
> -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

[Interest] Does QtBrowserPlugin on Internet Explorer still work?

2013-06-13 Thread Jori Liesenborgs
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

Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-13 Thread André Somers
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 >