- made sure that the 'default' postprocessor file is always loaded first such that this name is always first in the GUI comboboxes

- added a class in GUIElements for a TextEdit box with line numbers and highlight
This commit is contained in:
Marius Stanciu
2019-11-14 12:24:49 +02:00
committed by Marius
parent dfbd4452a1
commit 175e2f7af2
6 changed files with 158 additions and 5 deletions

View File

@@ -225,7 +225,7 @@ class Tools2PreferencesUI(QtWidgets.QWidget):
self.tools2_qrcode_group = Tools2QRCodePrefGroupUI()
self.tools2_qrcode_group.setMinimumWidth(220)
self.tools2_cfill_group = Tools2CFillPrefGroupUI()
self.tools2_cfill_group = Tools2CThievingPrefGroupUI()
self.tools2_cfill_group.setMinimumWidth(220)
self.vlay = QtWidgets.QVBoxLayout()
@@ -5717,10 +5717,10 @@ class Tools2QRCodePrefGroupUI(OptionsGroupUI):
# self.layout.addStretch()
class Tools2CFillPrefGroupUI(OptionsGroupUI):
class Tools2CThievingPrefGroupUI(OptionsGroupUI):
def __init__(self, parent=None):
super(Tools2CFillPrefGroupUI, self).__init__(self)
super(Tools2CThievingPrefGroupUI, self).__init__(self)
self.setTitle(str(_("Copper Thieving Tool Options")))
self.decimals = 4