开发者

Calendar control GUI C++ library

开发者 https://www.devze.com 2022-12-23 22:23 出处:网络
Who knows a good component for 开发者_如何学运维a \"calendar control\" (NOT date/time picker)?

Who knows a good component for 开发者_如何学运维a "calendar control" (NOT date/time picker)?

"Calendar control" means something like Mozilla Sunbird:

Calendar control GUI C++ library

(source: mozilla.org)

Requirements to the control:

- C++;

- Day/Week/Month view;

- Support of several calendars;

- Without MFC dependences;

Nice to have:

- Open source;

- Cross plathform;

- Free;

- Minimum external dependences (boost etc are fine);


You are unlikely to find such a control ready made.
Even more unlikely to find one for C++ without MFC dependencies.

Your best bet is to implement it yourself.


The Qt Framework has an example calendar that you can use as a starting point, although it is nowhere near as complete as what you are looking for. No sensible GUI framework will have such a widget out-of-the-box.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号