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

    582 2021-10-08 《Qt6 QML Book》
    Core Elements Item Element Rectangle Element Text Element Image Element MouseArea Element Core Elements Elements can be grouped into visual and non-visual elements. A visua...
  • Canvas

    1952 2019-05-26 《Qt 学习之路 2》
    形状 API 渐变 阴影 图像 在 QML 刚刚被引入到 Qt 4 的那段时间,人们往往在讨论 Qt Quick 是不是需要一个椭圆组件。由此,人们又联想到,是不是还需要其它的形状?这种没玩没了的联想导致了一个最直接的结果:除了圆角矩形,Qt Quick 什么都没有提供,包括椭圆。如果你需要一个椭圆,那就找个图片,或者干脆自己用 C++ 写一个吧(...
  • Configuring an IDE

    Configuring an IDE Configuring an IDE We assume that you have already cloned and compiled Godot. You can easily develop Godot with any text editor and by invoking scons on t...
  • Configuring an IDE

    Configuring an IDE Configuring an IDE We assume that you have already cloned and compiled Godot. You can easily develop Godot with any text editor and by invoking scons on t...
  • 18. What Next

    What Next Next Projects Example Code Advice Videos Questions and Answers Tutorials Discussion News Installing libraries Creating a Website Graphical Software Summary of G...
  • Configuring an IDE

    Configuring an IDE Configuring an IDE We assume that you have already cloned and compiled Godot. You can easily develop Godot with any text editor and by invoking scons on ...
  • 线程和事件循环

    1639 2019-05-26 《Qt 学习之路 2》
    前面一章我们简单介绍了如何使用QThread 实现线程。现在我们开始详细介绍如何“正确”编写多线程程序。我们这里的大部分内容来自于Qt的一篇Wiki文档 ,有兴趣的童鞋可以去看原文。 在介绍在以前,我们要认识两个术语: 可重入的(Reentrant) :如果多个线程可以在同一时刻调用一个类的所有函数,并且保证每一次函数调用都引用一个唯一的数据,就称这...
  • 配置 IDE

    配置 IDE 配置 IDE 假设你已经 克隆 并 编译 了Godot. 您可以使用任何文本编辑器和通过在命令行上调用 scons 来轻松开发Godot, 但是如果您要使用IDE(集成开发环境), 则有一些常用的设置说明: Android Studio CLion Code::Blocks KDevelop Qt Creator V...
  • 配置 IDE

    配置 IDE 配置 IDE We assume that you have already cloned and compiled Godot. 您可以使用任何文本编辑器和通过在命令行上调用 scons 来轻松开发Godot,但是如果您要使用IDE(集成开发环境),则有一些常用的设置说明: Android Studio CLion C...
  • Client TLS

    Client TLS Client TLS EMQX provides sample MQTT client code and project example via the MQTT-Client-Examples (opens new window) Git repository, and TLS use guide is provided in...