#pragma once #include struct InstallerSettings { bool builder; bool force; QString disk; QString host; QString language; QString timezone; bool erase; QString fs; bool mbr; bool uuid; QString disktype; QString videodrv; //QString videores; }; QString LoadTextFile(const QString& name);