- changed the translators tab in the on_about() method

- added the usage of the FCLabel widget instead of QtWidgets.QLabel
This commit is contained in:
Marius Stanciu
2021-08-18 03:31:23 +03:00
committed by Marius
parent d25cad8780
commit 75fff68cc9
11 changed files with 181 additions and 187 deletions

View File

@@ -7,7 +7,7 @@
from PyQt6 import QtGui, QtCore, QtWidgets
from appTool import AppTool
from appGUI.GUIElements import FCTree, VerticalScrollArea
from appGUI.GUIElements import FCTree, VerticalScrollArea, FCLabel
from shapely.geometry import MultiPolygon, Polygon
from shapely.ops import unary_union
@@ -49,7 +49,7 @@ class ObjectReport(AppTool):
self.info_frame.setLayout(self.info_box)
# ## Title
# title_label = QtWidgets.QLabel("%s" % self.pluginName)
# title_label = FCLabel("%s" % self.pluginName)
# title_label.setStyleSheet("""
# QLabel
# {