Yeah, true.
It may not be an issue though, as this is to preview a bunch of small,
animated thumbnails of fairly short video clips for a library interface,
not for playing back long, high resolution, high quality movies.
However, if there are ideas on how to make this more efficient I'd be
mo
On quinta-feira, 14 de julho de 2016 12:04:06 PDT Hamish Moffatt wrote:
> The following doesn't work (on Qt 5.5.1 or 5.6); it compiles, but
> object->metaObject()->enumeratorCount() reports there are none. The enum
> values are not in the MOC output.
Here's an even uglier solution:
> #include
>
I've got a lot of code using old enums declared outside of classes,
which I would now like to use with Q_ENUM, so that I can use them in
object properties and access them with QMetaEnum.
However, Q_ENUM only works on enums declared inside classes. Moving the
enum definitions would require me t
Em quinta-feira, 14 de julho de 2016, às 11:41:12 PDT, Frank Rueter | OHUfx
escreveu:
> Thanks.
> What I'm currently exploring is using QImageReader, caching the frames
> via read() and basically implementing basic play back functions with
> timers in a custom paintEvent. That way I should have fu
Thanks.
What I'm currently exploring is using QImageReader, caching the frames
via read() and basically implementing basic play back functions with
timers in a custom paintEvent. That way I should have full control over
which image is displayed when.
Probably won't be the most efficient conside
2016-07-13 20:36 GMT+02:00 Thiago Macieira :
> Em quarta-feira, 13 de julho de 2016, às 20:14:06 PDT, Elvis Stansvik
> escreveu:
>> Alright, I sort of suspected that was the case. But I realize now that
>> it's much better I read up on what each plugin does and determine if I
>> need it, instead of
Em quarta-feira, 13 de julho de 2016, às 20:14:06 PDT, Elvis Stansvik
escreveu:
> Alright, I sort of suspected that was the case. But I realize now that
> it's much better I read up on what each plugin does and determine if I
> need it, instead of trying to deduce it from stracing.
Another detail
2016-07-13 17:48 GMT+02:00 Thiago Macieira :
> Em quarta-feira, 13 de julho de 2016, às 12:34:25 PDT, Elvis Stansvik
> escreveu:
>> I'll run an strace while using the application, but I thought I'd also
>> ask here: When in general does Qt load its plugins? For some plugins
>> (such as the platform
Thanks a lot for the clarifications Thiago!
It seems that despite my uncertainness, I had included just the ones I
need. And yes, I was confused about the bearer plugins, for some
reason I had in my mind that they were for GPS.
You're right about the Gtk platform plugin, I should probably be a
go
Thx, i must have missed that :)
Am 13.07.2016 um 18:40 schrieb ekke:
http://doc.qt.io/qt-5/supported-platforms.html
min level is 16 for Qt 5.7
Am 13.07.16 um 18:30 schrieb Adrian Jäkel:
Hi list,
has there been any changes in the Qt libs which requires a minSDK
Level of 16 now on Android Dep
http://doc.qt.io/qt-5/supported-platforms.html
min level is 16 for Qt 5.7
Am 13.07.16 um 18:30 schrieb Adrian Jäkel:
> Hi list,
>
> has there been any changes in the Qt libs which requires a minSDK
> Level of 16 now on Android Deployment?
>
> I installed Qt 5.7 today and wanted to deploy my andr
Hi list,
has there been any changes in the Qt libs which requires a minSDK Level
of 16 now on Android Deployment?
I installed Qt 5.7 today and wanted to deploy my android app with the
new libs but it throwed an error of minSDK having to be >= 16
When i switch back to Qt 5.6.0 i can deploy w
Em quarta-feira, 13 de julho de 2016, às 14:14:34 PDT, Elvis Stansvik
escreveu:
> If I'm going to guess a little:
> > tmp/usr/lib/qt5/plugins/bearer/libqconnmanbearer.so
> > tmp/usr/lib/qt5/plugins/bearer/libqgenericbearer.so
> > tmp/usr/lib/qt5/plugins/bearer/libqnmbearer.so
>
> I don't think I
Em quarta-feira, 13 de julho de 2016, às 12:34:25 PDT, Elvis Stansvik
escreveu:
> I'll run an strace while using the application, but I thought I'd also
> ask here: When in general does Qt load its plugins? For some plugins
> (such as the platform plugin), I expect it to be quite early. But what
>
Em quarta-feira, 13 de julho de 2016, às 14:09:33 PDT, Frank Rueter | OHUfx
escreveu:
> Yup, I know all that, but once you cache a movie you can do that though
> (because it takes care of what you describe).
> It's a feature I need, and it will cost memory for sure, but that's the
> app I need to
Yup, I know all that, but once you cache a movie you can do that though
(because it takes care of what you describe).
It's a feature I need, and it will cost memory for sure, but that's the
app I need to write.
Cheers,
frank
On 12/07/16 5:38 pm, Thiago Macieira wrote:
On terça-feira, 12 de j
2016-07-13 15:10 GMT+02:00 Michael Sué :
> Hi,
>
> You will usually need this one, too:
> tmp/usr/lib/qt5/plugins/platforms/libqlinuxfb.so
Ah, thanks for the info. Do you know what it's needed for? The "fb"
suggests framebuffer, while I'm only targeting X11.
In the AppImage I'm testing right now
Hi,
You will usually need this one, too:
tmp/usr/lib/qt5/plugins/platforms/libqlinuxfb.so
This one only if you use opengl:
tmp/usr/lib/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
This one for print dialogs (print preview, layout, etc.) and such:
tmp/usr/lib/qt5/plugins/printsupport/
You can have a look at the ArcGIS runtime for Qt, which supports a few
different map providers and is free for basic functionality like this:
https://developers.arcgis.com/qt/
However, it's got its own API which does not provide model/delegate support
as of version 10.26 (the new beta of Quartz s
2016-07-13 14:06 GMT+02:00 Elvis Stansvik :
> 2016-07-13 14:00 GMT+02:00 alexander golks :
>> Am Wed, 13 Jul 2016 12:37:22 +0200
>> schrieb Elvis Stansvik :
>>
>>> 2016-07-13 12:34 GMT+02:00 Elvis Stansvik :
>>> > I'm working on packaging an application using QtWidgets as an AppImage
>>> > and I'm
> On 7/13/16, 7:46 AM, "chg...@googlemail.com on behalf of Ch'Gans"
> wrote:
>
> Why not use a plain QLogValueAxis for your X axis, if you're talking
> thousand of years, i guess you don't need month, day, hours, minutes,
>... on your X axis, do you? Do you need to take into account leap
> year,
2016-07-13 14:00 GMT+02:00 alexander golks :
> Am Wed, 13 Jul 2016 12:37:22 +0200
> schrieb Elvis Stansvik :
>
>> 2016-07-13 12:34 GMT+02:00 Elvis Stansvik :
>> > I'm working on packaging an application using QtWidgets as an AppImage
>> > and I'm looking at which of the Qt plugins I must bundle.
>>
2016-07-13 12:34 GMT+02:00 Elvis Stansvik :
> I'm working on packaging an application using QtWidgets as an AppImage
> and I'm looking at which of the Qt plugins I must bundle.
>
> I'll run an strace while using the application, but I thought I'd also
I realize now that stracing my application, it
Am Wed, 13 Jul 2016 12:37:22 +0200
schrieb Elvis Stansvik :
> 2016-07-13 12:34 GMT+02:00 Elvis Stansvik :
> > I'm working on packaging an application using QtWidgets as an AppImage
> > and I'm looking at which of the Qt plugins I must bundle.
> >
> > I'll run an strace while using the application,
On 7/13/16, 7:38 AM, "Elvis Stansvik" wrote:
> Hi Adam,
> 2016-06-27 21:55 GMT+02:00 Thompson, Adam B. :
> > The software package I co-develop at work is dependent on Qt 4.8, but we
> > plan to move to Qt 5 when we have time/funding. We currently depend on a
> > third-party plotting package for
On 28 June 2016 at 07:55, Thompson, Adam B. wrote:
>
> The software package I co-develop at work is dependent on Qt 4.8, but we plan
> to move to Qt 5
> when we have time/funding. We currently depend on a third-party plotting
> package for our 2D data
> visualization, but we'd like to be able to
Hi Adam,
2016-06-27 21:55 GMT+02:00 Thompson, Adam B. :
> The software package I co-develop at work is dependent on Qt 4.8, but we
> plan to move to Qt 5 when we have time/funding. We currently depend on a
> third-party plotting package for our 2D data visualization, but we'd like to
> be able to
Oliver,
While I can appreciate your comment regarding the amount of money needed to
migrate from Qt4 to Qt5, the funding availability is not the real issue. I have
a fundamental lack of knowledge when it comes to properly extending one of the
aforementioned axis types to allow us to display our
2016-07-13 12:34 GMT+02:00 Elvis Stansvik :
> I'm working on packaging an application using QtWidgets as an AppImage
> and I'm looking at which of the Qt plugins I must bundle.
>
> I'll run an strace while using the application, but I thought I'd also
> ask here: When in general does Qt load its pl
I'm working on packaging an application using QtWidgets as an AppImage
and I'm looking at which of the Qt plugins I must bundle.
I'll run an strace while using the application, but I thought I'd also
ask here: When in general does Qt load its plugins? For some plugins
(such as the platform plugin)
If some of your forms are user defined, maybe you can take a look to the
QML editor code integrated in QtCreator. I don't know if it's rendered with
QML or something else, if it's in QML then the way it is done should be
correspond to what your a looking for.
I don't know why Qt doesn't support pr
> Am 27.06.2016 um 21:55 schrieb Thompson, Adam B. :
>
> ..., but we plan to move to Qt 5 when we have time/funding. ...
>
> Some of our data sets are time-dependent and are often extrapolated hundreds
> or thousands of years in the future.
So I guess eventually you /will/ have time and fun
Hi,
since Monday, July 11, 2016, the direct tile access to MapQuest legacy
maps has been stopped. See [1].
Is it correct that there are now no out of the box usable map provider
plugins?
MapQuest now offers a "free" plan for which you need to register. Has
anyone tried to adapt the osm plu
Op 05/07/2016 om 07:34 schreef Beemaneni, Bala:
*From:* Beemaneni, Bala
*Sent:* Tuesday, July 5, 2016 11:03 AM
*To:* developm...@qt-project.org
*Subject:* Translations in QML
Hi Guyz,
I am using Translations in Qml w
Hi,
On 13/07/2016 07:52, Oleg Evseev wrote:
Hi,
SceneLoader is what you are looking for.
Also take a look to "qgltf" example, and this link
http://blog.qt.io/blog/2016/01/08/qt3d-asset-conditioning/
SceneLoader loads a whole subtree of entities. Mesh should load the
geometry for a single e
On Friday 20 May 2016 15:27:27 Eric Laffoon wrote:
> Hi all,
>
> It's a little emberassing but I'm still using some Qt3 software. Kommander
> is partially ported to Qt4 and I've been running my business with it since
> 2007. I'm rebuilding my biz and hope to have more time in the future. I was
> w
36 matches
Mail list logo