GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent. https://www.kdab.com/gammaray Qt的人也向我们推荐了GammaRay这个好东西,但因为不是Qt官方的,所以没有正式推荐GammaRay 是一个允许你查看 Qt 应用程序甚至在某种程度上修改它的独特应用,可谓是 Debugger 的良好补充GammaRa
1.查看内核版本命令 [root@AY130616190837708391Z ~]# cd .. (管理员权限) [root@AY130616190837708391Z /]# cd proc [root@AY130616190837708391Z proc]#uname -a Linux AY130616190837708391Z 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU
源码: import sys,os os.chdir(os.path.dirname(os.path.abspath(__file__))) from PyQt5.QtGui import * from PyQt5.QtCore import * from PyQt5.QtWidgets import * from PyQt5.QtWebEngineWidgets import * class MainWindow(QMainWindow): def __init__(self, *args,