添加creeper-qt最新依赖
This commit is contained in:
25
creeper-qt/widget/indicator/circular-progress-indicator.hh
Normal file
25
creeper-qt/widget/indicator/circular-progress-indicator.hh
Normal file
@@ -0,0 +1,25 @@
|
||||
#pragma once
|
||||
#include "creeper-qt/utility/wrapper/common.hh"
|
||||
#include "creeper-qt/utility/wrapper/pimpl.hh"
|
||||
#include "creeper-qt/widget/widget.hh"
|
||||
|
||||
namespace creeper::circular_progress_indicator::internal {
|
||||
|
||||
class CircularProgressIndicator : public Widget {
|
||||
CREEPER_PIMPL_DEFINITION(CircularProgressIndicator);
|
||||
|
||||
public:
|
||||
};
|
||||
|
||||
}
|
||||
namespace creeper::circular_progress_indicator::pro {
|
||||
|
||||
using Token = common::Token<internal::CircularProgressIndicator>;
|
||||
|
||||
template <class T>
|
||||
concept trait = std::derived_from<T, Token>;
|
||||
|
||||
CREEPER_DEFINE_CHECKER(trait);
|
||||
using namespace widget::pro;
|
||||
}
|
||||
namespace creeper { }
|
||||
Reference in New Issue
Block a user