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

    QMake QMake QMake是用来读取项目文件并生成编译文件的工具。项目文件记录了你的项目配置,扩展依赖库和源代码文件。最简单包含一个源代码文件的项目可能像这样: // myproject.pro SOURCES += main . cpp 我们编译了一个基于项目文件名称myproject 的可执行程序。这个编译将只包含ma...
  • ColorSettingsModel

    ColorSettingsModel ColorSettingsModel class ColorSettingsModel : public QAbstractListModel Public Functions ColorSettingsModel(QObject *parent = nullptr) inline virtual...
  • QSortFilterProxyModel

    1624 2019-05-26 《Qt 学习之路 2》
    从本章开始,我们将逐步了解有关自定义模型的相关内容。尽管前面我们曾经介绍过 Qt 提供的几个内置模型:QStringListModel 和QFileSystemModel ,但对于千变万化的需求而言,这些显然是远远不够的。于是,Qt 也允许我们对模型进行自定义。 在正式开始介绍自定义模形之前,我们先来了解一个新的类:QSortFilterProxyMod...
  • Summary

    411 2021-10-08 《Qt6 QML Book》
    Summary Summary In this chapter we have looked at the PySide6 module from the Qt for Python project. After a brief look at installation, we focused on how Qt concepts are used f...
  • Shader Elements

    432 2021-10-08 《Qt6 QML Book》
    Shader Elements Shader Elements For programming shaders, Qt Quick provides two elements. The ShaderEffectSource and the ShaderEffect . The shader effect applies custom shaders ...
  • Local files

    777 2021-10-08 《Qt6 QML Book》
    Local files Local files Is it also possible to load local (XML/JSON) files using the XMLHttpRequest. For example a local file named “colors.json” can be loaded using: xhr . ope...
  • Model-View-Delegate

    480 2021-10-08 《Qt6 QML Book》
    Model-View-Delegate Model-View-Delegate As soon as the amount of data goes beyond the trivial, it is no longer feasible to keep a copy of the data with the presentation. This me...
  • 线程和 QObject

    1924 2019-05-26 《Qt 学习之路 2》
    前面两个章节我们从事件循环和线程类库两个角度阐述有关线程的问题。本章我们将深入线程间得交互,探讨线程和QObject 之间的关系。在某种程度上,这才是多线程编程真正需要注意的问题。本文很大部分翻译自文档 ,如果有翻译不当的地方,以文档描述为准。 现在我们已经讨论过事件循环。我们说,每一个 Qt 应用程序至少有一个事件循环,就是调用了QCoreApplic...
  • 保存 XML

    1072 2019-05-26 《Qt 学习之路 2》
    前面几章我们讨论了读取 XML 文档的三种方法。虽然各有千秋,但是 Qt 推荐的是使用QXmlStreamReader 。与此同时,许多应用程序不仅需要读取 XML,还需要写入 XML。为此,Qt 同样提供了三种方法: 使用QXmlStreamWriter ; 构造一个 DOM 树,然后掉其save() 函数; 使用QString 手动生成 XML。 ...
  • MdCharm

    1138 2018-02-25 《Markdown 入门参考》
    MdCharm 介绍 截图 MdCharm 主页: MdCharm 平台: Windows (XP+) Linux费用: 免费、开源技术: Qt 介绍 MdCharm 是一款 Qt 开发的 Markdown 编辑器,支持 Window 和 Linux 平台。是我使用最久的一款 Markdown 编辑器,不过目前已经停止维护。 截图 ...