Loading ui/configpanel.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ else: from .stylewidgets import Widget, ConfigComboBox from utils.config import pcfg from utils.shared import CONFIG_FONTSIZE_CONTENT, CONFIG_FONTSIZE_HEADER, CONFIG_FONTSIZE_TABLE, CONFIG_COMBOBOX_SHORT, CONFIG_COMBOBOX_LONG, CONFIG_COMBOBOX_MIDEAN from .dlconfig_parse_widgets import InpaintConfigPanel, TextDetectConfigPanel, TranslatorConfigPanel, OCRConfigPanel from .module_parse_widgets import InpaintConfigPanel, TextDetectConfigPanel, TranslatorConfigPanel, OCRConfigPanel class CustomIntValidator(QIntValidator): Loading ui/dlconfig_parse_widgets.py→ui/module_parse_widgets.py +0 −0 File moved. View file Loading
ui/configpanel.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ else: from .stylewidgets import Widget, ConfigComboBox from utils.config import pcfg from utils.shared import CONFIG_FONTSIZE_CONTENT, CONFIG_FONTSIZE_HEADER, CONFIG_FONTSIZE_TABLE, CONFIG_COMBOBOX_SHORT, CONFIG_COMBOBOX_LONG, CONFIG_COMBOBOX_MIDEAN from .dlconfig_parse_widgets import InpaintConfigPanel, TextDetectConfigPanel, TranslatorConfigPanel, OCRConfigPanel from .module_parse_widgets import InpaintConfigPanel, TextDetectConfigPanel, TranslatorConfigPanel, OCRConfigPanel class CustomIntValidator(QIntValidator): Loading