inkstitch/lib/gui/simulator/__init__.py

16 wiersze
603 B
Python

# Authors: see git history
#
# Copyright (c) 2024 Authors
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
from .design_info import DesignInfoDialog
from .simulator_preferences import SimulatorPreferenceDialog
from .simulator_slider import SimulatorSlider
from .control_panel import ControlPanel
from .view_panel import ViewPanel
from .drawing_panel import DrawingPanel
from .simulator_panel import SimulatorPanel
from .simulator_renderer import PreviewRenderer
from .simulator_window import SimulatorWindow
from .split_simulator_window import SplitSimulatorWindow