彩票走势图

Qtitan for PySide:入门指南

翻译|使用教程|编辑:鲍佳佳|2021-08-23 11:09:19.287|阅读 85 次

概述:主题描述了如何为常规 Python App 添加 Qtitan 组件。本主题中描述的步骤与任何 Qtitan 组件相关 - QtitanRibbon、QtitanChart、QtitanNavigation、QtitanDocking、QtitanDataGrid。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

主题描述了如何为常规 Python App 添加 Qtitan 组件。本主题中描述的步骤与任何 Qtitan 组件相关 - QtitanRibbonQtitanChartQtitanNavigationQtitanDockingQtitanDataGrid

先决条件

要使用 Qtitan Component for Python,您需要:

  • 从这里安装 Python3.6 或更高版本//www.python.org
  • MS Visual Studio 或 Qt-Creator
  • 需要按照此处的说明安装 PySide2 和 shiboken2 //wiki.qt.io/Qt_for_Python/GettingStarted
  • 如果您需要为 Qtitan 组件重建 Python bingings,您必须安装 shiboken2-generator 包。您可以通过此链接找到 shiboken2-generator 的轮子:https : //download.qt.io/official_releases/QtForPython/shiboken2-generator/

第 1 步:为 Python 安装 Qtitan 组件

  • 转到页面//capbkgr.cn/productlist?kw=Qtitan
  • 下载您使用的平台的安装程序。Python 所需的组件在安装程序名称中带有后缀 PySide2。
  • 按照安装程序向导的建议安装它。
  • 安装过程后,您将在 <QTITAN_INSTALL_PATH>site-packages/DevMachines 文件夹中拥有 python 绑定。
    Additionally the bindings will be installed to the your Python third-party libraries folder where the PySide2 was installed.
    For instance:
    c:\Python\Python37-32\Lib\site-packages\PySide2
    c:\Python\Python37-32\Lib\site-packages\shiboken2
    c:\Python\Python37-32\Lib\site-packages\DevMachines 

    要为您的环境获取 Python 站点包目录,请在 shell 中执行以下命令行:

    python -c "import site; print(site.getsitepackages())" 

第 2 步:将组件添加到您的 Python 文件 (*.py)

 将 Qtitan 组件添加到 Python 文件中。DevMachines 命名空间中的所有组件。

from DevMachines.QtitanBase import WindowTitleBar
from DevMachines.QtitanRibbon import AdobePhotoshopStyle, Office2016Style

类比其他 Qtitan 组件:

from DevMachines.QtitanGrid import Grid
from DevMachines.QtitanNavigationDesignUI import NavigationView

第 3 步:运行您的 Python 应用程序

运行您的 Python 应用程序并确保没有任何错误和警告。

从源代码构建 Qtitan For Python 组件绑定

主题描述了如何从源代码构建Qtitan For Python 组件绑定。

视窗视觉工作室

对于 Visual Studio,您必须使用 Visual Studio Toolkit 2015 来构建绑定。如果您将使用 2017 Toolkit,您将收到来自 shiboken2-generator 的错误。

Open the bat shell. "Windows logo key" + R, cmd.exe
Set current directory to the <QTITAN_INSTALL_PATH>. C:/>dir <QTITAN_INSTALL_PATH>
vcvars32_2015.bat
qmake.exe -r CONFIG+=python -platform win32-msvc
nmake release

在构建过程之后,您将在 <QTITAN_INSTALL_PATH>site-packages/DevMachines 文件夹中拥有一个新的绑定库。

Qt组件推荐:

  • QtitanRibbon |下载试用:遵循Microsoft Ribbon UI Paradigm for Qt技术的Ribbon UI组件,研究为Windows、Linux和Mac OS X提供功能完整的Ribbon组件。
  • QtitanChart |下载试用:是一个C++库,代表一组,这些控件使您可以快速地为应用程序提供漂亮而丰富的图形。并且支持所有主要的桌面

 


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@capbkgr.cn

文章转载自:

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP