qBittorrent/.github/workflows/helper/pre-commit
Chocobo1 c887a6f7d8
GHA CI: add checks for grid items order
Now all items under `QGridLayout` are required to be sorted. This allow
us to omit tabstop order. The tabstop order will follow the layout order.

The script can be invoked to fix wrong grid items order in .ui files:
```console
python check_grid_items_order.py file.ui
```
2024-12-14 17:08:18 +08:00
..
.typos.toml GHA CI: Update pre-commit-config workflow 2024-10-06 16:49:30 +08:00
check_grid_items_order.py GHA CI: add checks for grid items order 2024-12-14 17:08:18 +08:00
check_translation_tag.py GHA CI: add checks for grid items order 2024-12-14 17:08:18 +08:00