FEM: make file headers title use the same schema in all fem(gui)objects/

Cherrypicked from femtemp f3212888c50d
+ 2 femobject uniformity fixes

fem(gui)objects leftover header copyright fix
This commit is contained in:
luz.paz
2018-11-20 23:25:44 +01:00
committed by Yorik van Havre
parent bf779155d4
commit d150dec132
42 changed files with 192 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
# ***************************************************************************
# * *
# * Copyright (c) 2017 - Markus Hovorka <m.hovorka@live.de> *
# * Copyright (c) 2017 Markus Hovorka <m.hovorka@live.de> *
# * *
# * This program is free software; you can redistribute it and/or modify *
# * it under the terms of the GNU Lesser General Public License (LGPL) *
@@ -20,11 +20,12 @@
# * *
# ***************************************************************************
__title__ = "Solver Job Control Task Panel"
__title__ = "FreeCAD FEM solver job control task panel"
__author__ = "Markus Hovorka"
__url__ = "http://www.freecadweb.org"
## \addtogroup FEM
# @{
from PySide import QtCore
from PySide import QtGui
@@ -334,3 +335,5 @@ class ControlWidget(QtGui.QWidget):
self._editBtt.setDisabled(
not machine.solver.Proxy.editSupported() or
machine.state < femsolver.run.PREPARE)
## @}