24 , mMessageBar( messageBar )
42 QMap<QString, QVariant> cfg;
44 cfg.insert(
"AllowNULL", configElement.attribute(
"AllowNULL" ) ==
"1" );
45 cfg.insert(
"OrderByValue", configElement.attribute(
"OrderByValue" ) ==
"1" );
46 cfg.insert(
"ShowForm", configElement.attribute(
"ShowForm" ) ==
"1" );
47 cfg.insert(
"Relation", configElement.attribute(
"Relation" ) );
48 cfg.insert(
"MapIdentification", configElement.attribute(
"MapIdentification" ) ==
"1" );
49 cfg.insert(
"ReadOnly", configElement.attribute(
"ReadOnly" ) ==
"1" );
60 configElement.setAttribute(
"AllowNULL", config[
"AllowNULL"].toBool() );
61 configElement.setAttribute(
"OrderByValue", config[
"OrderByValue"].toBool() );
62 configElement.setAttribute(
"ShowForm", config[
"ShowForm"].toBool() );
63 configElement.setAttribute(
"Relation", config[
"Relation"].toString() );
64 configElement.setAttribute(
"MapIdentification", config[
"MapIdentification"].toBool() );
65 configElement.setAttribute(
"ReadOnly", config[
"ReadOnly"].toBool() );