44 cfg.insert(
"Height", configElement.attribute(
"Height", 0 ).toInt() );
45 cfg.insert(
"Width", configElement.attribute(
"Width", 0 ).toInt() );
56 configElement.setAttribute(
"Height", config.value(
"Height", 0 ).toString() );
57 configElement.setAttribute(
"Width", config.value(
"Width", 0 ).toString() );