TechDraw: remove trailing whitespace
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
||||||
<PythonExport
|
<PythonExport
|
||||||
Father="DocumentObjectExtensionPy"
|
Father="DocumentObjectExtensionPy"
|
||||||
Name="CosmeticExtensionPy"
|
Name="CosmeticExtensionPy"
|
||||||
Twin="CosmeticExtension"
|
Twin="CosmeticExtension"
|
||||||
TwinPointer="CosmeticExtension"
|
TwinPointer="CosmeticExtension"
|
||||||
Include="Mod/TechDraw/App/CosmeticExtension.h"
|
Include="Mod/TechDraw/App/CosmeticExtension.h"
|
||||||
Namespace="TechDraw"
|
Namespace="TechDraw"
|
||||||
FatherInclude="App/DocumentObjectExtensionPy.h"
|
FatherInclude="App/DocumentObjectExtensionPy.h"
|
||||||
FatherNamespace="App">
|
FatherNamespace="App">
|
||||||
<Documentation>
|
<Documentation>
|
||||||
<Author Licence="LGPL" Name="WandererFan" EMail="wandererfan@gmail.com" />
|
<Author Licence="LGPL" Name="WandererFan" EMail="wandererfan@gmail.com" />
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ public:
|
|||||||
|
|
||||||
virtual void setStack(int z);
|
virtual void setStack(int z);
|
||||||
virtual void setStackFromVP();
|
virtual void setStackFromVP();
|
||||||
|
|
||||||
static Gui::ViewProvider* getViewProvider(App::DocumentObject* obj);
|
static Gui::ViewProvider* getViewProvider(App::DocumentObject* obj);
|
||||||
static ViewProviderPage* getViewProviderPage(TechDraw::DrawView* dView);
|
static ViewProviderPage* getViewProviderPage(TechDraw::DrawView* dView);
|
||||||
static QGVPage* getQGVPage(TechDraw::DrawView* dView);
|
static QGVPage* getQGVPage(TechDraw::DrawView* dView);
|
||||||
|
|||||||
@@ -442,7 +442,7 @@ bool TaskSectionView::apply(bool forceUpdate)
|
|||||||
Gui::WaitCursor wc;
|
Gui::WaitCursor wc;
|
||||||
if (m_dirName.empty()) {
|
if (m_dirName.empty()) {
|
||||||
//this should never happen
|
//this should never happen
|
||||||
std::string msg =
|
std::string msg =
|
||||||
Base::Tools::toStdString(tr("Nothing to apply. No section direction picked yet"));
|
Base::Tools::toStdString(tr("Nothing to apply. No section direction picked yet"));
|
||||||
Base::Console().Error((msg + "\n").c_str());
|
Base::Console().Error((msg + "\n").c_str());
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//based on a python widget from:
|
//based on a python widget from:
|
||||||
//https://github.com/tcalmant/demo-ipopo-qt/blob/master/pc/details/compass.py
|
//https://github.com/tcalmant/demo-ipopo-qt/blob/master/pc/details/compass.py
|
||||||
|
|
||||||
#ifndef COMPASSDIALWIDGET_H
|
#ifndef COMPASSDIALWIDGET_H
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
45,0,0,0,4.0
|
45,0,0,0,4.0
|
||||||
*Diagonal5, 45 diagonal L, Solid, 4.0 mm separation
|
*Diagonal5, 45 diagonal L, Solid, 4.0 mm separation
|
||||||
-45,0,0,0,4.0
|
-45,0,0,0,4.0
|
||||||
*Square, square grid, Solid, 5.0 mm separation
|
*Square, square grid, Solid, 5.0 mm separation
|
||||||
90,1,1,0,5.0
|
90,1,1,0,5.0
|
||||||
0,0,0,1,5.0
|
0,0,0,1,5.0
|
||||||
*Horizontal5, horizontal lines, Solid 5.0 separation
|
*Horizontal5, horizontal lines, Solid 5.0 separation
|
||||||
|
|||||||
Reference in New Issue
Block a user