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

    ResourcesModel ResourcesModel class ResourcesModel : public AddressableItemModel <QAbstractListModel> Public Types enum Columns Values: enumerator INDEX enumerator...
  • 13.3. 图形桌面

    13.3. 图形桌面 13.3.1. GNOME 13.3.2. KDE and Plasma 13.3.3. Xfce 和其他 13.3.4. Other Desktop Environments 13.3. 图形桌面 The free graphical desktop field is dominated by two large so...
  • MemoryMapModel

    MemoryMapModel MemoryMapModel class MemoryMapModel : public AddressableItemModel <QAbstractListModel> Public Types enum Column Values: enumerator AddrStartColumn e...
  • ProcessModel

    ProcessModel ProcessModel class ProcessModel : public QAbstractListModel Public Types enum Column Values: enumerator PidColumn enumerator UidColumn enumerator ...
  • Summary

    368 2021-10-08 《Qt6 QML Book》
    Summary Summary In this chapter we have looked at Qt Quick Controls 2. They offer a set of elements that provide more high-level concepts than the basic QML elements. For most s...
  • Shortcuts

    474 2021-10-08 《Qt6 QML Book》
    Shortcuts Configure Shortcuts Shortcuts Shortcuts are the difference between a nice-to-use editor and a professional editor. As a professional you spend hundreds of hours in fr...
  • Settings

    430 2021-10-08 《Qt6 QML Book》
    Settings Settings Qt comes with a Settings element for loading and storing settings. The is still in the lab’s module, which means the API may break in the future. So be aware....
  • Cutter Development Guidelines

    Cutter Development Guidelines Common Usage CutterCore Class Calling a Rizin Command Seek the Current File Creating a Widget Coding Style Includes Docstrings Loops nullptr ...
  • QSortFilterProxyModel

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

    463 2021-10-08 《Qt6 QML Book》
    Advanced Techniques Performance of QML Advanced Techniques Performance of QML QML and Javascript are interpreted languages. This means that they do not have to be processed by...