Skip to content
  • Bruno Coudoin's avatar
    core, new internal dialog system instead of Qt Dialogs. · 9f51be34
    Bruno Coudoin authored
    Qt Dialogs brings several issues for us:
    - On desktop create external floating window
    - On Android, brings the system toolbar that overrides our bar and
      never get away.
    - Hard to port on some platforms
    - Hard to translate YES / NO Button
    - Cannot customize button with children aware icons
    
    This implementation implemented our specific dialog system that are
    easy to customize the way we need.
    9f51be34