书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 770 个相关结果.
  • locale 策略

    locale 策略 中文图形界面 英文界面+中文输入 关于输入法的设置 locale 策略 中文图形界面 由于 Linux 的控制台不能方便的显示中文,所以最实用的方案是“英文控制台+中文图形界面” 为了能够正常处理中文,需要使用locale-gen生成中文 locale,在/etc/locale.gen 文件中添加如下内容: zh_C...
  • 使用动作(Using Actions)

    使用动作(Using Actions) 使用动作(Using Actions) 为了更好的使用/复用我们的命令,我们使用QMLAction 类型。这将允许我们在后面可以使用相同的动作,也可以用于潜在的工具栏。打开,保存和退出动作是标准动作。打开和保存动作不会包含任何逻辑,我们后面再来添加。菜单栏由一个文件菜单和这三个动作条目组成。此外我们已经准备了一...
  • The Imagine Style

    613 2021-10-08 《Qt6 QML Book》
    The Imagine Style The Imagine Style One of the goals with Qt Quick Controls is to separate the logic of a control from its appearance. For most of the styles, the implementation...
  • Command wrapper

    Command wrapper Command wrapper The cmd_wrapper.py extension plugin is a Python script that receives the command line argument provided by self.run() recipe calls, and allows ...
  • Input Elements

    580 2021-10-08 《Qt6 QML Book》
    Input Elements TextInput FocusScope TextEdit Keys Element Input Elements We have already used the MouseArea as a mouse input element. Next, we’ll focus on keyboard input. W...
  • DirectFB

    DirectFB Contents What is DirectFB? Goals of DirectFB Features of DirectFB Devices supported by DirectFB Supported Media Format DirectFB Architecture DirectFB API Upper Lay...
  • 桌面自动化介绍

    Windows 自动化测试 Windows 自动化测试 CukeTest自带了完整的Windows应用的自动化测试功能。可以针对各类Windows应用实现自动化,包括Qt、Windows原生应用、.NET、Delphi、DevExpress等类型的应用都提供支持。提供方便易用的应用对象模型库管理功能、强大的控件识别功能,拖拽生成代码,方法调用测试等功...
  • Windows自动化测试

    Windows 自动化测试 Windows 自动化测试 CukeTest自带了完整的Windows应用的自动化测试功能。可以针对各类Windows应用实现自动化,包括Qt、Windows原生应用、.NET、Delphi、DevExpress等类型的应用都提供支持。提供方便易用的应用对象模型库管理功能、强大的控件识别功能,拖拽生成代码,方法调用测试等功...
  • 多媒体

    多媒体 目录 简介 CELF 2.0 AVG 规范 音、视频工作组 DirectFB 研究 什么是 DirectFB,DirectFB 如何工作 嵌入式 Linux 平台上 DirectFB 示例实现 嵌入式 Linux 平台上一些 DirectFB 基准测试结果 相关项目 图形/视频输出 Framebuffer/帧缓冲 DirectFB ...
  • 高级用法(Advanced Techniques)

    高级用法(Advanced Techniques) 10.5.1 实现一个播放列表(Implementing a Playlist) 高级用法(Advanced Techniques) 10.5.1 实现一个播放列表(Implementing a Playlist) Qt 5 multimedia接口没有提供播放列表。幸好,它非常容易实现。通过...