Queries regarding Qt component development across platform
-
I need to build components across application so as to maintain a consistent and unified UI . For instance , I need to build a view in Qt and somehow embed this in my layout in Android activity . I am aware that Qt can be used to build an entire application but no where i find building Ui components with Qt and providing as library across platform . Is it possible ? If so how would that work ? How can two UI frameworks in a platform communicate ?
-
@Akshaya-Shanker said in Queries regarding Qt component development across platform:
I am aware that Qt can be used to build an entire application but no where i find building Ui components with Qt and providing as library across platform
What UI components?!
You build your Qt app and deploy it for/on Android.(Note: AFAIK only QML app work on Android currently)
More information and tips can be found here:
-
@Akshaya-Shanker said in Queries regarding Qt component development across platform:
Is it possible ?
Yes, build a library and build it for every platform you want to support.
https://doc.qt.io/qt-6/sharedlibrary.html
https://wiki.qt.io/How_to_create_a_library_with_Qt_and_use_it_in_an_application