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

    2094 2019-05-26 《Qt 学习之路 2》
    对话框的出现用于完成一个简单的或者是短期的任务。对话框与主窗口之间的数据交互相当重要。本节将讲解如何在对话框和主窗口之间进行数据交互。按照前文的讲解,对话框分为模态和非模态两种。我们也将以这两种为例,分别进行阐述。 模态对话框使用了exec() 函数将其显示出来。exec() 函数的真正含义是开启一个新的事件循环(我们会在后面的章节中详细介绍有关事件的概...
  • Motivation

    Motivation Collections and data structures found in other languages: Java Collections, C++ Standard Template Library (STL) containers, Qt Containers, Ruby Enumerable etc.
  • Visual Editor

    Visual Editor Visual Editor Visual editor, or Qt delegate, is a factory class to create an editor for a proper editable entity.
  • ReText

    1266 2018-02-25 《Markdown 入门参考》
    ReText 介绍 截图 ReText 主页: ReText 平台: Linux费用: 免费、开源技术: Python、Qt 介绍 ReText 是一款 Linux 平台上的 Markdown 编辑器,提供了多种文件的导出功能。 截图
  • Image Element

    684 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...
  • Core Elements

    619 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...
  • 图形界面

    2932 2020-06-11 《Go语言中文文档》
    1. 图形界面 1. 图形界面 用于构建GUI应用程序的库。 工具包 app - 打包以使用GO,HTML和CSS创建应用的程序。支持:MacOS,Windows正在开发中。 fyne - 为Go设计的跨平台本机GUI,使用EFL呈现。支持:Linux,macOS,Windows。 go-astilectron - 使用GO和HT...
  • 自动化API

    Node.js自动化API Node.js自动化API CukeTest内置了下面的自动化库: leanpro.win “leanpro.win”包内置了Windows和Java自动化的Node.js API,下面针对API的不同类别做相应的介绍: 基本操作API 对象操作API 基础对象操作API介绍 进阶对象操作API介绍——列...
  • Creating and Destroying Objects

    879 2021-10-08 《Qt6 QML Book》
    Creating and Destroying Objects Dynamically Loading and Instantiating Items Incubating Components Dynamically Instantiating Items from Text Managing Dynamically Created Elements...
  • Summary

    386 2021-10-08 《Qt6 QML Book》
    Summary Summary This concludes our chapter about QML networking. Please bear in mind Qt has on the native side a much richer networking API as on the QML side currently. But the...