Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtRemoteObject
QtWS25 Last Chance

QtRemoteObject

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtremoteobjectdesign
1 Posts 1 Posters 669 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    batcher
    wrote on last edited by
    #1

    Hello guys,

    I playing with QtRO by making a service oriented app using it. in my app I want to show some reports in a ListView, some sort of rectangles with information in it. For every report I will create a QRemoteObject which will live in the server side as a service.

    To expose the reports objects to the app I created another QtRO which will expose them by simply holding a QList of the reports as POD(QString name, QUrl endpoint), so as I add report to the ObjectExposer, the application will be notified and It will create the necessary GUI and hook up the events to the GUI for that report. In this design the reports objects must expose the same properties, signals and slots.

    I don't know if it's a good approach or I need to change it somehow !. any idea or suggestion about the concept will be welcomed.

    Thank you in advance.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved