@@ -146,7 +146,7 @@ void DlgPrefsTechDrawAnnotationImp::loadSettings()
|
||||
if (ui->pcbLineStandard->count() > Preferences::lineStandard()) {
|
||||
ui->pcbLineStandard->setCurrentIndex(Preferences::lineStandard());
|
||||
}
|
||||
// we have to connect the slot after the inital load or the current standard will
|
||||
// we have to connect the slot after the initial load or the current standard will
|
||||
// be set to index 0 when the widget is created
|
||||
connect(ui->pcbLineStandard, qOverload<int>(&QComboBox::currentIndexChanged),
|
||||
this, &DlgPrefsTechDrawAnnotationImp::onLineStandardChanged);
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="creates_cosmetic_circunference.svg">
|
||||
sodipodi:docname="creates_cosmetic_circumference.svg">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
|
||||
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
@@ -128,7 +128,7 @@ def getSelEdges(nEdge=1, nSel=0):
|
||||
def getCoordinateVectors(view):
|
||||
'''
|
||||
(px,py,pz) = getCoordinateVectors(view)
|
||||
view ... selcted view
|
||||
view ... selected view
|
||||
(px,py,pz) ... returned tuple of vectors (App.Vector)
|
||||
calculate projected vectors of x-, y- and z-axis
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user