File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414You should have received a copy of the GNU Lesser General Public License along with QualCoder.
1515If not, see <https://www.gnu.org/licenses/>.
1616
17- Author : Colin Curtain (ccbogel)
17+ Authors : Colin Curtain C, Kai Dröge, Justin Missaghieh--Poncet, Lorenzo Salomón
1818https://github.com/ccbogel/QualCoder
1919https://qualcoder.wordpress.com/
2020https://qualcoder.org/
2727from openpyxl .styles import Alignment , Font , PatternFill
2828from openpyxl .utils import get_column_letter
2929from openpyxl .worksheet .properties import Outline
30- import os
3130import qtawesome as qta
3231
3332from PyQt6 import QtGui , QtWidgets , QtCore
4342from .report_attributes import DialogSelectAttributeParameters
4443from .select_items import DialogSelectItems
4544
46- path = os .path .abspath (os .path .dirname (__file__ ))
4745logger = logging .getLogger (__name__ )
4846
4947
You can’t perform that action at this time.
0 commit comments