Re: [Interest] How to create a library with Android java source

2015-10-23 Thread Ben Lau
Those line will copy Java source files to android build directory before making apk file. In Qt Creator, selected Android target , then build. Check your build folder. Did it contains following files? android-build/src/org/qtproject/qt5/android/bindings/QtActivity.java android-build/src/org/qtpro

Re: [Interest] Creating pdf with QTextDocument with chart

2015-10-23 Thread Sze Howe Koh
On 24 October 2015 at 00:21, Duane wrote: > I need to create a document as a pdf file for my application. I can use > QTextDocument and html to do most of the document but I need to add a > chart to it. > > I'm using Qt 4.8. Any suggestions? Hi Duane, Try the Qt Widgets for Technical Applicati

Re: [Interest] How to create a library with Android java source

2015-10-23 Thread Gianluca
Hello Ben, I replicate exactly what you did in your .pri … but does not work for me. It’s almost 4 hours that I’m trying to understand why … but I have no clue :-( This is my code into .pri QA_JAVASRC.path = /src/org/gmaxera/qtfacebook/ QA_JAVASRC.files += $$PWD/Android/src/org/g

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Thiago Macieira
On Friday 23 October 2015 18:35:22 Reinhardt Behm wrote: > Wouldn't it not be a bit strange if a compiler from 2010 supported a > standard from 2011? ;-) No, not really. It's strange that a compiler from 2010 does *not* support enough features of the standard that was then known as C++0x. The sta

[Interest] Odd error using QSerialPort with hardware flow control

2015-10-23 Thread Michael R Nelson
Hi, When using offline install of Qt 5.5.1 QSerialPort in Windows7/64bit, if I set the hardware flow control flag, errors are signaled on most port operations (e.g., open, read, and write). The error type is QSerialPort::UnsupportedOperationError, and the error string is "The parameter is inco

[Interest] Camera capture 5.5.1 regression (Android)

2015-10-23 Thread Jason H
I'm having a issue with 5.5.1 vs 5.5.0, specific to Android. We capture 2 images in a rapid sequence. We only save the preview from onImageCaptured. We don't want the actual full-quality image saved, so we specify "/dummy.jpg" as the destination for capture, and save the preview image. In 5.5.0

[Interest] Creating pdf with QTextDocument with chart

2015-10-23 Thread Duane
I need to create a document as a pdf file for my application. I can use QTextDocument and html to do most of the document but I need to add a chart to it. I'm using Qt 4.8. Any suggestions? ___ Interest mailing list Interest@qt-project.org http://li

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Volker Enderlein
sorry for the private mail Reinhardt, I pushed the wrong button. Hi, for some reason I expected this answer, but it only depends what features are used from c++11. The standardization process (and especially the finalization) took so many years that many of the standards features are already su

Re: [Interest] Best way to handle database migrations on QML

2015-10-23 Thread Daniel França
It's kind of similar to what Django ORM does, I would definitely consider this approach for a next iteration :) My problem is how to handle the version parameter to LocalStorage. Em sex, 23 de out de 2015 às 13:28, Gian Maxera escreveu: > Hello Daniel, > I also develop website using Laravel (a P

Re: [Interest] Qt 5.5 and accessibility on OSX

2015-10-23 Thread Adam Light
On Fri, Oct 23, 2015 at 1:42 AM, deDietrich Gabriel < gabriel.dedietr...@theqtcompany.com> wrote: > Hi Adam, > > > Can you post your example? We could have a look at it here as well and see > if our measurements are consistent. > > > I don't have a simple example at the moment. I discovered this w

[Interest] How to compile (Chromium) Oxide-qt with framebuffer?

2015-10-23 Thread Tamás Nagy
Hi, How can I compile oxide-qt with framebuffer. I don't need the x11. "Package x11 was not found No package x11 found Call to pkg-config --cflags x11 returned exit status 1." Tamas ___ Interest mailing list Interest@qt-project.org http://lists.qt-

Re: [Interest] Best way to handle database migrations on QML

2015-10-23 Thread Gian Maxera
Hello Daniel, I also develop website using Laravel (a PHP framework), and for migration they use a special table called “migration” with two column: “migration” and “batch”. The “migration” is a unique name identifying the migration. “batch” is a incremental number indicating where the migration h

Re: [Interest] Best way to handle database migrations on QML

2015-10-23 Thread Daniel França
Any idea? Em qui, 22 de out de 2015 às 13:30, Daniel França escreveu: > Hi guys, > I'm developing a single file ORM library for QML. > For now it's doing most of the main operations on tables. > You can see it here, with a basic documentation as well: > https://github.com/danielfranca/quickmodel

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread nomercy
There could have been updates but I guess they did not care 😊 Sent from Mail for Windows 10 From: Reinhardt Behm Sent: 23 Ekim 2015 Cuma 13:35 To: interest@qt-project.org Subject: Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010 On Friday 23 October 2015 12:24:24 Volker Enderlein wrote:

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Reinhardt Behm
On Friday 23 October 2015 12:24:24 Volker Enderlein wrote: > Hi, > > can the WebEngine module of Qt 5.5.0 be build with MSVC 2010? I've > already searched Google and did not find an explicitely answer (my > google skills seem to be not that good). > > I recognized the message "C++11 support is re

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > > Hi, > > can the WebEngine module of Qt 5.5.0 be build with MSVC 2010? I've already > searched Google and did not find an explicitely answer (my google skills seem > to > be not that good). On

[Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Volker Enderlein
Hi, can the WebEngine module of Qt 5.5.0 be build with MSVC 2010? I've already searched Google and did not find an explicitely answer (my google skills seem to be not that good). I recognized the message "C++11 support is required in order to build chromium." and that the module is not built.

[Interest] Permanent offset of QWinWidget with respect to parent window (CView)‏

2015-10-23 Thread Volker Enderlein
Hi, we are using QWinMigrate to extend our MFC based Application with some Qt Widgets that are shown inside of a CView by means of QWinWidget. When updating from Qt4 to Qt5 (5.5.0) we experienced a permanent offset of the QWinWidget. Inserting a widget->move(0, 0) fixed the problem but I'd rat

Re: [Interest] Is there a planned solution for QTBUG-38184

2015-10-23 Thread Robert Iakobashvili
Hi, No idea if there are any plans, but this good work-around was originally suggested by Tor Arne using categories. It works correctly. 1. Arrange objective-C file in pro, like: OBJECTIVE_SOURCES += my-app-delegate.mm 2. In my-app-delegate use: #import // Declaration - no need to make incl

[Interest] Is there a planned solution for QTBUG-38184

2015-10-23 Thread Gian Maxera
Hello, is there a planned solution for this bug ? https://bugreports.qt.io/browse/QTBUG-38184 Ciao, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/

Re: [Interest] Qt 5.5 and accessibility on OSX

2015-10-23 Thread deDietrich Gabriel
Hi Adam, Can you post your example? We could have a look at it here as well and see if our measurements are consistent. Best regards, Dr. Gabriel de Dietrich Senior Software Developer The Qt Company - www.qt.io From: interest-bounces+gabriel.dedietrich=theq