Hi,
Since you have 12 elements in the grid and batches with 12 nodes in each, that
looks "right".
I know that debugging the batching is a bit cumbersome and I started looking at
a crude visualizer (https://codereview.qt-project.org/#change,73469) which
helps a little bit with identifying what
On 03 Jan 2014, at 17:02, VStevenP wrote:
> I've created a real-time audio meter widget in QtQuick. The meter is updated
> on a regular basis, and it is always visible on the top status bar of my app.
>
> 1. Is there a way to run this meter so that it will not be blocked by any QML
> Loader
Hi all,
I have a quick question about the usage of the static method
QWindow::fromWinId. What exactly do I have to pass to the application to
make it work? I figured it already out for windows and linux/xcb, but I'm
puzzled about OS X.
My first guess was it is the cocoa window ID, but passing it m
Hi,
Registration is now open for the eighth annual C++Now conference
(formerly BoostCon) which will be held in Aspen, Colorado, USA, May
12th to 17th, 2014.
C++Now is a general C++ conference for C++ experts and enthusiasts.
It is not specific to any library/framework or compiler vendor and
has t
hi all,
i'm trying to use QMacNativeWidget to display a Qt widget hierarchy
(namely a QQuickView, wrapped inside a QWidget via
createWindowContainer) inside an NSView.
however i'm having troubles if the parent NSView is resized below the
size of QMacNativeWidget: if the QMacNativeWidget does not
Just wanted to let the list know I was able to fix this by setting
QML_DISABLE_DISTANCEFIELD=1 in QtCreator under Projects > Run Environment. Not
sure why I needed to do this but I am happy now, fonts look great!
Nate
From: interest-bounces+nate.rogers=raymondcorp@qt-project.org
[mailto:
On Jan 7, 2014, at 12:28 PM, Cornelius Hald wrote:
The only workaround is to create a custom QML item in C++...
That's fine with me. However I'm not really sure how to do that as it
looks like QDeclarativeCamera has only private headers. Could you give
me a hint please.
I meant to basically rewr
Hi Yoann!
On Mon, 2014-01-06 at 13:15 +, Lopes Yoann wrote:
> On Dec 30, 2013, at 11:48 AM, Cornelius Hald wrote:
>
> > So there seems to be no way to select the camera when using
> > QtQuick/QML.
> > This is not Android specific, but a general issue.
>
>
> Indeed the QML API for selecting