Elaztek Developer Hub
Blamite Game Engine - Keystone  00316.05.31.21.2007.blamite
A library that enables the use of Qt in Blamite's editing tools.
ui_shared.h
Go to the documentation of this file.
1 #pragma once
2 
7 {
8  MDI,
9  Tabs
10 };
BlamWorkspaceLayoutType::Tabs
@ Tabs
Sub-windows will be organized using tabs, similar to more modern editing tools.
BlamWorkspaceLayoutType::MDI
@ MDI
Sub-windows will be organized using MDI (Multiple Document Interface).
BlamWorkspaceLayoutType
BlamWorkspaceLayoutType
Enumerator used to specify the workspace layout method that an application should use.
Definition: ui_shared.h:6