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

VisualBuilder: Add icons to the toolbox, and support for GProgressBar.

This commit is contained in:
Andreas Kling 2019-04-11 06:08:06 +02:00
parent 75c76f6692
commit b5d1cfef58
9 changed files with 40 additions and 16 deletions

View file

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