nsapi has no future. For PDF just use a JavaScript viewer instead if the
PDFs need to be embedded into a web page, like what Firefox does. If they
aren't embedded it wouldn't take much to have your code detect that the
user click on a PDF url and do something smart.
Ian
On Mon, Mar 23, 2015 at 12
The sample qtwebengine browser works for you?
On Mon, Mar 23, 2015, 06:15 Jason Kretzer wrote:
> Good day everyone!
>
> I am looking at converting an application that uses webkit to using the
> new webengine stuff. I have run into a few things that I was not
> expecting, including issues with w
You are forgetting about QtWebEngine. It needs opengl of some sort
regardless of whether you use Qml or QWidgets.
On Sun, Mar 22, 2015, 09:30 Agocs Laszlo
wrote:
> As long as the application is pure widgets, without ever using QOpenGL/QGL
> classes or QQuickWidget, it will not attempt to initial
On Wed, Mar 18, 2015 at 3:02 PM, william.croc...@analog.com <
william.croc...@analog.com> wrote:
>
> >
> > Bill said:
> >> My sight has over 500 Linux machines. Only a handful
> >> are running RedHat 6, but we will finally be migrating
> >> over the next 6 months to a year.
> >
> > And when will y
Chris,
You've had *years* of QtScript being declared "finished" and seeing
virtually no work done. I suspect there will now be a year or two of
QtScript being deprecated. Qt works at your pace IMO.
Re: graphic script debugger, the QML debugger in QtCreator works great.
Ian
On Wed, Mar 11, 2015 at 11:22 AM, Alejandro Exojo wrote:
> El Wednesday 11 March 2015, Bernhard escribió:
>> However currently both sites seem unusable. gitbounty says nothing more
>> than "Coming Soon..." and bountysource display an effectively empty page
>> when clicking on some Qt issue (on bot
On Thu, Feb 5, 2015 at 3:33 PM, Jérôme Godbout wrote:
> you can use the string version
> color: 'red'
> or rgba value
> color: Qt.rgba(1,0,0,1)
>
Doesn't answer Jason's question, I assume it is some historical oddity.
___
Interest mailing list
Interest
On Fri, Jan 30, 2015 at 8:53 AM, Jason H wrote:
> I need to install Qt (with commercial Charts) to a headless server
> (CentOs). The online installer is GUI. This is an issue. How can I get the
> SDK installed?
> (Server qt apps use "-platform minimal" (for generating Charts in Pdfs),
> or no GU
On Sun, Jan 18, 2015 at 5:37 AM, Nuno Santos
wrote:
> I have tried again and the crash is gone…
>
> I would still love to understand if this qt quick compiler will improve
> performance on iOS and Android. Couldn’t notice a perceptible difference
> after running it with.
>
> Thanks,
>
> Regards,
On Tue, Jan 13, 2015 at 10:57 AM, Dmitriy Purgin wrote:
> Hello all,
>
> I'm developing a small Qt project for SailfishOS (a Linux distribution,
> Meego descendant, Qt 5 based) and had to use some of PulseAudio (a sound
> server for POSIX OSes) API functions which are pure C. I've wrapped them in
On Thu, Dec 18, 2014 at 3:02 PM, Bo Thorsen wrote:
>
> Hi everyone,
>
> I have a request that I don't know how to fix. I hope one of you can
> give me a bit of help this time.
>
> I have an application that gets a string from the net and show it on the
> screen. The string can contain emojis, so t
On Thu, Nov 20, 2014 at 2:40 PM, Nuno Santos
wrote:
> I have subclassed QAbstractListModel and i’m already able to have the
> model listed in a list view.
>
> What I can’t find is how I programmatically add items to the model from
> the QML side and which methods I need to reimplement in my model
On Tue, Nov 18, 2014 at 7:13 AM, Attila Csipa wrote:
> HI,
>
> It turns out you can do a fully functional (ie. not a subset) Android UI
> just by using QAndroidExtras and it's QAndroidJNIObject class from C++,
> without ever touching QML or QtQuick. At this point, this is just an
> exercise, for
On Fri, Sep 19, 2014 at 7:34 AM, Till Oliver Knoll
wrote:
> Am 19.09.2014 um 15:40 schrieb Ramakanthreddy Kesireddy
> :
>
>> Hi ,
>>
>> Though this had been old thread, I would like to know if we can have a pure
>> QML application with latest Qt 5.3.2 version that can be deployed across
>> mult
2014-08-08 15:41 GMT-07:00 Santiago J. Barro-Torres
:
>
> Hello,
>
> Right now I am using OpenCV (http://opencv.org/) to capture a video from
> a Webcam. I can't do that in Qt because this option is not yet
> implemented in Windows, so I had to look for alternatives.
>
> I still would like to use Q
On Mon, Aug 4, 2014 at 1:53 PM, rap wrote:
> From: Ian Monroe
>
>
> On Mon, Aug 4, 2014 at 12:32 PM, rap wrote:
>>>
>>> Why do you want to use QWindow if you are using QWidget-based windows?
>>>>
>>>> QGLWidget seems like the correct soluti
On Mon, Aug 4, 2014 at 12:32 PM, rap wrote:
>> Why do you want to use QWindow if you are using QWidget-based windows?
>> QGLWidget seems like the correct solution.
>
>
> Your question arises a question of the purpose and usefulness of QWindow
> class regarding opengl if you can not easily create
On Mon, Aug 4, 2014 at 11:21 AM, rap wrote:
> Thanks Ian, I have studied that example but it does not give an answer.
>
> What I'm trying accomplish is to have a MainWindow (derived from
> QApplication / QWidget) for user input, (buttons etc.) and then a QWindow
> derived class as the OpenGL dra
On Mon, Aug 4, 2014 at 8:28 AM, rap wrote:
> Hello,
>
> I'm trying to create an initial OpenGL project for porting some Visual Studio
> 2010 win32 OpenGL learning stuff to Qt 5.3.1. I wonder
> if it is somehow possible to embed Opengl classes derived from QWindow as the
> centralwidget to QMainW
On Tue, Jul 15, 2014 at 9:29 AM, Thiago Macieira
wrote:
> On Tuesday 15 July 2014 15:40:52 Rutledge Shawn wrote:
>> Sounds like a good start, but with some limitations: it's done by periodic
>> scanning; and Linux Documentation/vm/ksm.txt says
>>
>> KSM only operates on those areas of address spa
On Thu, Jul 10, 2014 at 9:14 PM, wrote:
> Hello there,
>
> We are looking to upgrade our existing application from Qt4 to Qt5.3.0. Our
> application is deployed to Linux, Windows and Mac systems, which we manage
> by shipping compiled copies of the Qt libraries. An extremely simplified
> snapshot
On Tue, Jul 8, 2014 at 10:24 AM, Duane wrote:
> I have an application built with VS 2012 (with the tool chain XP
> support) using Qt 5.3. It runs fine on Windows 7 and 8.
>
> When I try to run it on a box with WinXP I get the error "Procedure
> entry point GetTickCount64 could not be loaded in KE
On Mon, Jun 23, 2014 at 1:48 PM, Mark Gaiser wrote:
> Hi,
>
> QML has the Rotate and Scale possibility, but i can't find a way to do
> image skewing. If you don't know what skewing is, please look at this
> image [1].
>
> Skewing is possible in QML's canvas item, but that isn't suited for
> animat
On Mon, Jun 23, 2014 at 10:41 AM, Robert Wood
wrote:
> The QHostAddress("192.168.0.18") should be the IP address of my computer
> shouldn't it? I'm not really clear why this is necessary as I would
> assume Qt would automatically pick that up? Or is it in case you have
> more than one NIC and you
On Thu, Jun 19, 2014 at 10:59 AM, Alex Montgomery
wrote:
> Hello,
>
> I am trying to position an item in a ScrollView such that it doesn't move
> when the vertical scrollbar appears. Basically, I want to leave exactly
> enough room on the right side of the ScrollView for the scrollbar to appear
>
On Mon, Jun 9, 2014 at 10:00 AM, Rémi Jannel wrote:
> Hi,
>
> I am using the QWebsockets that is part of the release of Qt5.3.0 in QML. I
> would like the requests to go through my QNetworkAccessManager but haven't
> been able to make it work.
>
> I am setting the QNetworkAccessManager like this o
On Tue, Jun 3, 2014 at 12:16 AM, Koehne Kai wrote:
>> -Original Message-
>> From: interest-bounces+kai.koehne=digia@qt-project.org
>> [...]
>> > I tried openGL version, I also tried ANGLE which i think is the
>> > DirectX version, but later i just find out that "Windows XP and ANGLE
>>
On Thu, May 29, 2014 at 12:35 PM, Alex Montgomery
wrote:
> Hello,
>
> I'm trying to do something that seems very simple, but I can't find a
> solution anywhere. If I have two QML items that I've created from components
> in C++, how do I bind a property on one to follow a property on the other
> o
On May 28, 2014 10:37 PM, "bane yue" wrote:
>
> It finally works! thanks you, Ian.
>
> Now i know *how* to do it, but *don't know* why to do it this way, would
you mind to tell me
> more about this, much appreciated.
>
> Regards
> Evince Moi
Windows OpenGL drivers are notoriously bad, that's the
On May 28, 2014 9:52 PM, "bane yue" wrote:
>
> Yes it's a QtQuick2 app, on my develop machine it works well, but when
deploying to other
> computer, it performs bad on *some* windows7 and *almost all* windows xp,
after the
> `distance field` disabled, all windows7 works as excepted, but windows xp
On Wed, May 28, 2014 at 8:05 PM, bane...@gmail.com wrote:
> Hi,
>
> I was working on a QtQuick application which will run on $MS windows.
> My app
> is *almost* done and everything was fine until yesterday after i decided to
> deploy it
> to other PC for testing.
>
> The problem is the f
On Mon, May 12, 2014 at 2:55 PM, Peter Kümmel wrote:
> On 12.05.2014 23:29, Daniel Bowen wrote:
>>
>> If anyone has other things to add, please do.
>
> Maybe it is worth to think about a Qt library which really only
> provides essential stuff. What would such a library contain,
> when all the "but
Just tar up the resulting directory.
Ian
On Wed, May 7, 2014 at 1:41 AM, Kurt Pattyn wrote:
> Hi,
>
> does anybody know how I can do an unattended install of Qt 5.x on Linux?
> Current Qt provides a .run file that spawns a GUI to install the SDK and the
> development tools.
> However I would li
Hey folks,
So we distribute our application as a binary to Linux users with our
build of Qt 5.2 included. We rely on the libGL.so.1 from the users
system. Everyone has this installed so that's not a problem - but it
seems like many users have broken video stacks and now have trouble
running our ap
34 matches
Mail list logo