PyQt-ProgressDialog:Python QT 进度对话框

时间:2024-06-25 02:27:47
【文件属性】:

文件名称:PyQt-ProgressDialog:Python QT 进度对话框

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-25 02:27:47

Python

#About 这是一个 PyQt Progress Bar 你可以很容易地使用这个库或继承它 #例子 from progressBar import DownloadProgressBar , UploadProgressBar , ProgressDialog # create a ProgressDialog instance progressDialog = ProgressDialog () # create a DownloadProgressBar instance, you can pass an argument as the progress bar title progressBar = DownloadProgressBar ( text = "Downloading" ) # set max value progressBar . setMax ( 100 ) #


【文件预览】:
PyQt-ProgressDialog-master
----setup.py(346B)
----.gitignore(12B)
----LICENSE(1KB)
----screenshots()
--------progressbars.png(29KB)
----README.md(1KB)
----QtProgressDialog.py(4KB)

网友评论