书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 771 个相关结果.
  • 对话框简介

    2282 2019-05-26 《Qt 学习之路 2》
    对话框是 GUI 程序中不可或缺的组成部分。很多不能或者不适合放入主窗口的功能组件都必须放在对话框中设置。对话框通常会是一个顶层窗口,出现在程序最上层,用于实现短期任务或者简洁的用户交互。尽管 Ribbon 界面的出现在一定程度上减少了对话框的使用几率,但是,我们依然可以在最新版本的 Office 中发现不少对话框。因此,在可预见的未来,对话框会一直存在于...
  • Modern C++ usage guidelines for the Krita codebase

    793 2021-08-20 《Krita 4.4 文档》
    Modern C++ usage guidelines for the Krita codebase General links about using Modern C++ in Qt Particular Features Type Inference (auto) Range-based for loop General Initializer ...
  • 事件总结

    1524 2019-05-26 《Qt 学习之路 2》
    Qt 的事件是整个 Qt 框架的核心机制之一,也比较复杂。说它复杂,更多是因为它涉及到的函数众多,而处理方法也很多,有时候让人难以选择。现在我们简单总结一下 Qt 中的事件机制。 Qt 中有很多种事件:鼠标事件、键盘事件、大小改变的事件、位置移动的事件等等。如何处理这些事件,实际有两种选择: 所有事件对应一个事件处理函数,在这个事件处理函数中用一个很...
  • 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 ...
  • ResourcesModel

    ResourcesModel ResourcesModel class ResourcesModel : public AddressableItemModel <QAbstractListModel> Public Types enum Columns Values: enumerator INDEX enumerator...
  • Summary

    373 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

    478 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

    438 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 ...