《开始使用PyQT》 第01章 PyQT入门 01 PyQT框架概述

01 PyQT框架概述

《开始使用PyQT》 第01章 PyQT入门 01 PyQT框架概述

The PyQt toolkit is a set of Python bindings for the Qt cross-platform widget toolkit and application framework. What does that mean?

PyQt 工具包是 Qt 跨平台 widget 工具包和应用程序框架的一套 Python 绑定。这意味着什么?

First, Qt is used for the development of user interfaces and other applications and is being developed by The Qt Company. The framework is significant because it can run on numerous software and hardware systems such as Windows, macOS, Linux, Android, or embedded systems with little to no change to the underlying code and is still able to maintain capabilities and speed of the system on which it is being run. So in general, you’ll be able to make some amazing cross-platform applications without having to worry about the user’s platform.

首先,Qt 用于开发用户界面和其他应用程序,由 Qt 公司开发。该框架之所以重要,是因为它可以在 Windows、macOS、Linux、Android 或嵌入式系统等众多软件和硬件系统上运行,几乎不需要修改底层代码,而且仍能保持运行系统的功能和速度。因此,总的来说,您可以制作一些令人惊叹的跨平台应用程序,而不必担心用户的平台。

Second, this all means that PyQt combines all the advantages of the Qt C++cross-platform widget toolkit with Python, the powerful and simple, cross-platform interpreted language. It’s worth noting that while PyQt has its own documentation, the Qt documentation tends to be more complete. If you have never used C++ before, this can seem like a daunting task. We’ll discuss this topic a little further in this chapter’s first application.

其次,这意味着 PyQt 将 Qt C++ 跨平台 widget 工具包的所有优点与 Python(一种强大而简单的跨平台解释型语言)结合在一起。值得注意的是,虽然 PyQt 有自己的文档,但 Qt 文档往往更完整。如果您以前从未使用过 C++,这似乎是一项艰巨的任务。我们将在本章的第一个应用程序中进一步讨论这个话题。

For more information about Qt, have a look at www.qt.io.

有关 Qt 的更多信息,请访问 www.qt.io。

For more information about PyQt, check out www.riverbankcomputing.com/news.

有关 PyQt 的更多信息,请访问 www.riverbankcomputing.com/news。

为什么选择PyQT?

PyQt is capable of more than just creating graphical interfaces, as it also has access to Qt classes that cover mechanics such as XML handling, SQL databases, network communication, graphics and animations, and many other technologies. Take the capabilities of Qt and combine them with the number of extension modules that Python provides and you have the ability to create new applications that can build upon these preexisting libraries.

PyQt 不仅能创建图形界面,还能访问 Qt 类,这些类涵盖了 XML 处理、SQL 数据库、网络通信、图形和动画等机制以及许多其他技术。将 Qt 的功能与 Python 提供的大量扩展模块相结合,您就能在这些已有库的基础上创建新的应用程序。

PyQt also includes Qt Designer, which allows for anyone to assemble a GUI much faster using a simple drag-and-drop graphical interface designer. Qt Designer is discussed in detail in Chapter 8.

PyQt 还包括 Qt Designer,它允许任何人使用简单的拖放图形界面设计器更快地组装图形用户界面。第 8 章将详细讨论 Qt Designer。

Using PyQt’s signal and slot mechanism, you can create an extremely interactive interface and customize how different PyQt components interact. This will be covered in more detail in Chapters 3 and 7.

使用 PyQt 的信号和槽机制,您可以创建一个交互性极强的界面,并自定义不同 PyQt 组件的交互方式。这将在第 3 章和第 7 章中详细介绍。

There are, of course, other toolkits available for creating applications with GUIs using Python, such as Tkinter, wxPython, and PySide, and they all have their own advantages. For example, Tkinter comes bundled with Python, meaning that you can find an abundance of helpful resources by doing a quick search on the Internet. PySide is the Python binding of Qt managed by The Qt Company itself. Despite this, PyQt still has a larger following thanks to its age and awesome community of developers.

当然,还有其他工具包可用于使用 Python 创建图形用户界面应用程序,如 Tkinter、wxPython 和 PySide,它们都有各自的优势。例如,Tkinter 与 Python 绑定,这意味着只要在互联网上快速搜索,就能找到大量有用的资源。PySide 是 Qt 公司自己管理的 Qt Python 绑定。尽管如此,PyQt 凭借其悠久的历史和令人敬畏的开发者社区,仍然拥有更多的追随者。

It is worth noting that if you choose to use PyQt to create commercial applications, you will need to get a license. Applications created in this book will leverage the GNU General Public License (GPL).

值得注意的是,如果您选择使用 PyQt 创建商业应用程序,则需要获得许可证。在本书中创建的应用程序将使用 GNU 通用公共许可证 (GPL)。

Ultimately, it all comes down to choosing the toolkit that works the best for your project.

归根结底,还是要选择最适合自己项目的工具包。

PyQt5 vs PyQt6

The latest version of Qt has brought more focus on 2D and 3D capabilities. There are also quite a few changes in the latest version of PyQt. Since this book’s aim is to introduce the fundamentals of developing applications with PyQt, we will take a look at the changes that will impact you the most at this stage of your journey:

最新版本的 Qt 更加注重 2D 和 3D 功能。最新版本的 PyQt 也有不少变化。由于本书的目的是介绍使用 PyQt 开发应用程序的基础知识,因此我们将介绍现阶段对您影响最大的变化:

As you dive more into PyQt, you’ll definitely use enums, flags, andother identifiers in the Qt Namespace. They are useful for settingthe properties of the different classes in PyQt. What’s importantto understand now is that the fully qualified names are now usedfor these items rather than the shorthand ones used in PyQt5. Forexample, PyQt5 used Qt.AlignCenter to center text, but PyQt6 usesthe full name, Qt.AlignmentFlag.Center. You will see numerousexamples of this throughout the book, and we’ll discuss this more inlater chapters.

随着对 PyQt 的深入研究,您肯定会用到 Qt 命名空间中的枚举、标志和其他标识符。它们对于设置 PyQt 中不同类的属性非常有用。现在需要了解的是,这些项目现在使用的是完全限定的名称,而不是 PyQt5 中使用的速记名称。例如,PyQt5 使用 Qt.AlignCenter 使文本居中,但 PyQt6 使用了全名 Qt.AlignmentFlag.Center。您将在本书中看到许多这样的例子,我们将在后面的章节中详细讨论。

Some classes and methods have been deprecated, such asQDesktopWidget, while others have been moved, such as the QActionclass is now located in the QtGui module.

一些类和方法已被弃用,如 QDesktopWidget,而另一些则被移动,如 QAction 类现在位于 QtGui 模块中。

The exec() method is now used in PyQt6 to start the event loop ofyour application rather than exec_().

在 PyQt6 中,exec() 方法现在用来启动应用程序的事件循环,而不是 exec_()。

This is not an exhaustive list, and you will find out more about these and other topics as you follow along. If you are interested to see more of the new changes in PyQt6, have a look at www.riverbankcomputing.com/static/Docs/PyQt6/pyqt5_differences.html.

这并不是一个详尽的列表,您将在学习过程中发现更多关于这些主题和其他主题的信息。如果您有兴趣了解 PyQt6 的更多新变化,请访问 www.riverbankcomputing.com/static/Docs/PyQt6/pyqt5_differences.html。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/646958.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

部署幻兽帕鲁联机服务器需要怎样配置的云服务器?

随着互联网技术的快速发展,多人在线游戏逐渐成为人们休闲娱乐的重要方式。作为一款备受欢迎的游戏,幻兽帕鲁以其独特的玩法吸引了大量玩家。为了获得更好的游戏体验,许多玩家选择在云服务器上自行部署幻兽帕鲁联机服务器。本文将详细介绍部署…

设置模式之责任链模式

目录 1.概述 2.结构 3.实现 4.总结 1.概述 责任链模式(Chain of Responsibility Pattern)是一种行为性设计模式;它为请求创建了一个接收者对象的链,允许你将请求沿着处理者链进行发送。 收到请求后, 每个处理者均…

C++-gdb调试常用功能

文章目录 启动gdb运行程序设置断点运行控制查看源码查看信息查看变量线程相关 gdb调试常用功能如下,其中bin为要调试的程序,arg为参数 启动gdb 启动调试 gdb bin带参数启动 gdb --args bin arg1 arg2so预加载LD_PRELOAD/path/to/lib.so && gdb …

图像处理python基础

array 读取图片 tensor 模型预测 一般过程:读取数据np->tensor->model->result->np->画图 shape确保图像输入输出尺寸正确 读取图片 将在GPU上运行的tensor类型转变成在CPU上运行的np类型 三类计算机视觉任务的输入: 分类&#xff1…

【软考问题】-- 1 - 知识精讲 - 项目管理理论

一、基本问题 1:项目的特点是什么? 临时性:是指项目有明确的起点和终点,从项目启动到项目收尾。项目目标实现后,项目收尾工作完成即标志着项目结束。独特性:项目是独特的,之前没有做过的&#x…

JS高频面试题(上)

1. 介绍JS有哪些内置对象? 数据封装类对象:Object、Array、Boolean、Number、String 其他对象:Function、Arguments、Math、Date、RegExp、Error ES6新增对象:Symbol(标识唯一性的ID)、Map、Set、Promise…

Vue学习笔记12--Vue3之setup/ref函数/reactive函数/Vue3响应式原理/reactive对比ref

一、拉开序幕的setup 理解:Vue3中一个新的配置项,值为一个函数。setup是所有Composition API(组合API)表演的舞台。组件中所用到的:数据、方法等,均要配置在setup中。setup函数的两种返回值: 若返回一个对…

Python + Selenium —— 网页元素定位之CSS 选择器!

CSS(Cascading Style Sheets)是一种语言,用来描述HTML和XML文档的样式。 CSS 选择器用来定位 HTML 上的元素,然后对其进行渲染。通过 CSS 选择器可以定位到页面上的任意元素。这些选择器可以被 WebDriver 用作另外的定位策略。 CSS 可以较为灵活的选择控…

数据结构进阶:二叉搜索树

1、二叉搜索树的实现 二叉搜索树的拥有很快的查找速度,查找的效率为O(logN),也就是说如果把全国的人放到二叉搜索树中,最多只需要31次就可以 找到你,这是一种很快的搜索方式,他还有两种模型一种是key模型&a…

蓝桥杯准备之路-Java基础复习

一、基本数据类型 int(32),long(64),float,double,boolean ,char 溢出判断: System.out.println("蓝桥杯练习第一天");Scanner scan new Scanner(System.in);int a scan.nextInt();System.out.println(a);int a1 Integer.MAX_VALUE;System.out.prin…

Linux管道学习(无名管道)

目录 1、概述 2、管道的创建 3、管道读写行为 3.1、管道读 在linux中管道有两种,一是无名管道(匿名管道),第二种是有名管道;无名管道主要用于有血缘关系的父子进程间通信,有名管道则不受该限制&#xf…

字符串匹配(BF KMP)详解 + 刷题

目录 🌼前言 BF 算法 KMP 算法 (1)前缀函数 -- O(n^3) (2)前缀函数 -- O(n^2) (3)前缀函数 -- O(n) (4)辅助理解 🐋P1308 -- 统计单词数 …

文件包含技术总结

开发人员一般会把重复使用的函数写到单个文件中,需要使用某个函数时直接调用此文件,而无需再次编写,这中文件调用的过程一般被称为文件包含。 allow_url_fopen On(是否允许打开远程文件) allow_url_include On&…

机器学习算法(一)

一、线性回归 线性回归(Linear Regression)可能是最流行的机器学习算法。线性回归就是要找一条直线,并且让这条直线尽可能地拟合散点图中的数据点。它试图通过将直线方程与该数据拟合来表示自变量(x 值)和数值结果&am…

JS三种截取字符串方法

JS提供三个截取字符串的方法,分别是:slice(),substring()和substr(),它们都可以接受一个或两个参数: var stmp "rcinn.cn"; 使用一个参数 alert(stmp.slice(3));//从第4个字符开始,截取到最后个字符;返回"nn.cn" alert(stmp.substring(3));//从第4个字…

uniapp page宽度设置为750rpx,子元素宽度100%,大小不一致

uniapp page宽度设置为750rpx,子元素宽度100%,大小不一致。 原因是我在page加了margin: 0 auto;去掉就正常了(但是如果在超大屏幕还是会出现,我猜是使用rpx导致的,rpx渲染成页面时会转成精确到一个小数点几位数的rem&a…

[实战]加密传输数据解密

前言 下面将分享一些实际的渗透测试经验,帮助你应对在测试中遇到的数据包内容加密的情况。我们将以实战为主,技巧为辅,进入逆向的大门。 技巧 开局先讲一下技巧,掌握好了技巧,方便逆向的时候可以更加快速的找到关键函数…

arcgis实现截图/截屏功能

arcgis实现截图/截屏功能 文章目录 arcgis实现截图/截屏功能前言效果展示相关代码 前言 本篇将使用arcgis实现截图/截屏功能&#xff0c;类似于qq截图 效果展示 相关代码 <!DOCTYPE html> <html> <head><meta charset"utf-8"><meta nam…

突发:Do Kwon申请破产!

作者&#xff1a;秦晋 1月22日&#xff0c;据《彭博社》报道&#xff0c; 由Do Kwon联合创立的Terraform Labs Pte.数字资产公司在美国特拉华州申请破产保护。 根据周日在特拉华州提交的法庭文件显示&#xff0c;该公司的资产和负债估计均在1亿至5亿美元之间&#xff0c;债权人…

自动启动配置

windows windows 自动启动 指定程序(vmware 不可用) 选择“开始”按钮 &#xff0c;然后滚动查找你希望在启动时运行的应用。右键单击该应用&#xff0c;选择“更多”&#xff0c;然后选择“打开文件位置”。 此操作会打开保存应用快捷方式的位置。 如果没有“打开文件位置”…