- in Calculators Plugin added a new calculator to calculate the required chemical weights for tinning solutions
- in Calculators Plugin remade the GUI - some minor GUI modifications for a series of App Plugins
This commit is contained in:
@@ -2224,6 +2224,12 @@ class FCPlainTextAreaExtended(QtWidgets.QPlainTextEdit):
|
||||
self.setTextCursor(cursor)
|
||||
|
||||
|
||||
class FCFrame(QtWidgets.QFrame):
|
||||
# used when I want to apply stylesheets but not to children's of the same type
|
||||
def __init__(self, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
|
||||
|
||||
class FCComboBox(QtWidgets.QComboBox):
|
||||
|
||||
def __init__(self, parent=None, callback=None, policy=True):
|
||||
|
||||
Reference in New Issue
Block a user