轻量级C ++ Gui库 [英] Lightweight C++ Gui Library

查看:905
本文介绍了轻量级C ++ Gui库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Windows上使用C ++创建GUI应用程序。我已经下载Qt,它工作得很好,但它有这么多的东西,这么多的头文件,我真的不使用。它是一个很好的框架,但它不仅仅是GUI。

I want to create GUI applications with C++ on Windows. I have downloaded Qt, and it works well, but it has so much stuff in it and so many header files that I really don't use. It is a nice framework, but it has more than just GUI.

对于Windows C ++,有没有更轻的GUI库是只是GUI?

Are there any lighter GUI libraries out there for Windows C++ that is "just GUI"?

推荐答案

FLTK,如果你是认真的轻量级。

FLTK, if you are serious about lightweight.

a href =http://www.fltk.org/> http://www.fltk.org/

http://www.fltk.org/

编辑:

从网站Blurb:

edit:
Blurb from the website:

FLTK被设计为小和模块化足以静态链接,但作为共享库工作正常。 FLTK还包括一个称为FLUID的优秀UI构建程序,可用于在几分钟内创建应用程序。

FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.

我将补充说,它的成熟 stable

这篇关于轻量级C ++ Gui库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆