书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 770 个相关结果.
  • Hello, world!

    6494 2019-05-26 《Qt 学习之路 2》
    想要学习 Qt 开发,首先要搭建 Qt 开发环境。好在现在搭建 Qt 开发环境还是比较简单的。我们可以到 Qt 官方网站 找到最新版本的 Qt。在 Downloads 页面,可以看到有几个版本的 Qt:Qt SDK、Qt Library、Qt Creator 等等。它们分别是: Qt SDK:包含了 Qt 库以及 Qt 的开发工具(IDE、i18n ...
  • Introduction

    624 2021-10-08 《Qt6 QML Book》
    Introduction Introduction The Qt for Python project provides the tooling to bind C++ and Qt to Python, and a complete Python API to Qt. This means that everything that you can d...
  • 画刷和画笔

    2258 2019-05-26 《Qt 学习之路 2》
    前面一章我们提到,Qt 绘图系统定义了两个绘制时使用的关键属性:画刷和画笔。前者使用QBrush 描述,大多用于填充;后者使用QPen 描述,大多用于绘制轮廓线。 QBrush 定义了QPainter 的填充模式,具有样式、颜色、渐变以及纹理等属性。 画刷的style() 定义了填充的样式,使用Qt::BrushStyle 枚举,默认值是Qt::NoB...
  • 第16章 可能感兴趣的书

    第16章 可能感兴趣的书 第16章 可能感兴趣的书 如果你喜欢本书,你可能会对Packt的其他书感兴趣: Mastering Qt 5 - Second Edition Guillaume Lazar, Robin Penea ISBN: 978-1-78899-539-9 使用Qt Widgets和Qt Quick 2创建漂亮的UI...
  • 自定义可编辑模型

    1282 2019-05-26 《Qt 学习之路 2》
    上一章我们了解了如何自定义只读模型。顾名思义,只读模型只能够用于展示只读数据,用户不能对其进行修改。如果允许用户修改数据,则应该提供可编辑的模型。可编辑模型与只读模型非常相似,至少在展示数据方面几乎是完全一样的,所不同的是可编辑模型需要提供用户编辑数据后,应当如何将数据保存到实际存储值中。 我们还是利用上一章的CurrencyModel ,在此基础上进行...
  • Quality Control Tools

    Quality Control Tools Quality Control Tools The following quality control tools are used in the Qt Safe Renderer development: Testing tools: Tool Description QTest A test...
  • Indicators: Creating Safety-Critical UI

    Indicators: Creating Safety-Critical UI Building Indicators Example Indicators Example Enabling Qt Safe Layout Tool Safety-Critical QML Types in UI Forms Running the Example E...
  • Telltales: Rendering Safety-Critical UI

    Telltales: Rendering Safety-Critical UI Building Telltales Example Telltales Example Setting Run Settings for Telltales Example Rendering Safe Content of Indicators in Telltales...
  • Build Systems

    851 2021-10-08 《Qt6 QML Book》
    Build Systems CMake References QMake References Build Systems Building software reliably across different platforms can be a complex task. You will encounter different envir...
  • Running Examples on INTEGRITY

    Running Examples on INTEGRITY Workaround for Running Qt Cluster Example Running Examples on INTEGRITY See Building for INTEGRITY for instructions on how to build the examp...