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] Medical device companies using Qt

2022-10-29 Thread Stan Morris
The guy's posts bury useful responses. Everything else on
interest@qt-project.org is interesting. I would like his responses filtered
out. I read a few. I cannot get that time back.

On Sat, Oct 29, 2022 at 11:04 AM Elvis Stansvik  wrote:

> Den lör 29 okt. 2022 kl 19:26 skrev Stan Morris :
> >
> > A poster (troll?) writes that few medical device companies use Qt. That
> is simply incorrect.
>
> I'm sorry to say it, but I see a reply from the same in your near future...
>
> Elvis
>
> >
> > I know developers at 4 medical device companies of which 3 use Qt: Qt 5,
> Qt 6, and don't know if  the 3rd transitioned to Qt 6 yet.
> >
> > Look at job postings. A "Qt" search on indeed.com for job postings in
> Newport Beach, CA showed 3 of the first 10 postings are at medical device
> companies: Massimo, Johnson & Johnson, and Nihon Kohden are medical device
> companies that are hiring Qt developers.
> >
> > Lack of interest in Qt by medical device companies is misinformation. I
> apologize for not contributing to the technical tone of this list.
> > ___
> > Interest mailing list
> > Interest@qt-project.org
> > https://lists.qt-project.org/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Medical device companies using Qt

2022-10-29 Thread Elvis Stansvik
Den lör 29 okt. 2022 kl 19:26 skrev Stan Morris :
>
> A poster (troll?) writes that few medical device companies use Qt. That is 
> simply incorrect.

I'm sorry to say it, but I see a reply from the same in your near future...

Elvis

>
> I know developers at 4 medical device companies of which 3 use Qt: Qt 5, Qt 
> 6, and don't know if  the 3rd transitioned to Qt 6 yet.
>
> Look at job postings. A "Qt" search on indeed.com for job postings in Newport 
> Beach, CA showed 3 of the first 10 postings are at medical device companies: 
> Massimo, Johnson & Johnson, and Nihon Kohden are medical device companies 
> that are hiring Qt developers.
>
> Lack of interest in Qt by medical device companies is misinformation. I 
> apologize for not contributing to the technical tone of this list.
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] Medical device companies using Qt

2022-10-29 Thread Stan Morris
A poster (troll?) writes that few medical device companies use Qt. That is
simply incorrect.

I know developers at 4 medical device companies of which 3 use Qt: Qt 5, Qt
6, and don't know if  the 3rd transitioned to Qt 6 yet.

Look at job postings. A "Qt" search on indeed.com for job postings in
Newport Beach, CA showed 3 of the first 10 postings are at medical device
companies: Massimo, Johnson & Johnson, and Nihon Kohden are medical device
companies that are hiring Qt developers.

Lack of interest in Qt by medical device companies is misinformation. I
apologize for not contributing to the technical tone of this list.
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] qt_add_qml_module and not embedding QML files

2022-10-29 Thread Benjamin B (BBenj)
Hello,

I can't answer your question specifically, but if you're using Qt 6 you may 
want to look into QQmlEngine::addUrlInterceptor to handle live reloads. I don't 
think Qt 5 has something equivalent.
You can look for runtimeqml on GitHub for a use of it (disclaimer- I'm the 
author and while it works for me it was not extensively tested ;-) 
https://github.com/GIPdA/runtimeqml  ).

Benjamin



> Le 27 oct. 2022 à 23:13, Benjamin TERRIER  a écrit :
> 
> Hi,
> 
> Is there a way to not embed QML files into the Qt resource system when using 
> qt_add_qml_module() ?
> 
> Or at least, not generate the "prefer :/..." line in the qmldir file ?
> 
> Having the prefer line makes it impossible to load QML files from disk, 
> preventing any kind of live reloading of QML.
> 
> Thanks
> 
> Benjamin
> 
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest