Elaztek Developer Hub
Blamite Game Engine - Keystone  00317.05.31.21.2243.blamite
A library that enables the use of Qt in Blamite's editing tools.
ui_shared.h File Reference

Go to the source code of this file.

Enumerations

enum  BlamWorkspaceLayoutType { BlamWorkspaceLayoutType::MDI, BlamWorkspaceLayoutType::Tabs }
 Enumerator used to specify the workspace layout method that an application should use. More...
 

Enumeration Type Documentation

◆ BlamWorkspaceLayoutType

Enumerator used to specify the workspace layout method that an application should use.

Enumerator
MDI 

Sub-windows will be organized using MDI (Multiple Document Interface).

Tabs 

Sub-windows will be organized using tabs, similar to more modern editing tools.