书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 226 个相关结果.
  • 管理动态创建的元素(Managing Dynamically Created Elements)

    管理动态创建的元素(Managing Dynamically Created Elements) 管理动态创建的元素(Managing Dynamically Created Elements) 在QML场景下,动态创建的对象可以像其它的对象一样处理。然而,也有一些缺陷需要处理。最重要的是创建环境的概念。 一个动态创建对象的创建环境是它被创建时的环...
  • 自定义 tabBar

    自定义 tabBar 使用流程 1. 配置信息 2. 添加 tabBar 代码文件 3. 编写 tabBar 代码 自定义 tabBar 自定义 tabBar 可以让开发者更加灵活地设置 tabBar 样式,以满足更多个性化的场景。 在自定义 tabBar 模式下 为了保证低版本兼容以及区分哪些页面是 tab 页,tabBar 的相关配...
  • 项目管理(Managing Projects)

    项目管理(Managing Projects) 项目管理(Managing Projects) Qt Creator在项目中管理你的源代码。你可以使用File->New File或者Project来创建一个新项目。当你创建一个项目时,你可以选择多种应用程序模板。Qt Creator 能够创建桌面,手机应用程序。这些应用程序使用窗口部件(Widgets...
  • JS Language

    544 2021-10-08 《Qt6 QML Book》
    JS Language JS Language This chapter will not give you a general introduction to JavaScript. There are other books out there for a general introduction to JavaScript, please vis...
  • Using FileIO

    616 2021-10-08 《Qt6 QML Book》
    Using FileIO The Application Window Using Actions Formatting the Table Reading Data Writing Data Finishing Touch Using FileIO Now we can use our newly created file to acce...
  • Qt and Qt Quick

    1377 2021-10-08 《Qt6 QML Book》
    Qt and Qt Quick Qt 6 Focus Qt 6 does bring us: Qt and Qt Quick This book provides you with a walk through of the different aspects of application development using the new Qt ...
  • Advanced Techniques

    917 2021-10-08 《Qt6 QML Book》
    Advanced Techniques The PathView Table Models A Model from XML Lists with Sections The ObjectModel Models with Actions Tuning Performance Advanced Techniques The PathVie...
  • Build Systems

    861 2021-10-08 《Qt6 QML Book》
    Build Systems CMake References QMake References Build Systems Building software reliably across different platforms can be a complex task. You will encounter different envir...
  • 应用程序类型(Application Types)

    应用程序类型(Application Types) 2.3.1 控制台应用程序 2.3.2 窗口应用程序 2.3.3 数据适配 2.3.4 Qt Quick应用程序 应用程序类型(Application Types) 这一节贯穿了可能使用Qt5编写的不同类型的应用程序。没有任何建议的选择,只是想告诉读者Qt5通常情况下能做些什么。 2....
  • 1.1 序 1.1.1 Qt5与Qt4 1.1 序 Qt历史 Qt4自2005年发布已为成千上万的应用程序甚至桌面操作系统、移动操作系统提供了稳定、可靠的开发框架。计算机用户的使用模式近年发生了变化,用户正在从传统PC转向笔记本电脑或智能手机。传统PC被越来越多的触摸屏设备取代,计算机的用户体验模型也在跟随改变。在这之前Windows UI占据...