Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Graduate
2020-06-17 17:27:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
683d4e690dc6720a6e5ea1aa69eca744510a7c77
683d4e69
1 parent
400d1beb
Add GUI title
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
client/client.py
register/register.py
client/client.py
View file @
683d4e6
...
...
@@ -49,6 +49,7 @@ class Client(tk.Frame):
self
.
cap
.
set
(
4
,
self
.
cam_height
)
# tkinter GUI
self
.
parent
.
title
(
"출석시스템"
)
self
.
width
=
740
self
.
height
=
640
self
.
parent
=
parent
...
...
register/register.py
View file @
683d4e6
...
...
@@ -48,6 +48,7 @@ class Register(tk.Frame):
self
.
image_list
=
[]
# tkinter GUI
self
.
parent
.
title
(
"출석 데이터 등록"
)
self
.
width
=
740
self
.
height
=
640
self
.
parent
=
parent
...
...
Please
register
or
login
to post a comment