Re: [Development] Feedback on Qt RESTful client development

2023-05-12 Thread drwho
FoxMQ is a layer 7 protocol supporting publish / subscribe, query / response and broadcast messaging.  It is currently being implemented from a specifcation . * messages are made of a header, topic and content. * clients can _subscribe_ to a p

Re: [Development] Changes to Qt offering

2020-01-27 Thread drwho
On 2020-01-27 9:34 a.m., Lars Knoll wrote: The third change is that The Qt Company will in the future also offer a lower priced product for small businesses. That small business product is btw not limited to mobile like the one Digia had some years ago, but covers all of Qt for Device Creation

Re: [Development] Porting QT to new OS

2019-11-07 Thread drwho
On 2019-11-07 10:40 a.m., Cristian Adam wrote: You can use https://qtlite.com/ to figure out only the parts you need for your setup. Cool! ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Porting QT to new OS

2019-11-07 Thread drwho
On 2019-11-07 10:31 a.m., Konstantin Tokarev wrote: 07.11.2019, 18:08, "drwho" : On 2019-11-07 12:42 a.m., Thiago Macieira wrote:  On Wednesday, 6 November 2019 20:41:10 PST martin ribelotta wrote:  4) What about the memory footprint?  A couple of megabytes. I'd love to

Re: [Development] Porting QT to new OS

2019-11-07 Thread drwho
On 2019-11-07 12:42 a.m., Thiago Macieira wrote: On Wednesday, 6 November 2019 20:41:10 PST martin ribelotta wrote: 4) What about the memory footprint? A couple of megabytes. I'd love to see a build how too that results in a couple of megabytes.  The smallest I've ever got Qt with a "cut ev

Re: [Development] Qt 5 types under consideration for deprecation / removal in Qt 6

2019-05-29 Thread drwho
On 2019-05-29 6:53 a.m., Mutz, Marc via Development wrote: == QSharedPointer / QWeakPointer -> std::shared_ptr/weak_ptr == Once they are stripped of their magic QObject handling and QObject handling returned to QPointer proper, they don't do much other than std::shared_ptr, except being less

Re: [Development] Qt Quick Templates 2 from C++

2019-02-14 Thread drwho
On 2019-02-14 5:45 a.m., Pier Luigi Fiorini wrote: Hi, I'd like to know if you have plans of making Qt Quick Templates 2 a public API and allow people to write new controls with C++ without using a private library. +1 for this and also for a public api for c++ Qt Quick Controls 2 widgets. 

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread drwho
Hi Denis, Most Qt widgets are not drawn using opengl but instead are rasterized.  I was surprised when I first learned this as well. "QPainter provides API for drawing vector graphics, text and images onto different surfaces, or QPaintDevice

Re: [Development] Android Qt service discovery (was: Requesting New Repository - QtZeroConf)

2016-01-06 Thread drwho
>> Project name: QtZeroConf >> >> Project description: >> QtZeroConf is a wrapper class for various mDNS discovery libraries >> across >> multiple platforms: >> >> Linux -> Avahi-client >> Android -> Avahi-core or Android Network Discovery Service > > Hi, > > is there any sample code available for

Re: [Development] Requesting New Repository - QtZeroConf

2015-11-16 Thread drwho
> Hi, > > Given that mdns uses an unprivileged port, it seems like to me it should > be possible > for just about any process to send and receive mdns queries. Which means > that any > app could participate in the mdns groups by itself if it wanted. The > primary advantage > that I can see with re-

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
Apple's bonjour lib is like avahi-client in that it connects to mDNSResponder. mDNSResponder, or something like it is built into OSx and iOS, but on windows comes in Apple's print services. > > I remember that we tried using the bonjour libs for a project inside the > Qt compan

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
>> Apple's bonjour lib is like avahi-client in that it connects to >> mDNSResponder. mDNSResponder, or something like it is built into OSx >> and >> iOS, but on windows comes in Apple's print services. >> >> The wrappers that use avahi-client and Apple's bonjour lib would be the >> same as QtDBus

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
> On Thursday 10 September 2015 09:47:57 dr...@infidigm.net wrote: >> One thought I've had is that avahi-core be ported to Windows. The issue >> with this is that two separate Qt programs could each be running there >> own >> mDNS stack which you are not supposed to do. The best solution for >> w

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
> > On Sep 10, 2015, at 12:05, Konstantin Tokarev wrote: > >> >> >> 10.09.2015, 00:56, "Jonathan Bagg" : >>> Project name: QtZeroConf >>> >>> Project description: >>> QtZeroConf is a wrapper class for various mDNS discovery libraries >>> across >>> multiple platforms: >>> >>> Linux -> Avahi-client

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
> On 10/09/15 09:56, "Ola Røer Thorsen" wrote: > >> >>2015-09-09 23:56 GMT+02:00 Jonathan Bagg >>: >> >>Window -> Apple's Bonjour >> >> >>Would this mean Bonjour would be bundled with Qt for the Windows >> version, >>or will it have to be installed separately? > > That’s then basically a packag