├── .DS_Store ├── README.md └── src ├── VideoLabel.pro ├── img_label.cpp ├── img_label.h ├── img_widget.cpp ├── img_widget.h ├── main.cpp ├── pubheader.h ├── readme.md ├── videolabel.cpp └── videolabel.h /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/README.md -------------------------------------------------------------------------------- /src/VideoLabel.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/VideoLabel.pro -------------------------------------------------------------------------------- /src/img_label.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/img_label.cpp -------------------------------------------------------------------------------- /src/img_label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/img_label.h -------------------------------------------------------------------------------- /src/img_widget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/img_widget.cpp -------------------------------------------------------------------------------- /src/img_widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/img_widget.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/pubheader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/pubheader.h -------------------------------------------------------------------------------- /src/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/videolabel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/videolabel.cpp -------------------------------------------------------------------------------- /src/videolabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowshawn/VideoLabel/HEAD/src/videolabel.h --------------------------------------------------------------------------------