From 75af97d4d35ef078cb1ad24556bd5a931dd7b914 Mon Sep 17 00:00:00 2001 From: laserpants Date: Sat, 18 Jun 2016 12:11:42 +0300 Subject: [PATCH] create separate class for Circular Progress --- README.md | 1 + components/circularprogress.cpp | 0 components/circularprogress.h | 4 ++++ components/circularprogress_p.h | 4 ++++ components/progress_p.h | 4 ++++ 5 files changed, 13 insertions(+) create mode 100644 components/circularprogress.cpp create mode 100644 components/circularprogress.h create mode 100644 components/circularprogress_p.h create mode 100644 components/progress_p.h diff --git a/README.md b/README.md index a601e07..6118058 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [x] Text Field - [x] Toggle - [ ] App Bar +- [ ] Circular Progress - [ ] Dialog - [ ] Divider - [ ] Drawer diff --git a/components/circularprogress.cpp b/components/circularprogress.cpp new file mode 100644 index 0000000..e69de29 diff --git a/components/circularprogress.h b/components/circularprogress.h new file mode 100644 index 0000000..5310b12 --- /dev/null +++ b/components/circularprogress.h @@ -0,0 +1,4 @@ +#ifndef CIRCULAR_PROGRESS_H +#define CIRCULAR_PROGRESS_H + +#endif // CIRCULAR_PROGRESS_H diff --git a/components/circularprogress_p.h b/components/circularprogress_p.h new file mode 100644 index 0000000..a8e0d75 --- /dev/null +++ b/components/circularprogress_p.h @@ -0,0 +1,4 @@ +#ifndef CIRCULARPROGRESS_P_H +#define CIRCULARPROGRESS_P_H + +#endif // CIRCULARPROGRESS_P_H diff --git a/components/progress_p.h b/components/progress_p.h new file mode 100644 index 0000000..34174b5 --- /dev/null +++ b/components/progress_p.h @@ -0,0 +1,4 @@ +#ifndef PROGRESS_P_H +#define PROGRESS_P_H + +#endif // PROGRESS_P_H