Geometrize  1.0
An application for geometrizing images into geometric primitives
constants.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QString>
4 
5 namespace geometrize
6 {
7 
8 namespace constants
9 {
10 
11 const QString PROJECT_WEBSITE_URL{"https://www.geometrize.co.uk"};
12 const QString DEVELOPER_WEBSITE_URL{"https://www.samcodes.co.uk"};
13 const QString TECHNICAL_SUPPORT_URL{"https://www.samcodes.co.uk/contact"};
14 const QString MORE_RESOURCES_URL{"https://resources.geometrize.co.uk"};
15 const QString VIDEO_TUTORIAL_URL{"https://www.youtube.com/playlist?list=PLe9ogi_J4cFgcqLdpmPC7GdFV5ohJPEzN"};
16 
17 }
18 
19 }
geometrize::constants::MORE_RESOURCES_URL
const QString MORE_RESOURCES_URL
URL to a webpage providing additional templates, scripts and/or helpful links.
Definition: constants.h:14
geometrize::constants::DEVELOPER_WEBSITE_URL
const QString DEVELOPER_WEBSITE_URL
The core developer's personal website URL.
Definition: constants.h:12
geometrize::constants::VIDEO_TUTORIAL_URL
const QString VIDEO_TUTORIAL_URL
The video tutorial webpage URL for the software.
Definition: constants.h:15
geometrize::constants::PROJECT_WEBSITE_URL
const QString PROJECT_WEBSITE_URL
The project's dedicated website URL.
Definition: constants.h:11
geometrize::constants::TECHNICAL_SUPPORT_URL
const QString TECHNICAL_SUPPORT_URL
The technical support webpage URL for the software.
Definition: constants.h:13
geometrize
Definition: commandlineparser.cpp:73