1
Fork 0
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:
Andreas Kling 2019-04-11 13:46:25 +02:00
parent 16990fece3
commit f0501a0102
4 changed files with 11 additions and 0 deletions

View file

@ -33,6 +33,7 @@ enum class WidgetType {
GProgressBar,
GCheckBox,
GScrollBar,
GGroupBox,
};
class VBWidget : public Retainable<VBWidget>, public Weakable<VBWidget> {