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. Split GUI and Core code (Architecture)
Forum Updated to NodeBB v4.3 + New Features

Split GUI and Core code (Architecture)

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 506 Views 1 Watching
  • 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.
  • BlackMambaB Offline
    BlackMambaB Offline
    BlackMamba
    wrote on last edited by
    #1

    Hello,
    I have developped an application with a GUI and some applicative code at the same time.
    Most of the time, there is a GUI class with a pointer to the core class for example
    @
    class GUI_Animal{
    private:
    Animal* animal;
    }
    @

    Now, I would like to split the GUI from the core code and make a dll from the core to give an API to users and also give the possibility for other people to make their own GUI.
    What would be the best solution for that? Add an interface class?

    Cheers

    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