├── LICENSE ├── QSetupCreator.pro ├── QSetupCreator.pro.user ├── README.md ├── Screenshot 2020-11-26 233724.png ├── dialog.cpp ├── dialog.hpp ├── dialog.ui ├── icon.ico ├── icon.qrc ├── main.cpp ├── mainwindow.cpp ├── mainwindow.hpp ├── mainwindow.ui ├── proj.rc ├── qst1.png ├── qst2.png ├── qst3.png ├── settings.cpp ├── settings.hpp └── version.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/LICENSE -------------------------------------------------------------------------------- /QSetupCreator.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/QSetupCreator.pro -------------------------------------------------------------------------------- /QSetupCreator.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/QSetupCreator.pro.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot 2020-11-26 233724.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/Screenshot 2020-11-26 233724.png -------------------------------------------------------------------------------- /dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/dialog.cpp -------------------------------------------------------------------------------- /dialog.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/dialog.hpp -------------------------------------------------------------------------------- /dialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/dialog.ui -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/icon.ico -------------------------------------------------------------------------------- /icon.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/icon.qrc -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/mainwindow.hpp -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /proj.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/proj.rc -------------------------------------------------------------------------------- /qst1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/qst1.png -------------------------------------------------------------------------------- /qst2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/qst2.png -------------------------------------------------------------------------------- /qst3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/qst3.png -------------------------------------------------------------------------------- /settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/settings.cpp -------------------------------------------------------------------------------- /settings.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/settings.hpp -------------------------------------------------------------------------------- /version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mguludag/QSetupCreator/HEAD/version.h --------------------------------------------------------------------------------