try other icons...
This commit is contained in:
parent
23110383c2
commit
45c1d69a3f
4 changed files with 7 additions and 2 deletions
|
|
@ -45,4 +45,9 @@ pip install -e .
|
|||
### UI with QT Designer
|
||||
|
||||
Save UI design from QT designer as `ui_*_.ui` file and then convert them into python using:
|
||||
`pyuic6 -x <file_path>.ui -o <file_path>.py `
|
||||
`pyuic6 -x <file_path>.ui -o <file_path>.py`
|
||||
|
||||
### Code quality
|
||||
|
||||
Install mypy, black and flake8 into your IDE (also need flake8-pyproject to get pyproject.toml conf).
|
||||
You can manually run them with `mypy .` or `flake8 .` from the project's root directory.
|
||||
|
|
@ -71,7 +71,7 @@ class Icons:
|
|||
IconName.DONE: "tick.png",
|
||||
IconName.WIN: "trophy.png",
|
||||
IconName.PLAYERS: "users.png",
|
||||
IconName.WARCHRON: "warchron_logo.png",
|
||||
IconName.WARCHRON: "warchron_logo_background.png",
|
||||
IconName.TOKEN: "point.png",
|
||||
IconName.TOKENS: "points.png",
|
||||
}
|
||||
|
|
|
|||
BIN
src/warchron/view/resources/balance-unbalance-point.png
Normal file
BIN
src/warchron/view/resources/balance-unbalance-point.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
src/warchron/view/resources/warchron_logo_background.png
Normal file
BIN
src/warchron/view/resources/warchron_logo_background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Add a link
Reference in a new issue