Why not use one of the continous integration services like travis-ci or
circle-ci?
Cheers,
Bernhard
Uwe Rathmann schrieb am So., 17. März 2019,
14:55:
> Hi,
>
> all arguments for doing Continuous Integration for Qt ( https://
> blog.qt.io/blog/2016/08/08/coin-continuous-integration-for-qt/ ) ar
cation!
On a side note: Do you know an estimated timeframe for when it will be
publicly available?
Would be really interested in the details.
2018-06-19 23:13 GMT+02:00 Thiago Macieira :
> On Tuesday, 19 June 2018 14:04:45 PDT Bernhard B wrote:
> > Sorry, I don't get it. But what
Sorry, I don't get it. But what's the point of providing a link to the
Intel github rpo if we can't access it?
Am Dienstag, 19. Juni 2018 schrieb Thiago Macieira :
> On Tuesday, 19 June 2018 13:15:18 PDT Jason H wrote:
> > > Currently, we use https://github.com/clearlinux/cve-check-tool. This
> i
I am just a user of Qt, so please take the following please with a grain of
salt:
I haven't started debugging my application yet, but for some reason my
application laggs on Android, but works fine on iOs. It's a listview with a
pretty complex delegate. On Android you can see clearly that it laggs
op" button
//and the tab bar
if(verticalVelocity > flickTabBarTreshold){
backToTopButton.visible = false;
tabBar.hide();
}
}
I don't know if this is the best solution, but it seems to work.
Thanks,
Bernhard
2017-01-26 15:38 GMT+01:00 Bernhard B :
Hi,
I am currently trying to optimize my Listview for performance. I already
removed most of the bottlenecks by following the great recommendations at:
http://doc.qt.io/qt-5/qtquick-performance.html
However, there is one problem I don't how to solve. It's about this code
part:
ListView{
clip