Ai
4 Star 1 Fork 0

wjwilliam/software_engineering-dlib_face_recognition

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
plugin3.py 488 Bytes
Copy Edit Raw Blame History
royalwjw authored 2022-06-18 00:54 +08:00 . init&重构项目
from PyQt5.QtWidgets import *
from PyQt5.QtCore import *
class Plugin3(QWidget):
label="第三个插件"
def __init__(self, parent=None) -> None:
super().__init__(parent=parent)
self.setWindowModality(Qt.ApplicationModal)
self.tab_widget=QTabWidget()
# self.tab_widget.addTab("控件里的标签1",QLabel("heheheheheeh1"))
# self.tab_widget.addTab("控件里的标签1",QLabel("heheheheheeh2"))
def get_plugin_class():
return Plugin3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wjwilliam/software_engineering-dlib_face_recognition.git
git@gitee.com:wjwilliam/software_engineering-dlib_face_recognition.git
wjwilliam
software_engineering-dlib_face_recognition
software_engineering-dlib_face_recognition
master

Search