We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1509b8 + bc80a7c commit 7a537f0Copy full SHA for 7a537f0
INSTALL.md
@@ -135,10 +135,9 @@ See [pyproject.toml](pyproject.toml)
135
136
## UI and resource files
137
138
-If `friture.ui` or `resource.qrc` are changed, the corresponding python files need to be rebuilt:
+If `settings.ui` or `resource.qrc` are changed, the corresponding python files need to be rebuilt:
139
140
```
141
-pyuic5 ui/friture.ui --from-imports > friture/ui_friture.py
142
pyuic5 ui/settings.ui --from-imports > friture/ui_settings.py
143
pyrcc5 resources/friture.qrc -o friture/friture_rc.py
144
0 commit comments