From 9f032a71201e6ad964e46a2a06c4003503b7dd54 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 27 Sep 2019 14:27:49 +0300 Subject: [PATCH] Add a progress bar widget --- source/panel.cpp | 2 ++ source/progressbar.cpp | 63 ++++++++++++++++++++++++++++++++++++++++++ source/progressbar.h | 31 +++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 source/progressbar.cpp create mode 100644 source/progressbar.h diff --git a/source/panel.cpp b/source/panel.cpp index b4f4f5f..59c363c 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -13,6 +13,7 @@ #include "list.h" #include "panel.h" #include "part.h" +#include "progressbar.h" #include "row.h" #include "slider.h" #include "stack.h" @@ -225,6 +226,7 @@ Panel::Loader::Loader(Panel &p, map &m): register_child_type