Re: [Interest] Medical device companies using Qt

2022-10-29 Thread ich
Am 29. Oktober 2022 18:38:35 UTC schrieb Stan Morris : >I cannot get that time back. "sad but true" (Metallica, James Hetfield, Lars Ulrich) ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] "Activate your 10-day Qt 6 evaluation now"

2021-08-30 Thread ich
Am 30. August 2021 11:22:52 UTC schrieb Nuno Santos : >Hi, > >What do you do with a 10 days evaluation of Qt 6? > >I would say that taking into account the fact that Qt has a new building >system and qmake is not available anymore, porting an existing project takes >much more than 10 days. > >Any

Re: [Interest] Learning solutions survey

2021-06-17 Thread ich
Am June 17, 2021 6:48:07 AM UTC schrieb Tino Pyssysalo : >The EDU license is targeted at instructor-led classroom teaching rather >than scientific research work. >In the latter case, open-source license is working better or even >commercial one, if the work >will result to a commercial product.

Re: [Interest] QStringBuilder buffer overflow with string litteral?

2021-01-25 Thread ich
Am January 25, 2021 2:47:28 PM UTC schrieb "Olivier B." : >Oh, you are right, thanks. I thought the + operator was on a QString >and >adding a char would be faster than adding a 1-char string, but it just >changed the char* pointer address instead. > >Le lun. 25 janv. 2021 à 15:32, Giuseppe D'Ange

Re: [Interest] QStringBuilder buffer overflow with string litteral?

2021-01-25 Thread ich
Am January 25, 2021 12:56:45 PM UTC schrieb "Olivier B." : >Compiling with QT 5.11.1 & QT_USE_QSTRINGBUILDER, i get an error with >the >following code block: > > QString generateQuery(const QString& tableName, const QStringList& >columns, int count) > { >QString fields = "*"; >if (!colu

Re: [Interest] qml: opengl failure

2021-01-06 Thread ich
Am January 6, 2021 5:54:02 AM UTC schrieb Alexander Dyagilev : >Hello, > >I've tried to use this code: > >if(!qEnvironmentVariableIsSet("QT_OPENGL")) > >{ > >//OnWindows,useANGLEsowedon'thavetoloadOpenGL > >//user-modedriversintoourapp.OGLdrivers(especiallyIntel) > >//seemtocrashtheappfarmoreoften

Re: [Interest] Converting QStrings to const char *

2020-07-21 Thread ich
Pay attention: ::toUtf8() returns a QBytearray. After your complete call, the constData() is invalid. You must copy the pointer before the QBytearray gets out of scope. Am July 21, 2020 4:58:54 PM UTC schrieb Doogster : >My program uses both Qt and a C API that takes, as parameters, UTF-8 >cons

Re: [Interest] List on moderation

2020-07-16 Thread ich
+1 Am July 16, 2020 11:49:26 AM UTC schrieb Christian Gagneraud : >On Thu, 16 Jul 2020, 23:28 Cristián Maureira-Fredes, < >cristian.maureira-fre...@qt.io> wrote: > >> >> Mails on uncontroversial topics will be let through, >> but please understand that moderation will induce some delay. >> > >Is t

Re: [Interest] Fwd: vs. Flutter

2019-02-21 Thread ich
> >Chris > > > >> >> /René >> >> >> On Thu, 21 Feb 2019 at 14:50 Sylvain Pointeau > wrote: >>> >>> On Tue, Feb 19, 2019 at 8:30 PM Sylvain Pointeau > wrote: >>>> >>>> Qt is free on desktop, but it is not free on mobile

Re: [Interest] Fwd: vs. Flutter

2019-02-21 Thread ich
sktop, but it is not free on mobile, which is a real >> showstopper for me and many others. >> >> Le mar. 19 févr. 2019 à 20:12, ich a écrit : >> >>> Qt is free, too. >>> >> >I received few personal emails to ask me why am I writing that Qt is >not

Re: [Interest] Fwd: vs. Flutter

2019-02-21 Thread ich
, 2019 1:49:21 PM UTC schrieb Sylvain Pointeau : >On Tue, Feb 19, 2019 at 8:30 PM Sylvain Pointeau > >wrote: > >> Qt is free on desktop, but it is not free on mobile, which is a real >> showstopper for me and many others. >> >> Le mar. 19 févr. 2019 à 20:12, i

Re: [Interest] Fwd: vs. Flutter

2019-02-19 Thread ich
9 févr. 2019 à 20:12, ich a écrit : > >> Qt is free, too. >> >> Am February 19, 2019 7:04:03 PM UTC schrieb Sylvain Pointeau < >> sylvain.point...@gmail.com>: >>> >>> I cannot get it copied in the email, but the code in the section get >&g

Re: [Interest] Fwd: vs. Flutter

2019-02-19 Thread ich
Qt is free, too. Am February 19, 2019 7:04:03 PM UTC schrieb Sylvain Pointeau : >I cannot get it copied in the email, but the code in the section get >started has no "new" but I agree with you that it is not "declarative" > >The positive points about flutter is that it is free, and intellij >(ID

Re: [Interest] [ANN] UniqLogger a Qt-based logging library

2018-11-17 Thread ich
ianal, but static linking is allowed, as long as you provide the object files to allow relinking. This seems to be a field of discussion, though... Alex Am November 17, 2018 5:51:38 PM UTC schrieb Francesco Lamonica : >Hello René, >license is indeed LGPL-2 and you can use the library in your