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 |