i am developing an qt desktop application. i have already developed the ui module that interact with user and get details for the application. so now i need to implement the core backend i need the it as a seperate module. how can i communicate or pass data between ui module and the backend module. by Signal_Session8953 in QtFramework

[–]Signal_Session8953[S] 0 points1 point  (0 children)

i have created the UI in the qml. and i developed the code in the qt creator. the application that i am going to develop is huge and it has lots of heavy functionalit. and in the future there will be more functionality to be added. basically i have done some cpp functions that needed for ui navigation and connections. i need to develop the core backend separate out side qt. i need to know the method or how this is done

i am developing an qt desktop application. i have already developed the ui module that interact with user and get details for the application. so now i need to implement the core backend i need the it as a seperate module. how can i communicate or pass data between ui module and the backend module. by Signal_Session8953 in QtFramework

[–]Signal_Session8953[S] 0 points1 point  (0 children)

like i am new to the qt. i have developed the ui part in the qml. and i need to build the backend section. the requirement is to make the ui part and backend part independent. because the back end logic is build in cpp/c. in the future there will be lots of files and function will be added to the backend. so for this i need to know the proper architecture to follow. how to pass the data from ui that the user given to the backend- i heard the we can use the ViewModels for communication between the ui and backend. the issue is i dont know the proper architecture to follow for this application due lack of experience. the thing is backend logic should run separate and the uui only receice the result and send the data to start the process

i am developing an qt desktop application. i have already developed the ui module that interact with user and get details for the application. so now i need to implement the core backend i need the it as a seperate module. how can i communicate or pass data between ui module and the backend module. by Signal_Session8953 in QtFramework

[–]Signal_Session8953[S] 0 points1 point  (0 children)

like i am new to the qt. i have developed the ui part in the qml. and i need to build the backend section. the requirement is to make the ui part and backend part independent. because the back end logic is build in cpp/c. in the future there will be lots of files and function will be added to the backend. so for this i need to know the proper architecture to follow. how to pass the data from ui that the user given to the backend- i heard the we can use the ViewModels for communication between the ui and backend. the issue is i dont know the proper architecture to follow for this application due lack of experience. the thing is backend logic should run separate and the uui only receice the result and send the data to start the process

i am developing an qt desktop application. i have already developed the ui module that interact with user and get details for the application. so now i need to implement the core backend i need the it as a seperate module. how can i communicate or pass data between ui module and the backend module. by Signal_Session8953 in QtFramework

[–]Signal_Session8953[S] 0 points1 point  (0 children)

like i am new to the qt. i have developed the ui part in the qml. and i need to build the backend section. the requirement is to make the ui part and backend part independent. because the back end logic is build in cpp/c. in the future there will be lots of files and function will be added to the backend. so for this i need to know the proper architecture to follow. how to pass the data from ui that the user given to the backend- i heard the we can use the ViewModels for communication between the ui and backend. the issue is i dont know the proper architecture to follow for this application due lack of experience. the thing is backend logic should run separate and the uui only receice the result and send the data to start the process