书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 771 个相关结果.
  • StackModel

    StackModel StackModel class StackModel : public QAbstractTableModel Public Types enum Column Values: enumerator OffsetColumn enumerator ValueColumn enumerator ...
  • The User Interface

    544 2021-10-08 《Qt6 QML Book》
    The User Interface The User Interface When starting Qt Creator you are greeted by the Welcome screen. There you will find the most important hints on how to continue inside Qt C...
  • User Interfaces

    User Interfaces Contents Global overviews Back Ends Frame buffer (FBDev) DirectFB Nano-X (Formally Microwindows) KDrive (formally Micro-x) OpenKODE Widget Toolkits GTK+ QT...
  • 对象模型

    2957 2019-05-26 《Qt 学习之路 2》
    标准 C++ 对象模型在运行时效率方面卓有成效,但是在某些特定问题域下的静态特性就显得捉襟见肘。GUI 界面需要同时具有运行时的效率以及更高级别的灵活性。为了解决这一问题,Qt “扩展”了标准 C++。所谓“扩展”,实际是在使用标准 C++ 编译器编译 Qt 源程序之前,Qt 先使用一个叫做 moc(Meta Object Compiler,元对象编译器)...
  • Quick Start

    720 2021-10-08 《Qt6 QML Book》
    Quick Start Quick Start This chapter will introduce you to developing with Qt 6. We will show you how to install the Qt SDK and how you can create as well as run a simple hello ...
  • 着色器效果(Shader Effect)

    着色器效果(Shader Effect) 着色器效果(Shader Effect) 注意 最后一次构建:2014年1月20日下午18:00。 这章的源代码能够在assetts folder 找到。 http://labs.qt.nokia.com/2012/02/02/qt-graphical-effects-in-qt-labs/ ...
  • 可视化显示数据库数据

    1166 2019-05-26 《Qt 学习之路 2》
    前面我们用了两个章节介绍了 Qt 提供的两种操作数据库的方法。显然,使用QSqlQuery 的方式更灵活,功能更强大,而使用QSqlTableModel 则更简单,更方便与 model/view 结合使用(数据库应用很大一部分就是以表格形式显示出来,这正是 model/view 的强项)。本章我们简单介绍使用QSqlTableModel 显示数据的方法。当...
  • FunctionModel

    FunctionModel FunctionModel class FunctionModel : public AddressableItemModel <> Public Types enum Column Values: enumerator NameColumn enumerator SizeColumn e...
  • Acknowledgements

    778 2021-10-08 《Qt6 QML Book》
    Acknowledgements History Acknowledgements This book would not have been possible to create without the kind sponsorship from The Qt Company . It is a privilege to be able to wo...
  • 其他图形用户界面(GUI)包

    其他图形用户界面(GUI)包 其他图形用户界面(GUI)包 Python 可用的主要跨平台(Windows,Mac OS X,类Unix)GUI 工具: 参见 PyGObject PyGObject 使用 GObject 提供针对 C 库的内省绑定。 GTK+ 3 可视化部件集就是此类函数库中的一个。 GTK+ 附带的部件比 Tkinte...