Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chiefs
ChiefSend2
Commits
983e3b80
Commit
983e3b80
authored
Mar 24, 2021
by
Lukas Böhm
Browse files
settings
parent
8f474f2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
desktop/requirements.txt
View file @
983e3b80
PyQt5
\ No newline at end of file
PyQt5
requests
desktop/settings.json
0 → 100644
View file @
983e3b80
{
"api_server"
:
"http://send.chief.zone/api"
,
"install_location"
:
"C:
\\
Users
\\
Lukas
\\
Documents
\\
GitHub
\\
chiefsend2
\\
desktop"
,
}
\ No newline at end of file
desktop/ui.py
View file @
983e3b80
import
sys
from
PyQt5.QtWidgets
import
*
from
PyQt5.QtWidgets
import
QApplication
,
QProgressBar
,
QDialog
class
App
(
Q
Widget
):
class
App
(
Q
Dialog
):
def
__init__
(
self
):
super
().
__init__
()
## Set main window attributes
...
...
Write
Preview
Supports
Markdown
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