15235997262 há 1 ano atrás
pai
commit
773dbc767b

+ 6 - 0
day03/day03/.ipynb_checkpoints/day0003-checkpoint.ipynb

@@ -0,0 +1,6 @@
+{
+ "cells": [],
+ "metadata": {},
+ "nbformat": 4,
+ "nbformat_minor": 5
+}

+ 8 - 2
day03/day03/codes/ex_qt01.py

@@ -1,7 +1,8 @@
 #引入模块
 from PyQt5.QtWidgets import QApplication
 from PyQt5.QtWidgets import QDialog
-
+from PyQtf5.QtWidgets import QMainWindow
+from PyQtf5.QtWidgets 
 #创建Qt应用
 app = QApplication([])    # 参数:命令行参数
 """
@@ -9,4 +10,9 @@ app = QApplication([])    # 参数:命令行参数
 """
 dlg= QDialog()
 dlg.show()
-app.exec()   #让应用程序进入消息循环
+app.exec()   #让应用程序进入消息循环
+
+
+
+
+

Diff do ficheiro suprimidas por serem muito extensas
+ 20 - 0
day03/day03/day0003.ipynb


BIN
day03/day03/gup.jpg


+ 0 - 0
day04/monitor/main.py


+ 10 - 0
day04/monitor/ui/monitor_ui.py

@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'monitor.ui'
+#
+# Created by: PyQt5 UI code generator 5.15.9
+#
+# WARNING: Any manual changes made to this file will be lost when pyuic5 is
+# run again.  Do not edit this file unless you know what you are doing.
+
+

+ 67 - 0
day04/monitor/ui/untitled.ui

@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Dialog</class>
+ <widget class="QDialog" name="Dialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>400</width>
+    <height>300</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>交通监控智能化系统</string>
+  </property>
+  <property name="styleSheet">
+   <string notr="true">border-width:2px;
+border-style:solid;
+border-color:red;</string>
+  </property>
+  <widget class="QLabel" name="label">
+   <property name="geometry">
+    <rect>
+     <x>31</x>
+     <y>54</y>
+     <width>121</width>
+     <height>121</height>
+    </rect>
+   </property>
+   <property name="styleSheet">
+    <string notr="true">border-width:3px;
+border-style:solid;
+border-color:red;
+border-radlius:20px;
+</string>
+   </property>
+   <property name="text">
+    <string> 视频显示区</string>
+   </property>
+  </widget>
+  <widget class="QPushButton" name="pushButton">
+   <property name="geometry">
+    <rect>
+     <x>110</x>
+     <y>220</y>
+     <width>121</width>
+     <height>41</height>
+    </rect>
+   </property>
+   <property name="styleSheet">
+    <string notr="true">border-width:1px;
+border-style:solid;
+border-radlius:7px;
+border-top-color:#ffffff;
+border-left-color:#ffffff;
+border-bottom-color:#bbbbbb;
+border-right-color:#bbbbbb;
+</string>
+   </property>
+   <property name="text">
+    <string>处理视频</string>
+   </property>
+  </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff