molde 0.1.6__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {molde-0.1.6 → molde-0.1.7}/PKG-INFO +1 -1
- {molde-0.1.6 → molde-0.1.7}/molde/__init__.py +1 -1
- {molde-0.1.6 → molde-0.1.7}/pyproject.toml +1 -1
- {molde-0.1.6 → molde-0.1.7}/README.md +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/__main__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/actors/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/actors/common_symbols_actor.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/actors/ghost_actor.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/actors/lines_actor.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/actors/round_points_actor.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/actors/square_points_actor.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/colors/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/colors/color.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/colors/color_names.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/fonts/IBMPlexMono-Bold.ttf +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/fonts/IBMPlexMono-Regular.ttf +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_down_dark_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_down_disabled_dark_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_down_disabled_light_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_down_light_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_left_dark_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_left_light_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_right_dark_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_right_light_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_up_dark_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_up_disabled_dark_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_up_disabled_light_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/arrow_up_light_theme.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/icons/check_box_image.svg +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/interactor_styles/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/interactor_styles/arcball_camera_style.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/interactor_styles/box_selection_style.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/main_window.ui +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/pickers/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/pickers/cell_area_picker.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/pickers/cell_property_area_picker.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/poly_data/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/poly_data/arrows.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/poly_data/lines_data.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/poly_data/simple_shapes.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/poly_data/vertices_data.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/render_widgets/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/render_widgets/animated_render_widget.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/render_widgets/common_render_widget.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/common.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/create_color_page.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/mainwindow.ui +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qcheckbox.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qinputs.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qlayouts.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qmenubar.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qprogressbar.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qpushbutton.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qradiobutton.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qscrollbar.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qslider.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qtablewidget.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qtabwidget.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qtoolbar.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qtoolbuttons.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/stylesheets/qtreewidget.qss +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/ui_files/messages/new_loading_window.ui +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/utils/__init__.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/utils/format_sequences.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/utils/poly_data_utils.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/utils/tree_info.py +0 -0
- {molde-0.1.6 → molde-0.1.7}/molde/windows/loading_window.py +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
from pathlib import Path
|
2
2
|
from qtpy.uic import loadUi
|
3
3
|
from .colors import Color
|
4
|
-
from PySide6.QtCore import QDir
|
5
4
|
|
6
5
|
MOLDE_DIR = Path(__file__).parent
|
7
6
|
UI_DIR = MOLDE_DIR / "ui_files/"
|
8
7
|
|
9
8
|
def load_ui(uifile: str | Path, baseinstance, working_directory: str| Path = None):
|
9
|
+
from PySide6.QtCore import QDir
|
10
10
|
if working_directory is not None:
|
11
11
|
working_directory = QDir(working_directory)
|
12
12
|
return loadUi(uifile, baseinstance, working_directory)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|