src/configDialog.cpp

changeset 214
28e0b37156be
parent 211
8d35e631bef3
child 233
524cb0833027
equal deleted inserted replaced
213:a4113545242c 214:28e0b37156be
127 cb_blackEdges = new QCheckBox ("Black edges"); 127 cb_blackEdges = new QCheckBox ("Black edges");
128 cb_blackEdges->setWhatsThis ("Makes all edgelines appear black. If this is " 128 cb_blackEdges->setWhatsThis ("Makes all edgelines appear black. If this is "
129 "not set, edge lines take their color as defined in LDConfig.ldr"); 129 "not set, edge lines take their color as defined in LDConfig.ldr");
130 cb_blackEdges->setChecked (gl_blackedges); 130 cb_blackEdges->setChecked (gl_blackedges);
131 131
132 cb_schemanticInline = new QCheckBox ("Schemantic insertion only"); 132 cb_schemanticInline = new QCheckBox ("Scemantic insertion only");
133 cb_schemanticInline->setChecked (edit_schemanticinline); 133 cb_schemanticInline->setChecked (edit_schemanticinline);
134 cb_colorBFC->setWhatsThis ("When inserting objects through inlining, file " 134 cb_colorBFC->setWhatsThis ("When inserting objects through inlining, file "
135 "inserting or through external programs, all non-schemantics (those without " 135 "inserting or through external programs, all non-schemantics (those without "
136 "actual meaning in the part file like comments and such) are filtered out."); 136 "actual meaning in the part file like comments and such) are filtered out.");
137 137

mercurial