1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 15:47:35 +00:00

VisualBuilder: Add GCheckBox and GLabel, and draw icons for them, too.

This commit is contained in:
Andreas Kling 2019-04-11 06:32:27 +02:00
parent b5d1cfef58
commit f25c524f20
5 changed files with 38 additions and 6 deletions

View file

@ -31,6 +31,7 @@ enum class WidgetType {
GSpinBox,
GTextEditor,
GProgressBar,
GCheckBox,
};
class VBWidget : public Retainable<VBWidget>, public Weakable<VBWidget> {