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

    679 2021-10-08 《Qt6 QML Book》
    JavaScript JavaScript JavaScript is the lingua-franca on web client development. It also starts to get traction on web server development mainly by node js. As such it is a well...
  • 布局管理器

    2749 2019-05-26 《Qt 学习之路 2》
    所谓 GUI 界面,归根结底,就是一堆组件的叠加。我们创建一个窗口,把按钮放上面,把图标放上面,这样就成了一个界面。在放置时,组件的位置尤其重要。我们必须要指定组件放在哪里,以便窗口能够按照我们需要的方式进行渲染。这就涉及到组件定位的机制。Qt 提供了两种组件定位机制:绝对定位和布局定位。 顾名思义,绝对定位就是一种最原始的定位方法:给出这个组件的坐标和...
  • Networking

    472 2021-10-08 《Qt6 QML Book》
    Networking Networking Qt 6 comes with a rich set of networking classes on the C++ side. There are for example high-level classes on the HTTP protocol layer in a request-reply fa...
  • A Boilerplate Application

    613 2021-10-08 《Qt6 QML Book》
    A Boilerplate Application A Boilerplate Application The best way to understand Qt is to start from a small example. This application creates a simple "Hello World!" string and ...
  • Notes

    These are initial notes for compiling on Windows Notes for Qt Creator Windows XP compatibility CMake MSVC 2013 Qt Creator Related Issue(s) in our repo Other notes These ...
  • Table Of Content

    Table Of Content A table of content can be added to the document by adding a toc object to the command line. For example: wkhtmltopdf toc http://qt-project.org/doc/qt-4.8/qstring...
  • GUI Applications

    GUI Applications Camelot Cocoa GTk PyGObject aka (PyGi) Kivy PyObjC PySide PyQt Pyjs Desktop (formerly Pyjamas Desktop) Qt PySimpleGUI Toga Tk wxPython GUI Applic...
  • Linux

    Linux 快速上手 1. 克隆仓库 2. 安装QT 3. 编译工程 Linux 发布于2021年3月中旬 快速上手 1. 克隆仓库 git clone https : //gitee.com/scriptiot.com/evm3 git submodule update -- init -- recursive...
  • Introduction to Controls

    627 2021-10-08 《Qt6 QML Book》
    Introduction to Controls Introduction to Controls Using Qt Quick from scratch gives you primitive graphical and interaction elements from which you can build your user interface...
  • 图形用户界面

    图形用户界面 用来创建图形用户界面程序的库。 curses:内建的 ncurses 封装,用来创建终端图形用户界面。官网 enaml:使用类似 QML 的 Declaratic 语法来创建美观的用户界面。官网 kivy :一个用来创建自然用户交互(NUI)应用程序的库,可以运行在 Windows, Linux, Mac OS X, Androi...