mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:27:43 +00:00
VisualBuilder: Add GGroupBox.
The icon currently looks better than a real GGroupBox. I have to fix that.
This commit is contained in:
parent
16990fece3
commit
f0501a0102
4 changed files with 11 additions and 0 deletions
|
@ -33,6 +33,7 @@ enum class WidgetType {
|
|||
GProgressBar,
|
||||
GCheckBox,
|
||||
GScrollBar,
|
||||
GGroupBox,
|
||||
};
|
||||
|
||||
class VBWidget : public Retainable<VBWidget>, public Weakable<VBWidget> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue