mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 08:51:19 -05:00
Fix some links
This commit is contained in:
parent
933073ce03
commit
79c04d4e6f
@ -131,7 +131,7 @@ Now you can use our example to work on the stylesheet. It has all possible
|
|||||||
widget provided by Qt - common ones. Feel free to add more to them.
|
widget provided by Qt - common ones. Feel free to add more to them.
|
||||||
|
|
||||||
To simplify the structure, there are separated files in
|
To simplify the structure, there are separated files in
|
||||||
[example.ui](.example/ui/) folder.
|
[example.ui](./example/ui/) folder.
|
||||||
|
|
||||||
- `dw_buttons.ui`: all types of buttons;
|
- `dw_buttons.ui`: all types of buttons;
|
||||||
- `dw_containers_no_tabs.ui`: all types of containers except for tabs;
|
- `dw_containers_no_tabs.ui`: all types of containers except for tabs;
|
||||||
@ -162,7 +162,7 @@ It will generate all `_ui.py` files for PyQt4, PyQt5, PySide, QtPy, PyQtGraph.
|
|||||||
|
|
||||||
### Modifying QSS File
|
### Modifying QSS File
|
||||||
|
|
||||||
If you are changing the [stylesheet](.qdarkstyle/style.qss), you will need
|
If you are changing the [stylesheet](./qdarkstyle/style.qss), you will need
|
||||||
to recompile the QRC files using [process_qrc.py](./script/process_qrc.py)
|
to recompile the QRC files using [process_qrc.py](./script/process_qrc.py)
|
||||||
script, inside script folder.
|
script, inside script folder.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user