File tree Expand file tree Collapse file tree 12 files changed +120
-0
lines changed
Expand file tree Collapse file tree 12 files changed +120
-0
lines changed Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111def classFactory (iface ):
212 if iface :
313 from .datetimetools import DateTimeTools
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111import os
212from datetime import datetime
313from zoneinfo import ZoneInfo
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111import os
212import math
313from datetime import datetime
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111from qgis .PyQt .QtCore import Qt , pyqtSignal
212from qgis .PyQt .QtGui import QColor
313from qgis .PyQt .QtCore import pyqtSlot
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111import os
212import enum
313from qgis .PyQt .QtCore import Qt
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111import os
212import math
313import datetime
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111import os
212import re
313
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111from qgis .PyQt .QtCore import Qt
212from qgis .PyQt .QtGui import QColor
313from qgis .PyQt .QtWidgets import QApplication
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2+ """
3+ /***************************************************************************
4+ * *
5+ * This program is free software; you can redistribute it and/or modify *
6+ * it under the terms of the GNU General Public License as published by *
7+ * the Free Software Foundation; either version 2 of the License, or *
8+ * (at your option) any later version. *
9+ * *
10+ ***************************************************************************/
11+ """
212from qgis .core import QgsApplication
313
414try :
Original file line number Diff line number Diff line change 1+ """
2+ /***************************************************************************
3+ * *
4+ * This program is free software; you can redistribute it and/or modify *
5+ * it under the terms of the GNU General Public License as published by *
6+ * the Free Software Foundation; either version 2 of the License, or *
7+ * (at your option) any later version. *
8+ * *
9+ ***************************************************************************/
10+ """
111import os
212from qgis .core import QgsProcessingProvider
313from qgis .PyQt .QtGui import QIcon
You can’t perform that action at this time.
0 commit comments