mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
Move VisualBuilder into a new DevTools directory.
This commit is contained in:
parent
6b40b081b2
commit
3ae9fc5d88
18 changed files with 3 additions and 3 deletions
16
DevTools/VisualBuilder/VBWidgetType.h
Normal file
16
DevTools/VisualBuilder/VBWidgetType.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
enum class VBWidgetType {
|
||||
None = 0,
|
||||
GWidget,
|
||||
GButton,
|
||||
GLabel,
|
||||
GSpinBox,
|
||||
GTextEditor,
|
||||
GProgressBar,
|
||||
GCheckBox,
|
||||
GScrollBar,
|
||||
GGroupBox,
|
||||
GSlider,
|
||||
__Count
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue