您好,欢迎您访问我们的网站,我们将竭诚为您服务!
   

7*24小时求学热线

020-12345678

您现在所在的位置: 首页 > 成人高考 > 考前辅导

C++除了Qt还有什么GUI库?

时间:2025-06-21 11:35:17 来源: 阅读:

如果出了Qt要我选一个gui库我会选Elements,轻量级,并且从一开始就是modern C++,用cmake构建,没有历史包袱,用起来很清爽。

不算默默无闻的那种,github也有几千星: ***s://github***/cycfi/elements 做出来的界面也非常漂亮: 关键是语法也很舒服,易学易用: #include using namespace cycfi::elements; // Main window background color auto constexpr bkd_color = rgba(35, 35, 37, 255); auto background = box(bkd…。

C++除了Qt还有什么GUI库?