轻量级前端框架助力开发者提升项目效率与性能
760
2022-10-14
Softbloks- C++ 应用框架
Softbloks 是一款免费的跨平台的应用框架,为开发者提供一个有效的开发模式,自下而上或者自上而下,提高开发效率。
示例代码:
class MainObject : public sb::AbstractSoft{ public: MainObject() { // 1) register the property Qt.mainview in read-only mode // - the method get_widget is passed as reading accessor (std::bind is // used to convert the method into a std::function bound to this) // - empty value (nullptr) is passed as writing accessor this->register_property
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~