3#include <NDEVR/NDEVRApplication.h>
4#include <NDEVR/String.h>
10 class QTWindowManager;
42 bool setup_language =
true;
43 bool validate_file_structure =
true;
44 bool setup_fonts =
true;
45 bool setup_factories =
true;
46 bool setup_error_handling =
true;
47 bool setup_file_structure =
true;
48 bool launch_model_manager =
true;
49 bool qt_enable_high_dpi_scaling =
true;
50 bool qt_use_high_dpi_bitmaps =
true;
51 bool qt_allow_virtual_keyboard =
false;
52 bool auto_restart =
true;
53 bool setup_modules =
true;
54 bool disable_os_keyboard =
false;
55 bool disable_auto_screen_factor =
true;
56 bool load_user_settings =
true;
59 QTWindowManager* gui =
nullptr;
The root class of the NDEVR Application.
Definition NDEVRApplication.h:10
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Definition QTModelManager.h:105
The core String class for the NDEVR API.
Definition String.h:69