qBittorrent/.github/workflows/helper
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
..
appimage Improve script compatibility 2023-04-24 13:31:19 +08:00
codeql GHA CI: add CodeQL scanning 2023-03-12 14:27:10 +08:00
pre-commit GHA CI: add checks for grid items order 2024-12-14 17:08:18 +08:00