Jump to content

RaiNote

Developers
  • Posts

    3
  • Joined

  • Last visited

Posts posted by RaiNote

  1. 12 hours ago, Josh said:

    partially yes, partially no as this would limit me to handling and displaying router through tabs. What I'm rather seeking is a simple sceneview system which I myself then could design as in "this button or this action will lead you to this view", in other words a similar design to websites with navbars, hamburger menus and such used to decide what to display.

  2. Is there a predefined way to have like multiple views and switch between those e.g. switching between different user interfaces?
    As of now I only see a tricky way of doing something along the lines of this:
     

    ui->Hide();
    ui->Clear();
    ui2->Show();
    ui2->Draw();

     

×
×
  • Create New...