1 Star 0 Fork 7

Special Follow/serial-monitor

Create your Gitee Account
Explore and code with more than 12 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
setting_dialog.py 405 Bytes
Copy Edit Raw Blame History
程序员锡哥 authored 2020-04-02 22:49 . 增加功能实现类
# coding:utf-8
from PyQt5.QtWidgets import QDialog
from PyQt5 import QtCore
import ui_setting_dialog
class SettingDialog(QDialog, ui_setting_dialog.Ui_ListenSettingDialog):
def __init__(self):
super().__init__()
self.setupUi(self)
self.setWindowFlags(QtCore.Qt.CustomizeWindowHint| QtCore.Qt.WindowCloseButtonHint)
self.setFixedSize(QtCore.QSize(468, 135))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fuhaous/serial-monitor.git
git@gitee.com:fuhaous/serial-monitor.git
fuhaous
serial-monitor
serial-monitor
master

Search