A widget (Qt5/Qt6) for tag editing
mkdir build
cmake . -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$(pwd)/py/EverloadTags
ninja -C build/
ninja -C build/ install
cd py
python demo.pyYou can either: Use pip to add EverloadTags to your site-packages
pip install ./pyCopy the py/EverloadTags folder to your python project and import see demo.py
You can also follow github actions workflows if the above doesn't work.
- Ctrl+Left - edit previous tag.
- Ctrl+Right - edit next tag tag.
- Ctrl+Home - edit the first tag.
- Ctrl+End = edit the last tag.
For multi-line tag widget Up and Down keys navigate between lines.
