├── CMakeLists.txt ├── LICENSE ├── README.md ├── qAutoSeg ├── CC_Compilation_tutorial_1_3.pdf ├── CMakeLists.txt ├── LICENSE.txt ├── cyberbuildIcon.png ├── info.json ├── profileImportDlg.cpp ├── profileImportDlg.h ├── profileImportDlg.ui ├── qAutoSeg.cpp ├── qAutoSeg.h └── qAutoSeg.qrc └── qManualSeg ├── CC_Compilation_tutorial_1_3.pdf ├── CMakeLists.txt ├── LICENSE.txt ├── README.md ├── cyberbuildIcon.png ├── info.json ├── qManualSeg.cpp ├── qManualSeg.h └── qManualSeg.qrc /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/README.md -------------------------------------------------------------------------------- /qAutoSeg/CC_Compilation_tutorial_1_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/CC_Compilation_tutorial_1_3.pdf -------------------------------------------------------------------------------- /qAutoSeg/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/CMakeLists.txt -------------------------------------------------------------------------------- /qAutoSeg/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/LICENSE.txt -------------------------------------------------------------------------------- /qAutoSeg/cyberbuildIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/cyberbuildIcon.png -------------------------------------------------------------------------------- /qAutoSeg/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/info.json -------------------------------------------------------------------------------- /qAutoSeg/profileImportDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/profileImportDlg.cpp -------------------------------------------------------------------------------- /qAutoSeg/profileImportDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/profileImportDlg.h -------------------------------------------------------------------------------- /qAutoSeg/profileImportDlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/profileImportDlg.ui -------------------------------------------------------------------------------- /qAutoSeg/qAutoSeg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/qAutoSeg.cpp -------------------------------------------------------------------------------- /qAutoSeg/qAutoSeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/qAutoSeg.h -------------------------------------------------------------------------------- /qAutoSeg/qAutoSeg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qAutoSeg/qAutoSeg.qrc -------------------------------------------------------------------------------- /qManualSeg/CC_Compilation_tutorial_1_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/CC_Compilation_tutorial_1_3.pdf -------------------------------------------------------------------------------- /qManualSeg/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/CMakeLists.txt -------------------------------------------------------------------------------- /qManualSeg/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/LICENSE.txt -------------------------------------------------------------------------------- /qManualSeg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/README.md -------------------------------------------------------------------------------- /qManualSeg/cyberbuildIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/cyberbuildIcon.png -------------------------------------------------------------------------------- /qManualSeg/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/info.json -------------------------------------------------------------------------------- /qManualSeg/qManualSeg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/qManualSeg.cpp -------------------------------------------------------------------------------- /qManualSeg/qManualSeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/qManualSeg.h -------------------------------------------------------------------------------- /qManualSeg/qManualSeg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberbuildLab/masonry-cc/HEAD/qManualSeg/qManualSeg.qrc --------------------------------------------------------------------------------