Qt帮助文档如此解释:

The user interface contains visual elements that are called widgets in Qt. Examples of widgets are text edits, scroll bars,
labels, and radio buttons. A widget can also be a container for other widgets; a dialog or a main application window, for
example.

简而言之,widget(译名:部件)就是包含可视化元素的用户接口,如编辑框,按钮,标签等等。一些部件如对话框、主窗口等可以容纳其他部件。

2013-07-23 12:24:28

 

 

 

 

 

相关文章:

  • 2021-09-13
  • 2021-04-16
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2021-11-07
  • 2021-11-03
猜你喜欢
  • 2021-11-01
  • 2021-08-06
  • 2022-02-22
  • 2022-03-03
  • 2021-08-08
  • 2022-12-23
  • 2021-09-19
相关资源
相似解决方案