Skip to content

ElliottLester/tags

 
 

Repository files navigation

tags

A widget (Qt5/Qt6) for tag editing

TagsEdit TagsLineEdit

Python instructions:

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.py

You can either: Use pip to add EverloadTags to your site-packages

pip install ./py

Copy the py/EverloadTags folder to your python project and import see demo.py

About

Tag Input widget for Qt5 or Qt6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.8%
  • Python 18.1%
  • CMake 16.0%
  • C 0.1%