zoukankan      html  css  js  c++  java
  • 什么是Qt Widget?

    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

  • 相关阅读:
    502 bad gateway错误的网关
    nodejs发展
    edgejs
    websocket nodejs实例
    nodejs原码
    node案例
    node 与php整合
    node c#
    jquery
    express
  • 原文地址:https://www.cnblogs.com/cszlg/p/3208251.html
Copyright © 2011-2022 走看看