Qt 6 - What's cooking? - and other cool new stuff!

  Рет қаралды 18,574

Qt Group

Qt Group

Күн бұрын

Пікірлер: 53
@VoidRealms
@VoidRealms 4 жыл бұрын
Hello - big fan of Qt, but I do feel if it needs some attention in regards to connecting with other services (google, facebook, things like that) along with adding things very much lacking file compression (tar, zip, gz.zip), encryption (aes, and so on), and all those things that we typically have to reach out to a 3rd party lib.
@fjallmann
@fjallmann 4 жыл бұрын
Among other things, maybe better python coupling can help too. Ps: nice seeing you here voidrealms!
@VoidRealms
@VoidRealms 4 жыл бұрын
@@fjallmann small world :)
@RatijasT
@RatijasT 4 жыл бұрын
Speaking of 3rd party lib, where is the missing package manager?
@w01dnick
@w01dnick 4 жыл бұрын
Well, there are some 3rd party but Qt-based libs, like KDE Frameworks (e.g., KArchive), QCA, so you don't need to glue them to Qt yourself.
@christianm4906
@christianm4906 4 жыл бұрын
It would be awesome to see support for firebase.
@AshiqurRahman
@AshiqurRahman 3 жыл бұрын
why 480p in 2020
@christianm4906
@christianm4906 4 жыл бұрын
It would be awesome to see support for firebase.
@susjjmegxj
@susjjmegxj 4 жыл бұрын
Please show more love to mobile. It is very painful to see that people are choosing raw products such as kotlin multiplatform instead of mature Qt.
@VoidRealms
@VoidRealms 4 жыл бұрын
For sure, but I also think a lot of mobile developers won't try c++, to really compete, QML / JavaScript would need bindings into all qt c++ classes
@zakariachahboun
@zakariachahboun 4 жыл бұрын
i agree 👍
@prashkd7684
@prashkd7684 3 жыл бұрын
I'm not sure if ppl will pay for QT license when there's all these OS options. Also, it seems the future of mobile dev is moving more towards web technologies which isn't QT's forte.
@鄭小白-n4p
@鄭小白-n4p 2 жыл бұрын
That’s true, so I have given up and chose Flutter haha.
@malekkhlif244
@malekkhlif244 4 жыл бұрын
What about Android Automotive ? And AOSP automotive ?
@RolfSchlup
@RolfSchlup 4 жыл бұрын
Qt needs to do a better marketing job. I'd love to do some mobile app work with Qt, but when looking for work it is either Qt is too expensive, or we can't find C++ developers or they never heard of Qt. I've used Qt since version 2 and I would love to work on a project utilizing it, but it has been very difficult. Everywhere you look it is mostly React.JS, Cordova, and Capacitor for cross platform development.
@QtStudios
@QtStudios 4 жыл бұрын
Hi Rolf, any suggestions on what we need to do better? :) Any ideas of how we can get our community to advocate for us?
@RolfSchlup
@RolfSchlup 4 жыл бұрын
@@QtStudios I guess the main problem is the licensing. As soon as you want to create a commercial app for example, you need a commercial license - or do you? It has been very confusing. For all other platforms such as flutter, React.JS, etc. It is easy since it is free. Being turned away by C++ should not be an excuse. Also, better explanations on how Android, iOS SDKs integrate into a Qt mobile project would be helpful and maybe video that showcases it.
@QtStudios
@QtStudios 4 жыл бұрын
@@RolfSchlup Have you checked out this Rolf? www.qt.io/qt-for-small-business
@RolfSchlup
@RolfSchlup 4 жыл бұрын
@@QtStudios I'm a freelancer working for companies that need apps that go with the products they sell. All those apps end up being free to download. What kind of license would that be? Is that covered under the small business license as well?
@VFPn96kQT
@VFPn96kQT 4 жыл бұрын
@@RolfSchlup And what's the point for a company to give everything for free? It's easier to just close it and save time and money on development. They don't have other revenue sources like Facebook, Google etc do.
@maheshkariya
@maheshkariya 4 жыл бұрын
And what about web ? Please do something about web assembly. I looking forward to mobile and web support from qt with modern responsive design as well..
@HermanWillems
@HermanWillems 3 жыл бұрын
We need a Qt variant for Rust. Rust does web perfectly. It has the best ecosystem for Webassembly. Unlike C and C++. (It's possible, but eco system is not there)
@СергейЦабий-ы1л
@СергейЦабий-ы1л 2 жыл бұрын
Хорошо. Буду изучать)
@HermanWillems
@HermanWillems 3 жыл бұрын
Embedded is moving more and more to Rust. For obvious reasons. What will Qt do about that? Will you give Rust Tier 1 support? Or do we need to look for other frameworks? Or new rising frameworks based on Rust? Problem with Qt is it's based on C++ and therefore hard to use in lower level languages like C. What will be the case for Rust?
@anneallison6402
@anneallison6402 3 жыл бұрын
Why is it moving to Rust? This is the second time i hear that
@_ClericalError_
@_ClericalError_ 2 жыл бұрын
@@anneallison6402 It isn't. Rust has an evangelization corps that goes around spreading the Good News(tm) all over the internet about stuff like this, but it is more bark than bite. There are uses for Rust in embedded work, but the majority of embedded development is still done in plain-old-C with a little assembly. Rust has a lot of maturing to do yet, it doesn't even have a stable ABI or any third-party implementations. It may become a big player one day, but today is not that day.
@facundofierro
@facundofierro 4 жыл бұрын
What about WebAssembly? Why wasn't mentioned as supported platform?
@AdamSowinski
@AdamSowinski 4 жыл бұрын
Can you use QT for free in commercial projects?
@alessiodf
@alessiodf 4 жыл бұрын
yes, with the (L)GPL version you can as long as you don't patch anything from the original QT baseline. If you do, your changes will be open sources too, but your software that only links the qt binaries can be closed source and commercial
@prashkd7684
@prashkd7684 3 жыл бұрын
@@alessiodf unfortunately its not that simple. there are APIs which fall under different licenses.
@scopchanov
@scopchanov 2 жыл бұрын
@@prashkd7684 He explicitly stated: with the (L)GPL version
@zakariachahboun
@zakariachahboun 4 жыл бұрын
Please focus more on mobile development! ❤️
@kevinvan4197
@kevinvan4197 4 жыл бұрын
Whats cooking for the open source users? :)
@MauriceKalinowski
@MauriceKalinowski 4 жыл бұрын
Everything that Lars mentions is going to be available in both editions, open source as well as for commercial customers.
@chouaibalihaimoud8305
@chouaibalihaimoud8305 4 жыл бұрын
what about moc/templates problems , are you planing to use verdigris or you are waiting for C++ meta-classes, if thinks if you resolve this problem or at least adopt verdigris library as choice supported by Qt, many of the architectural problems will find their ways to be solved
@w01dnick
@w01dnick 4 жыл бұрын
Why is this necessary? You could use verdigris right now if your project needs template QObjects. It's just a template header, no heavy dependencies.
@chouaibalihaimoud8305
@chouaibalihaimoud8305 4 жыл бұрын
@@w01dnick I am using it for my projects, but this awesome library should be used by Qt company to facilitate architecture improvement
@w01dnick
@w01dnick 4 жыл бұрын
@@chouaibalihaimoud8305 The problem is it can't replace current implementation as it has incompatible syntax. And shipping two different ways for meta objects is confusing and excessive. Moving to moc-ng though is better approach as it keeps compatibility with existing code, has no repetitions and allows template class for QObject.
@batdude2196
@batdude2196 4 жыл бұрын
Has anyone compared QT to Disti?
@FrancoAmato
@FrancoAmato 4 жыл бұрын
Where to download Disti libraries?
@stetig1
@stetig1 4 жыл бұрын
Why the resolution is so small?
@zorglub76
@zorglub76 4 жыл бұрын
So that video can fit the ram on mainstream STM32 chips
@nasonibrahim
@nasonibrahim 4 жыл бұрын
take my money already lol
@bsatyam
@bsatyam 3 жыл бұрын
TIL Qt is pronounced as 'cute'
@mendaxassange4465
@mendaxassange4465 3 жыл бұрын
Really...? 480P?
How to make money with Qt Open Source
10:41
VoidRealms
Рет қаралды 16 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 46 МЛН
This Game Is Wild...
00:19
MrBeast
Рет қаралды 114 МЛН
Cross Platform Graphical User Interfaces in C++
44:49
javidx9
Рет қаралды 872 М.
Using C++ Models in QML {tutorial}
49:49
Qt Group
Рет қаралды 140 М.
Have You Picked the Wrong AI Agent Framework?
13:10
Matt Williams
Рет қаралды 78 М.
Webassembly Is NOT What You Think!
48:42
The Art Of The Terminal
Рет қаралды 13 М.
Python. Arduino,  PyQt, Modern GUI in QML:  Arduino Mega
4:54
joelk klein
Рет қаралды 17 М.
Qt Widgets or QML ?
11:45
LearnQtGuide
Рет қаралды 60 М.
The cloud is over-engineered and overpriced (no music)
14:39
Tom Delalande
Рет қаралды 690 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 46 МЛН