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

    756 2021-10-08 《Qt6 QML Book》
    Common Patterns Nested Screens Side by Side Screens Document Windows Common Patterns There a number of common user interface patterns that can be implemented using Qt Quick 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...
  • Compiling SQLCipher

    3329 2020-05-15 《DB Browser for SQLite》
    How to compile SQLCipher on Win64 Requirements 1. Install Visual Studio 2013 2. Install ActiveTcl 8.5 3. Install OpenSSL 4. Clone the SQLCipher repository 5. Edit Makefile.msc...
  • Quick Starter

    560 2021-10-08 《Qt6 QML Book》
    Quick Starter Quick Starter This chapter provides an overview of QML, the declarative user interface language used in Qt 6. We will discuss the QML syntax, which is a tree of el...
  • BinsModel

    BinsModel BinsModel class BinsModel : public QAbstractTableModel Public Types enum Column Values: enumerator TypeColumn enumerator BinNumColumn enumerator FdCo...
  • 字体

    字体 freetype 渲染引擎 X核心字体 XFT字体 字体 freetype 渲染引擎 作为 Xorg 服务器的一个模块,freetype 的功能包括读取 Truetype 字体信息,如大小、分辨率、编码等,并以之为依据渲染字体 - freetype2.x 相对于 freetype1.x 增加了抗锯齿等功能 - ( /etc/X11/x...
  • 定位器

    1638 2019-05-26 《Qt 学习之路 2》
    QML 提供了很多用于定位的元素。这些元素叫做定位器,都包含在 QtQuick 模块。这些定位器主要有 Row 、Column 、Grid 和Flow 等。 为了介绍定位器,我们先添加三个简单的组件用于演示: 首先是RedRectangle , import QtQuick 2.0   Rectangle { width :...
  • Cutter

    Cutter Getting Cutter Building from Sources Need help? cutter on https://web.libera.chat Want to help the project? Cutter Cutter is a Qt and C++ GUI for Rizin. Its goal i...
  • Porting from HTML5 Canvas

    670 2021-10-08 《Qt6 QML Book》
    Porting from HTML5 Canvas Spirograph Glowing Lines Porting from HTML5 Canvas Porting from an HTML5 canvas to a QML canvas is fairly easy. In this chapter we will look at the e...
  • ImportsModel

    ImportsModel ImportsModel class ImportsModel : public AddressableItemModel <QAbstractTableModel> Public Types enum Column Values: enumerator AddressColumn enumerat...