Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zheng Yile
codiaclient
Commits
c8fd4555
Commit
c8fd4555
authored
Jun 22, 2021
by
Zheng Yile
Browse files
Update structure
parent
b514ea65
Changes
3
Hide whitespace changes
Inline
Side-by-side
MainFunctions.py
View file @
c8fd4555
...
...
@@ -7,7 +7,7 @@ from PyQt5.QtWidgets import QListWidgetItem, QWidget, QListWidget
from
PyQt5.QtWidgets
import
QMessageBox
import
functionWindow
from
utils
import
Font
,
Palette
from
codiaclientgui.
utils
import
Font
,
Palette
from
codiaclient.network
import
get_pack
,
show_pack
...
...
utils.py
→
codiaclientgui/
utils.py
View file @
c8fd4555
File moved
main.py
View file @
c8fd4555
...
...
@@ -67,7 +67,7 @@ def BeginFunction():
FunctionUi
.
setupUi
(
FunctionWindow
)
MainFunctions
.
functionWindow_init
(
FunctionUi
,
loginusernickname
,
verified
)
from
utils
import
Font
from
codiaclientgui.
utils
import
Font
FunctionWindow
.
setFont
(
Font
[
'main'
])
LoginWindow
.
hide
()
...
...
@@ -115,7 +115,7 @@ def ShowReset():
def
TaskInit
():
report_var
[
'allow_error_deg'
]
=
1
from
utils
import
Font
from
codiaclientgui.
utils
import
Font
LoginWindow
.
setFont
(
Font
[
'main'
])
LoginUi
.
pushButtonLogin
.
clicked
.
connect
(
BeginLogin
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment