GridCal 5.1.58__tar.gz → 5.1.60__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.
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ExecuteGridCal.py +4 -16
- GridCal-5.1.60/GridCal/Gui/AboutDialogue/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/AboutDialogue/about_dialogue.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/AboutDialogue/gui.py +31 -14
- GridCal-5.1.60/GridCal/Gui/AboutDialogue/icons_rc.py +325 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/AboutDialogue/update_gui_file.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Analysis/AnalysisDialogue.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Analysis/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Analysis/object_plot_analysis.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Analysis/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/CascadingSteps/__init__.py +5 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/CascadingSteps/cascading_steps.py +4 -16
- GridCal-5.1.60/GridCal/Gui/ContingencyPlanner/__init__.py +5 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ContingencyPlanner/contingency_planner_dialogue.py +4 -16
- GridCal-5.1.60/GridCal/Gui/ContingencyPlanner/update_gui_file.py +14 -0
- GridCal-5.1.60/GridCal/Gui/CoordinatesInput/__init__.py +5 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/CoordinatesInput/coordinates_dialogue.py +4 -16
- GridCal-5.1.60/GridCal/Gui/CoordinatesInput/update_gui_file.py +14 -0
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Branches/__init__.py +5 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Branches/line_location_graphic_item.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Branches/map_ac_line.py +26 -0
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Branches/map_dc_line.py +26 -0
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Branches/map_fluid_path.py +27 -0
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Branches/map_hvdc_line.py +26 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Branches/map_line_container.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Branches/map_line_segment.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Branches/new_line_dialogue.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Substation/__init__.py +5 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Substation/node_template.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Substation/substation_graphic_item.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Substation/voltage_level_graphic_item.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/__init__.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/blue_marble.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/cartodb.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/gmt_local.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/mapbox.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/mapquest.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/open_street_map.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/stamen_toner.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/stamen_transport.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/stamen_watercolor.py +22 -0
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/Tiles/__init__.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/base_tiles.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/default_tile_data.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/pycacheback.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/tile_worker.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/tiles.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/Tiles/tiles_cache.py +22 -0
- GridCal-5.1.60/GridCal/Gui/Diagrams/MapWidget/__init__.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/grid_map_widget.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/MapWidget/map_widget.py +22 -3
- GridCal-5.1.60/GridCal/Gui/Diagrams/SchematicWidget/Branches/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/dc_line_graphics.py +6 -17
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/hvdc_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/line_editor.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/line_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/line_graphics_template.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/series_reactance_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/switch_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/transformer2w_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/transformer3w_editor.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/transformer3w_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/transformer_editor.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/transformer_taps_editor.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/upfc_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/vsc_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Branches/winding_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Fluid/fluid_node_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Fluid/fluid_p2x_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Fluid/fluid_path_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Fluid/fluid_pump_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Fluid/fluid_turbine_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/battery_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/controllable_shunt_editor.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/controllable_shunt_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/current_injection_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/external_grid_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/generator_editor.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/generator_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/injections_template_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/load_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/shunt_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Injections/static_generator_graphics.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Substation/bus_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Substation/busbar_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/Substation/cn_graphics.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Diagrams/SchematicWidget/__init__.py +5 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/matplotlibwidget.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/schematic_widget.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/SchematicWidget/terminal_item.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Diagrams/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/base_diagram_widget.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/diagrams_model.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/generic_graphics.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Diagrams/graphics_manager.py +4 -16
- GridCal-5.1.60/GridCal/Gui/GridGenerator/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/GridGenerator/grid_generator_dialogue.py +5 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/GridGenerator/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/LoadCatalogue/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadCatalogue/catalogue_dialogue.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadCatalogue/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/LoadDesigner/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadDesigner/load_designer.py +3 -14
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadDesigner/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/Main/ConsoleLogController.py +35 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/GridCalMain.py +5 -16
- GridCal-5.1.60/GridCal/Gui/Main/SubClasses/Model/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Model/compiled_arrays.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Model/diagrams.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Model/objects.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Model/time_events.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/README.txt +7 -0
- GridCal-5.1.60/GridCal/Gui/Main/SubClasses/Results/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Results/results.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Main/SubClasses/Scripting/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Scripting/python_highlighter.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Scripting/scripting.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Main/SubClasses/Server/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Server/server.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Main/SubClasses/Settings/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/Settings/configuration.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Main/SubClasses/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/base_gui.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/io.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/SubClasses/simulations.py +4 -16
- GridCal-5.1.60/GridCal/Gui/Main/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/object_select_window.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/update_gui_file.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/excel_dialog.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/models_dialogue.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/profile_dialogue.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/profiles_from_data.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/update_gui_file.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/RosetaExplorer/ConsoleWidget.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/RosetaExplorer/RosetaExplorer.py +4 -16
- GridCal-5.1.60/GridCal/Gui/RosetaExplorer/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/RosetaExplorer/roseta_objects_model.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/RosetaExplorer/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/SigmaAnalysis/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SigmaAnalysis/sigma_analysis_dialogue.py +4 -16
- {GridCal-5.1.58/GridCal/Gui/CoordinatesInput → GridCal-5.1.60/GridCal/Gui/SigmaAnalysis}/update_gui_file.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SolarPowerWizard/solar_power_wizzard.py +4 -16
- {GridCal-5.1.58/GridCal/Gui/ContingencyPlanner → GridCal-5.1.60/GridCal/Gui/SolarPowerWizard}/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/SubstationDesigner/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SubstationDesigner/substation_designer.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SubstationDesigner/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/SyncDialogue/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SyncDialogue/sync_dialogue.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SyncDialogue/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/SystemScaler/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SystemScaler/system_scaler.py +4 -14
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SystemScaler/update_gui_file.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TowerBuilder/LineBuilderDialogue.py +5 -16
- GridCal-5.1.60/GridCal/Gui/TowerBuilder/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TowerBuilder/table_models.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TowerBuilder/update_gui_file.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TreeModelViewer/TreeModelViewer.py +4 -0
- GridCal-5.1.60/GridCal/Gui/TreeModelViewer/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TreeModelViewer/update_gui_file.py +4 -0
- GridCal-5.1.60/GridCal/Gui/Visualization/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Visualization/visualization.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Widgets/matplotlibwidget.py +14 -25
- GridCal-5.1.60/GridCal/Gui/WindPowerWizard/__init__.py +4 -0
- GridCal-5.1.60/GridCal/Gui/WindPowerWizard/update_gui_file.py +13 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/WindPowerWizard/wind_power_wizzard.py +4 -16
- GridCal-5.1.60/GridCal/Gui/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/associations_model.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/console_widget.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/general_dialogues.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/gui_functions.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/messages.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/object_model.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/pandas_model.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/plot_config.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/profiles_model.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/results_model.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/table_view_header_wrap.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/themes.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/update_gui_all.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/update_gui_common.py +4 -16
- GridCal-5.1.60/GridCal/Gui/wrappable_table_model.py +35 -0
- GridCal-5.1.60/GridCal/LICENSE.txt +373 -0
- GridCal-5.1.60/GridCal/Session/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Session/export_results_driver.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Session/file_handler.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Session/server_driver.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Session/session.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Session/synchronization_driver.py +4 -16
- GridCal-5.1.60/GridCal/ThirdParty/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/__init__.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_color.py +21 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/_icon/__init__.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_icon/icon_engine.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_icon/svg.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_main.py +21 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/_os_appearance/__init__.py +22 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/_os_appearance/_accent/__init__.py +50 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_os_appearance/_accent/_mac_detect.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_os_appearance/listener.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_proxy_style.py +21 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/_resources/__init__.py +33 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_resources/colors.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_resources/palette.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_resources/standard_icons.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_resources/stylesheets.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_resources/svg.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_style_loader.py +21 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/_template/__init__.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_template/engine.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_template/filter.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/_util.py +21 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/qtpy/QtCore/__init__.py +40 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/qtpy/QtGui/__init__.py +41 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/qtpy/QtSvg/__init__.py +34 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/qtpy/QtWidgets/__init__.py +21 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/qtpy/__init__.py +32 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/qtpy/qt_compat.py +21 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/qtpy/qt_version.py +43 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/widget_gallery/__init__.py +29 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/widget_gallery/__main__.py +35 -0
- GridCal-5.1.60/GridCal/ThirdParty/qdarktheme/widget_gallery/_ui/__init__.py +22 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/widget_gallery/_ui/dock_ui.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/widget_gallery/_ui/frame_ui.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/widget_gallery/_ui/icons_ui.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/widget_gallery/_ui/mdi_ui.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/widget_gallery/_ui/widgets_ui.py +21 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/ThirdParty/qdarktheme/widget_gallery/main_window.py +21 -0
- GridCal-5.1.60/GridCal/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/__version__.py +8 -23
- GridCal-5.1.60/GridCal/data/__init__.py +4 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/plugins.py +4 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/templates.py +5 -16
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/update.py +4 -14
- {GridCal-5.1.58 → GridCal-5.1.60}/PKG-INFO +3 -3
- {GridCal-5.1.58 → GridCal-5.1.60}/setup.py +7 -37
- GridCal-5.1.58/GridCal/Gui/AboutDialogue/icons_rc.py +0 -326
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Branches/map_ac_line.py +0 -38
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Branches/map_dc_line.py +0 -38
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Branches/map_fluid_path.py +0 -39
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Branches/map_hvdc_line.py +0 -38
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Substation/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Tiles/TileProviders/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Tiles/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/SchematicWidget/Branches/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/SchematicWidget/Fluid/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/SchematicWidget/Injections/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/SchematicWidget/Substation/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Diagrams/SchematicWidget/__init__.py +0 -16
- GridCal-5.1.58/GridCal/Gui/Diagrams/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/GridGenerator/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/LoadCatalogue/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/LoadDesigner/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Main/ConsoleLogController.py +0 -46
- GridCal-5.1.58/GridCal/Gui/Main/SubClasses/Model/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Main/SubClasses/Results/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Main/SubClasses/Scripting/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Main/SubClasses/Server/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Main/SubClasses/Settings/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Main/SubClasses/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Main/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/ProfilesInput/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/RosetaExplorer/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/SigmaAnalysis/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/SigmaAnalysis/update_gui_file.py +0 -9
- GridCal-5.1.58/GridCal/Gui/SolarPowerWizard/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/SolarPowerWizard/update_gui_file.py +0 -9
- GridCal-5.1.58/GridCal/Gui/SubstationDesigner/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/SyncDialogue/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/SystemScaler/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/TowerBuilder/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/TowerBuilder/test_.py +0 -164
- GridCal-5.1.58/GridCal/Gui/TreeModelViewer/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Visualization/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/Widgets/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/WindPowerWizard/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/WindPowerWizard/update_gui_file.py +0 -9
- GridCal-5.1.58/GridCal/Gui/__init__.py +0 -0
- GridCal-5.1.58/GridCal/Gui/wrappable_table_model.py +0 -47
- GridCal-5.1.58/GridCal/LICENSE.txt +0 -229
- GridCal-5.1.58/GridCal/Session/__init__.py +0 -0
- GridCal-5.1.58/GridCal/ThirdParty/__init__.py +0 -0
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/_icon/__init__.py +0 -0
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/_os_appearance/__init__.py +0 -1
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/_os_appearance/_accent/__init__.py +0 -29
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/_resources/__init__.py +0 -12
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/_template/__init__.py +0 -0
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/qtpy/QtCore/__init__.py +0 -19
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/qtpy/QtGui/__init__.py +0 -20
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/qtpy/QtSvg/__init__.py +0 -13
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/qtpy/__init__.py +0 -11
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/qtpy/qt_version.py +0 -22
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/widget_gallery/__init__.py +0 -8
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/widget_gallery/__main__.py +0 -14
- GridCal-5.1.58/GridCal/ThirdParty/qdarktheme/widget_gallery/_ui/__init__.py +0 -1
- GridCal-5.1.58/GridCal/__init__.py +0 -14
- GridCal-5.1.58/GridCal/data/__init__.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Analysis/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Analysis/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/CascadingSteps/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/CascadingSteps/update_gui_file.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ContingencyPlanner/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ContingencyPlanner/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/CoordinatesInput/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/CoordinatesInput/icons_rc.py +0 -0
- {GridCal-5.1.58/GridCal/Gui/AboutDialogue → GridCal-5.1.60/GridCal/Gui/Diagrams/SchematicWidget/Fluid}/__init__.py +0 -0
- {GridCal-5.1.58/GridCal/Gui/Analysis → GridCal-5.1.60/GridCal/Gui/Diagrams/SchematicWidget/Injections}/__init__.py +0 -0
- {GridCal-5.1.58/GridCal/Gui/CascadingSteps → GridCal-5.1.60/GridCal/Gui/Diagrams/SchematicWidget/Substation}/__init__.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/GridGenerator/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/GridGenerator/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadCatalogue/SelectComponents.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadCatalogue/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadDesigner/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/LoadDesigner/load_designer_ui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/ConsoleLog.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/MainWindow.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Main/icons_rc.py +0 -0
- {GridCal-5.1.58/GridCal/Gui/ContingencyPlanner → GridCal-5.1.60/GridCal/Gui/ProfilesInput}/__init__.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/excel_sheet_selection.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/profiles_from_data_gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ProfilesInput/profiles_from_models_gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/RosetaExplorer/MainWindow.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/RosetaExplorer/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SigmaAnalysis/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SigmaAnalysis/icons_rc.py +0 -0
- {GridCal-5.1.58/GridCal/Gui/CoordinatesInput → GridCal-5.1.60/GridCal/Gui/SolarPowerWizard}/__init__.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SolarPowerWizard/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SolarPowerWizard/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SubstationDesigner/substation_designer_gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SyncDialogue/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SyncDialogue/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SystemScaler/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/SystemScaler/system_scaler_ui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TowerBuilder/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TowerBuilder/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TreeModelViewer/MainWindow.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/TreeModelViewer/icons_rc.py +0 -0
- {GridCal-5.1.58/GridCal/Gui/Diagrams/MapWidget/Branches → GridCal-5.1.60/GridCal/Gui/Widgets}/__init__.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/Widgets/custom_qrangeslider.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/WindPowerWizard/gui.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/WindPowerWizard/icons_rc.py +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/data/cables.csv +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/data/sequence_lines.csv +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/data/transformers.csv +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/GridCal/data/wires.csv +0 -0
- {GridCal-5.1.58 → GridCal-5.1.60}/setup.cfg +0 -0
@@ -1,19 +1,7 @@
|
|
1
|
-
#
|
2
|
-
#
|
3
|
-
#
|
4
|
-
#
|
5
|
-
# modify it under the terms of the GNU Lesser General Public
|
6
|
-
# License as published by the Free Software Foundation; either
|
7
|
-
# version 3 of the License, or (at your option) any later version.
|
8
|
-
#
|
9
|
-
# This program is distributed in the hope that it will be useful,
|
10
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
-
# Lesser General Public License for more details.
|
13
|
-
#
|
14
|
-
# You should have received a copy of the GNU Lesser General Public License
|
15
|
-
# along with this program; if not, write to the Free Software Foundation,
|
16
|
-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
17
5
|
import os
|
18
6
|
import sys
|
19
7
|
import ctypes
|
@@ -1,3 +1,7 @@
|
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
1
5
|
import os
|
2
6
|
import sys
|
3
7
|
import chardet
|
@@ -3,7 +3,7 @@
|
|
3
3
|
################################################################################
|
4
4
|
## Form generated from reading UI file 'gui.ui'
|
5
5
|
##
|
6
|
-
## Created by: Qt User Interface Compiler version 6.
|
6
|
+
## Created by: Qt User Interface Compiler version 6.7.2
|
7
7
|
##
|
8
8
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
9
9
|
################################################################################
|
@@ -25,9 +25,9 @@ class Ui_AboutDialog(object):
|
|
25
25
|
def setupUi(self, AboutDialog):
|
26
26
|
if not AboutDialog.objectName():
|
27
27
|
AboutDialog.setObjectName(u"AboutDialog")
|
28
|
-
AboutDialog.resize(
|
28
|
+
AboutDialog.resize(473, 236)
|
29
29
|
icon = QIcon()
|
30
|
-
icon.addFile(u":/Icons/icons/GridCal_icon.svg", QSize(), QIcon.Normal, QIcon.Off)
|
30
|
+
icon.addFile(u":/Icons/icons/GridCal_icon.svg", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
31
31
|
AboutDialog.setWindowIcon(icon)
|
32
32
|
self.verticalLayout_2 = QVBoxLayout(AboutDialog)
|
33
33
|
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
@@ -41,6 +41,8 @@ class Ui_AboutDialog(object):
|
|
41
41
|
self.mainLabel = QLabel(self.tab)
|
42
42
|
self.mainLabel.setObjectName(u"mainLabel")
|
43
43
|
self.mainLabel.setLayoutDirection(Qt.LeftToRight)
|
44
|
+
self.mainLabel.setTextFormat(Qt.RichText)
|
45
|
+
self.mainLabel.setScaledContents(True)
|
44
46
|
self.mainLabel.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignTop)
|
45
47
|
self.mainLabel.setWordWrap(True)
|
46
48
|
self.mainLabel.setOpenExternalLinks(True)
|
@@ -63,17 +65,19 @@ class Ui_AboutDialog(object):
|
|
63
65
|
|
64
66
|
self.versionLabel = QLabel(self.tab)
|
65
67
|
self.versionLabel.setObjectName(u"versionLabel")
|
68
|
+
self.versionLabel.setWordWrap(True)
|
66
69
|
self.versionLabel.setOpenExternalLinks(True)
|
67
70
|
self.versionLabel.setTextInteractionFlags(Qt.LinksAccessibleByMouse|Qt.TextSelectableByMouse)
|
68
71
|
|
69
|
-
self.gridLayout.addWidget(self.versionLabel, 3, 1, 1,
|
72
|
+
self.gridLayout.addWidget(self.versionLabel, 3, 1, 1, 2)
|
70
73
|
|
71
74
|
self.copyrightLabel = QLabel(self.tab)
|
72
75
|
self.copyrightLabel.setObjectName(u"copyrightLabel")
|
76
|
+
self.copyrightLabel.setWordWrap(True)
|
73
77
|
self.copyrightLabel.setOpenExternalLinks(True)
|
74
78
|
self.copyrightLabel.setTextInteractionFlags(Qt.LinksAccessibleByMouse|Qt.TextSelectableByMouse)
|
75
79
|
|
76
|
-
self.gridLayout.addWidget(self.copyrightLabel, 4, 1, 1,
|
80
|
+
self.gridLayout.addWidget(self.copyrightLabel, 4, 1, 1, 2)
|
77
81
|
|
78
82
|
self.tabWidget.addTab(self.tab, "")
|
79
83
|
self.tab_2 = QWidget()
|
@@ -83,6 +87,7 @@ class Ui_AboutDialog(object):
|
|
83
87
|
self.contributorsLabel = QLabel(self.tab_2)
|
84
88
|
self.contributorsLabel.setObjectName(u"contributorsLabel")
|
85
89
|
self.contributorsLabel.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignTop)
|
90
|
+
self.contributorsLabel.setWordWrap(True)
|
86
91
|
|
87
92
|
self.verticalLayout.addWidget(self.contributorsLabel)
|
88
93
|
|
@@ -112,6 +117,14 @@ class Ui_AboutDialog(object):
|
|
112
117
|
self.tab_4.setObjectName(u"tab_4")
|
113
118
|
self.verticalLayout_3 = QVBoxLayout(self.tab_4)
|
114
119
|
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
120
|
+
self.label_2 = QLabel(self.tab_4)
|
121
|
+
self.label_2.setObjectName(u"label_2")
|
122
|
+
self.label_2.setTextFormat(Qt.RichText)
|
123
|
+
self.label_2.setScaledContents(True)
|
124
|
+
self.label_2.setWordWrap(True)
|
125
|
+
|
126
|
+
self.verticalLayout_3.addWidget(self.label_2)
|
127
|
+
|
115
128
|
self.licenseTextEdit = QTextEdit(self.tab_4)
|
116
129
|
self.licenseTextEdit.setObjectName(u"licenseTextEdit")
|
117
130
|
font = QFont()
|
@@ -136,7 +149,7 @@ class Ui_AboutDialog(object):
|
|
136
149
|
|
137
150
|
def retranslateUi(self, AboutDialog):
|
138
151
|
AboutDialog.setWindowTitle(QCoreApplication.translate("AboutDialog", u"About GridCal", None))
|
139
|
-
self.mainLabel.setText(QCoreApplication.translate("AboutDialog", u"<html><head/><body><p align=\"justify\"><span style=\" font-weight:600;\">GridCal</span> has been carefully crafted since 2015 to serve as a platform for research and consultancy.
|
152
|
+
self.mainLabel.setText(QCoreApplication.translate("AboutDialog", u"<html><head/><body><p align=\"justify\"><span style=\" font-weight:600;\">GridCal</span> has been carefully crafted since 2015 to serve as a platform for research and consultancy. Visit <a href=\"https://www.eroots.tech/\"><span style=\" text-decoration: underline; color:#26a269;\">eRoots</span></a> for more details. The source of GridCal can be found <a href=\"https://github.com/SanPen/GridCal\"><span style=\" text-decoration: underline; color:#26a269;\">here.</span></a></p></body></html>", None))
|
140
153
|
self.label.setText("")
|
141
154
|
self.versionLabel.setText(QCoreApplication.translate("AboutDialog", u"version", None))
|
142
155
|
self.copyrightLabel.setText(QCoreApplication.translate("AboutDialog", u"Copyright", None))
|
@@ -146,28 +159,32 @@ class Ui_AboutDialog(object):
|
|
146
159
|
self.updateButton.setText(QCoreApplication.translate("AboutDialog", u"Update", None))
|
147
160
|
self.updateLabel.setText("")
|
148
161
|
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_3), QCoreApplication.translate("AboutDialog", u"Libraries", None))
|
162
|
+
self.label_2.setText(QCoreApplication.translate("AboutDialog", u"<html><head/><body><p align=\"justify\">This program comes with absolutelly no warranty. This is free software, and you are welcome to redistribute it under the conditions set by the license. GridCal is licensed under the <a href=\"https://www.mozilla.org/en-US/MPL/2.0/\"><span style=\" text-decoration: underline; color:#26a269;\">Mozilla Public License V2</span></a>.</p></body></html>", None))
|
149
163
|
self.licenseTextEdit.setHtml(QCoreApplication.translate("AboutDialog", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
150
164
|
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
151
165
|
"p, li { white-space: pre-wrap; }\n"
|
166
|
+
"hr { height: 1px; border-width: 0; }\n"
|
167
|
+
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
168
|
+
"li.checked::marker { content: \"\\2612\"; }\n"
|
152
169
|
"</style></head><body style=\" font-family:'Cousine'; font-size:11pt; font-weight:400; font-style:normal;\">\n"
|
153
170
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+==============+==========================================+</p>\n"
|
154
171
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">| Package | License |</p>\n"
|
155
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"
|
156
|
-
"
|
157
|
-
|
172
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+==============+=========="
|
173
|
+
"================================+</p>\n"
|
174
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">| setuptools | MIT |</p>\n"
|
158
175
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+--------------+------------------------------------------+</p>\n"
|
159
176
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">| wheel | MIT |</p>\n"
|
160
177
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+--------------+------------------------------------------+</p>\n"
|
161
178
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">| PySide6 | LGPL |</p>\n"
|
162
|
-
"<p style=\" margin-top:0px; margin-
|
163
|
-
"
|
179
|
+
"<p style=\" margin-top:0px; margin-bot"
|
180
|
+
"tom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+--------------+------------------------------------------+</p>\n"
|
164
181
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">| numpy | BSD |</p>\n"
|
165
182
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+--------------+------------------------------------------+</p>\n"
|
166
183
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">| scipy | BSD |</p>\n"
|
167
184
|
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+--------------+------------------------------------------+</p>\n"
|
168
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px
|
169
|
-
"
|
170
|
-
|
185
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"
|
186
|
+
"\">| networkx | BSD |</p>\n"
|
187
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">+--------------+------------------------------------------+</p></body></html>", None))
|
171
188
|
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_4), QCoreApplication.translate("AboutDialog", u"License", None))
|
172
189
|
# retranslateUi
|
173
190
|
|
@@ -0,0 +1,325 @@
|
|
1
|
+
# Resource object code (Python 3)
|
2
|
+
# Created by: object code
|
3
|
+
# Created by: The Resource Compiler for Qt version 6.7.2
|
4
|
+
# WARNING! All changes made in this file will be lost!
|
5
|
+
|
6
|
+
from PySide6 import QtCore
|
7
|
+
|
8
|
+
qt_resource_data = b"\
|
9
|
+
\x00\x00\x11u\
|
10
|
+
\x00\
|
11
|
+
\x00z\xf7x\xda\xed]Y\x8f\x1b\xc9\x91~\xd7\xaf(\
|
12
|
+
S\x0f\x96\xb0\xacb\xde\x07\xd5-\x03;\x03\xcb\x06v\
|
13
|
+
\xb1\x0b\xdb\x03?.\xaa\xc9bw\xed\xb0I\xbaX\xad\
|
14
|
+
\xee\x9e_\xef/\x92W]<\x9a\xd2\xe8\x025\x18\x88\
|
15
|
+
\x95wDF|qTV\xea\xeaOO\xf7\xd3\xe8c\
|
16
|
+
V,\xf3\xf9\xec\xba\xc7\x13\xd6\x8b\xb2\xd9h>\xceg\
|
17
|
+
\xb7\xd7\xbd_\xfe\xf1\xe7\xd8\xf5\xa2e\x99\xce\xc6\xe9t\
|
18
|
+
>\xcb\xae{\xb3y\xefO\xef_]\xfd!\x8e\xa3\x9f\
|
19
|
+
\x8a,-\xb3q\xf4\x98\x97w\xd1_g\xbf.G\xe9\
|
20
|
+
\x22\x8b\xde\xdc\x95\xe5b8\x18<>>&\xf9\xba0\
|
21
|
+
\x99\x17\xb7\x83\xb7Q\x1c\xbf\x7f\xf5\xeaj\xf9\xf1\xf6U\
|
22
|
+
\x14E\x98w\xb6\x1c\x8eG\xd7\xbdu\x87\xc5C1\x0d\
|
23
|
+
\x0d\xc7\xa3A6\xcd\xee\xb3Y\xb9\x1c\xf0\x84\x0fz\xbb\
|
24
|
+
\xe6\xa3]\xf3\x11\xcd\x9e\x7f\xccF\xf3\xfb\xfb\xf9l\x19\
|
25
|
+
z\xce\x96\xaf+\x8d\x8b\xf1d\xdb\x9aV\xf3(C#\
|
26
|
+
\xee\xbd\x1f01\x10\x22F\x8bx\xf9<+\xd3\xa7\xb8\
|
27
|
+
\xde\x15k\xec\xea*\x18c\x03\xd4\xedZ\x9e\xd6j\xf8\
|
28
|
+
4\x05+\xf6.&\xd4Vg\x07\xfb\x17\xf8\x7f\xdba\
|
29
|
+
S\x90,\xe7\x0f\xc5(\x9b\xa0g\x96\xcc\xb2r\xf0\xf3\
|
30
|
+
?~\xdeV\xc6,\x19\x97\xe3\xca0\x1b\xee\xd7\xe6\xad\
|
31
|
+
m\xc9,\xbd\xcf\x96\x8bt\x94-\x07\x9b\xf2\xd0\xff1\
|
32
|
+
\x1f\x97w\xd7=\xcdEx\xbc\xcb\xf2\xdb\xbbr\xf7\xfc\
|
33
|
+
1\xcf\x1e\xffs\xfet\xddc\x11\x8bP\x18m*\xf2\
|
34
|
+
\xf1u\x0f\x84\xaf[\xed\x84\x8a\xafj\xd7S\x0c\xb75\
|
35
|
+
,\xf1\x22\xd1\xd1\x1b\xc1\x0c\xcbF|\xe2'\xfdH0\
|
36
|
+
\xc1b\xa6b\xe6\xde\x86^\x1b\xf2\x86\xe3\xf9\x88\xd6{\
|
37
|
+
\xdd\xfbP\xe4\xe3\x9f\xd2\xe9\xff\xe5\xa3\xf9,\xd9\xf0y\
|
38
|
+
;x\xf6\xb4\x98\x17e<\xc9\xa7\xd9\xaa\xf9\xe0n~\
|
39
|
+
\x9f\x0d\x96\xe9\xac\xcc\x07?\xcfG\x0f$X\xf3\xe5\xe0\
|
40
|
+
C^\xfe\xe5\xe1f\xb0\x1el\xb0,F\xdb\xdf\x1f\x1e\
|
41
|
+
\xf2\xc1\x7f\xa7\xf9lP\x9bi1\xeb\x9e\xe9i\xbc\xc0\
|
42
|
+
Ny\xd6Y\xf9\xbc\xa9|\x8f\xda\xabq6YR\xab\
|
43
|
+
\x15\xa7\xe8I\x85\x0aTA\x04\xb2\xb4\xf8P\xa4\xe3\x1c\
|
44
|
+
\xeb[5\xaa\x0c7\x9aO\xa7\xd9\x08{\x90N\x1f\xd3\
|
45
|
+
\xe7eo\xd3 \x88\xce\xf0\xae\xc8 \xea\xaf\xebcH\
|
46
|
+
f\xec\xb6\x1d\xcd\xd7\xaa\xe6\xbba8\xb6\x89'\xc63\
|
47
|
+
\xe5v\xa5\xcf(\xf5\xce&^)\xaewm\x05\xb5u\
|
48
|
+
\x09sl7\xfe\xb3\xe8jz\xbb\x9e\xeb\x97Y^B\
|
49
|
+
U\x1e\x96Y\xf1w\x12\xb7\xff\x99\xfd\xb2\xccz\xd1\xe0\
|
50
|
+
0\xed]K\xaeP\xb4\x8f5\xef\xd7-\xae\x96\xe5|\
|
51
|
+
\xb1i\xbd\x96M\x94`\x10\xd9\xdb\x15\xcf'\x93e\x86\
|
52
|
+
\xce\xacR\xb6,\x9f\xa7\xd9\xaau\x8c\xd1\xe7\xc5\xf0\xb5\
|
53
|
+
r^g\x93w\xa1h\x0e\x12\xf2\xf2y\xc8\xb7\x14\xb4\
|
54
|
+
&\xeb\x18AN\xa4\x1d\xf9\xe6\x08\x1d\x0bI\x84\xe0\xca\
|
55
|
+
{U\xad\xac,\xde\xef\x9fu\xd7\xcav\x8f\xac\x8c\xf6\
|
56
|
+
\x5cI~\x8cV6J\xdd\xc9\xb4V\xd6\xa6;f=\
|
57
|
+
2\xd9\xc4\x0a\xed\xf4\xbe\xc9\xae\x06u\x09\xf8z\xca\xa2\
|
58
|
+
e]Y\x80[\x82\xf1\x8a\xaco\x94E\x18+xC\
|
59
|
+
Yl\xa2\xad\xd7\xa6\xa5-\xf5\xb6'j\xcbh\x9a/\
|
60
|
+
\xfe7-\xef\xaa\xab]hkmj\xad\xb4\x22\x96;\
|
61
|
+
\x0d(\xc0\x85\xfaFQ\x89\xe0\x86\xc5\xa6\xb2-\xcf\xd7\
|
62
|
+
=\xe3\x13Nv\xab\xaa\x1aO\xdd\xc5k\xe3`5\xf0\
|
63
|
+
\xc2\xc2|U\xaa6\x86B\x19\x93\x80\xdc\xdd.n\xd6\
|
64
|
+
|*\x09\xb1>\x8d\x88X~\xdbd\x98\x13\xc9\x10\xdf\
|
65
|
+
6\x19\xfcT2\xec\xb7M\x87?U\xaa\xbeq\xed\xf0\
|
66
|
+
'\xef\x88\xfc\xe6e\xcb\x9f\x0aXD\x0b\xffj\xb4\x5c\
|
67
|
+
\x0d\xc8]\x0b\xbf\xb6\x1e)\xf9\x97cr\x86w>\xdd\
|
68
|
+
M\xba\xcc\xd6C/\xd2\xdb,\x189\x18\x9bI\xf8\xb3\
|
69
|
+
\xae\xb8\x99\x17\xe3\xac\xd8T\x99\xf0\xa7V\xb5\xb6\x83\xab\
|
70
|
+
p\xecU\xdd\xb6\xd1\xa8\xdbz\xd6]\xbf\xbcK\xc7\xf3\
|
71
|
+
\xc7\xeb\x9ehV\xfe6\x9f\xdfS/\xae\x98\x11\xbaY\
|
72
|
+
;\x02\xebb\xf0\xda$Vn\x19\xb4\xab\xa5\xf5\x18\xa3\
|
73
|
+
\x13\xed\x8djV\x8e\xd7~u\xfc\xb0\xb2]\x8b\xa7V\
|
74
|
+
\xf7\x87\xa2\xa0\x06\xd3\xf49\x03\xd9\xe1\xaf\xcdn.\xef\
|
75
|
+
\xe6\x8f\xb7\x05\xb1o\x92N\xb7\xfc\xdb;\xd4c>\x03\
|
76
|
+
y\xf1zG\xb9SnO\x8b\xcd\xc6r\xc6\xf75\x01\
|
77
|
+
\xc9V\xec\xa9\x03\xc1m&\xad\xeb\xee\xd3\xa7\xfc>\xff\
|
78
|
+
-\x1b\x93\x83\xb3\x92\x98\xab\xfb\xacL\xc7i\x99\xee\xa4\
|
79
|
+
aSb7^>\x02\xce\xe1\xdf~\xfe\xf3V\xdeG\
|
80
|
+
\xa3\xe1?\xe7\xc5\xaf;Y\xa4\x06\xe9\xcd\xfc\x01\xab\xde\
|
81
|
+
j\x05\x05\x0e\xa3!\x82\xbe\xfb\xb4|\x9f\xdfc\x83)\
|
82
|
+
\xba\xfc\x0f\x04y\x10\xcamE\xadq\xf9\xbc\xc8v\x83\
|
83
|
+
\xae\x86-\xb2U\xf4\xd8\x19p\x8fG\xf79u\x1a\xfc\
|
84
|
+
\xbd\xcc\xa7\xd3\xbf\xd2$\x15\x8fo=h^N\xb3\x8a\
|
85
|
+
\x1b8X\xaf~\xa3.\x15\xe2\xae\x06\x1b\xd2\xc3\xd3m\
|
86
|
+
\x83\x89\xd3\xf4&\x9b^\xf7~J\x17i\xc4\x9b\x1c\xbe\
|
87
|
+
-\xe6\x0f\x8b\xfb\xf98[KIo\xc7\xcf\x9a\xd4\x94\
|
88
|
+
E:[\x12\xf1\xd7\xbd\xf0s\x9a\x96\xd9\x1b\xd6\x8f\xb5\
|
89
|
+
b\x894\x90\xe3\xb7\x1b\xae\xdf\xbe\xaa\xfb\x9f\x88\x0d\xa7\
|
90
|
+
\xc3\xb5N\xc2\xf3,\xe6\xbff\xc3\xd7\x8ci\xad\xd4\xfa\
|
91
|
+
1&\xf7\x0f\xab\x19\xde<\x94e\xb5\xec\xff\xe7\xf9l\
|
92
|
+
\x88\x05\xce\xc6[\x00\xa9\xac\x03\xfbP\xe4Oo\x14\x1c\
|
93
|
+
;\x07\xff\x8e\xf7\x19\xfe\xdb=\xc5\x5c\x1b\x91(\xe6d\
|
94
|
+
?\x96\x8e\x01m\xb4YG\xb9\x1b\x0ao\x9d\xa9\xc0\xe1\
|
95
|
+
\xedn\x0f;\xa9\xe5\xd6&V\x08\xa70\x1eK\x9c\xe6\
|
96
|
+
F\xc9\xb7\x8d\xb0\xe1Vi\xd5\xe1\x83\x07\x1e\xcc\xe6\xb3\
|
97
|
+
\xec\x05\x14W\xc4\xa1\x0e\xd4\x100B\x07\x958\xcf\x9d\
|
98
|
+
\xaebk\x80i/\x0dB\x0f&e\xad\x02\xaa\xc7%\
|
99
|
+
\xb8\xc1\xadS\xb5\x8a\x9d\xda\x8a\xc4\x1bkx\xadv\xa3\
|
100
|
+
\xf6\x9d\x95\x1b\x8b\xa1\x9c\x11q}\x1dk\xba\xb71\xc6\
|
101
|
+
\xbb\x1d\x07\xe8\xd7.\xf8\xd8H\x04\xb4\xe3M;J\xe0\
|
102
|
+
o7\xcc\x09\x0b\x19\x82\x02!\x0c\xa2\x07\xdedd\xe0\
|
103
|
+
Y7'7\xa5\xd0\xb9\xac\x98\x02H\xca\xe1V\xf2\xc6\
|
104
|
+
)\xe0\xbb(\xd2\xe7\xda\xeet\xc5a\xd8\x86E\xc5\xb4\
|
105
|
+
F\xd5d\xc9\x0c\xfaC\xfa\x0c\x00\x1d-+\x7f\xd2t\
|
106
|
+
4\xaasl\x174\xcd\xb0\xeer^\xc4\x80\xea\x8fi\
|
107
|
+
\xf9Pd\xf5\xa8xm\xbc1\xa3\x82\x1d\x88\xeb\x8c'\
|
108
|
+
\xb0\x8b\xb0\x9d0\xadJ\xc9>g\x90nn\x8d\x8eF\
|
109
|
+
\x11t \x12\x09\xf7\x08]]?V\xb0.\x96K\x17\
|
110
|
+
\x85z\xaeT(r\x8a\xa1H\xc1lk)t?\x86\
|
111
|
+
a\xb3\x5cG2\x91\xdc1g\xfbZC\xba\x11(F\
|
112
|
+
6\xc1(\xd2\xaeJ\x0cD\x1fm\x04I\xb8\xee\xa3\x0f\
|
113
|
+
\xc7\x93\x81~y\x8bQ\xa1wZz\xea\x82\x90W)\
|
114
|
+
\x1e\x8a\xa4E$\x87\xe5\xc0\xd6k\xe3\xc3DN`b\
|
115
|
+
\xc6\x1ct\xa7/5\x84J\x1a\x89N\x12j*\x0d\x95\
|
116
|
+
\x90\xf2R\x1f\xc9=\x972\xf4Q\x06}\x80\x17\x0e-\
|
117
|
+
b\xe1\xe8\xa75\x91K\x98\xf4\xf8\xb1*\xf2\x9e\xa3\x93\
|
118
|
+
fpEL\xe8\x04Z\xd0K\x0ag4\xef\x0b\x8ck\
|
119
|
+
\xb5\xc5Dh\x01kL\x05\x16\xab\x15\x891\xd2\x1a\x15\
|
120
|
+
z\x18\x13\xe9DY+@0,s\x82\xaeF`\x1a\
|
121
|
+
\xd8oK\xccD\x11\xf7\xc2\x85\xb5i\x14\x11\x0f\xdc\x8a\
|
122
|
+
o\xd8\x06\xd0\x87\xc8\x93\x01\x15\x0c\xb8-\x94\x85\xd5\x0f\
|
123
|
+
%0\xef\x82\xb6\xc4A\x9eU\xe0\x9b\xa5\x85i\xad=\
|
124
|
+
\x81\x94L\x02\xa3\x99\xc7\xb46<\x1b\x84\xaf\x22\xe2\x89\
|
125
|
+
\xc7\x8ei\x17\x96\xa6\xb1\xb7\x02\xe0c9s}\x9f(\
|
126
|
+
'\xac\xc7 \x8e\x0b\xaf\x05\x15H\xa6\xd0Ca\x8bW\
|
127
|
+
,#\xae\x86\x0e\xc4v\x03\x16\x02(\xd0\xc1s\x05\xaa\
|
128
|
+
\x80\xda`<\xc7\x10<\xd1D\x9c\xa5e\x19N]\xb4\
|
129
|
+
4\x90\x00A\xeb\xb3\xb4Nl \xe3\x86\x0a\x9c\xb2.\
|
130
|
+
\xac\xcar\x1b\xf6_:\x09\xda=\x83\xf0\x84\xbd\xb5\xce\
|
131
|
+
\x09b\xa1\xb3\xc6\xe9\xb0\x09\x0e\x117\x0dJH)V\
|
132
|
+
\xdboD\xd8\x15Hl\x9f\x0c\x07\x17$\x9b\x0a^\x85\
|
133
|
+
\xc4\xb3\x92R\x1b\xcca\xc98\xd0\x14\xda)\x0cH\x88\
|
134
|
+
\x0et\xaf\xfc\x9a\xe2\xb7\x15\xca\xaddJ+\xd3\x05>\
|
135
|
+
\x0d\xc8)\x1e\xa6\xd90\xfb\x98AY\xc7\x07QG\xcb\
|
136
|
+
\x06\xea\x082\x1d\x16\x12\xaaNC\x9d\x004\x9f\x07u\
|
137
|
+
\xae\x06\xb7\x1b\x83\xbf\xf9Q5\x06\xdd0\x0b\xeb\x9a\xa6\
|
138
|
+
\xce\xedA\xda\xea\x94+\xfaZd-\xff\xf5\x90\x16Y\
|
139
|
+
\x8b\xae\x1bpo\xfar\xba\xa8t\x95\x9f\x1a\xb2\x16\xad\
|
140
|
+
\xef\x16i\x0eG5x\xe2\xc3UeD\xeb\x8e\xee\xd3\
|
141
|
+
\xe2\xd7\xacX\xd6\xec5\x91\xee*y\xafM\x98\x01\xfc\
|
142
|
+
\x80\x85\xaf\xc4\x91\x1b\xa3f\xa1\xd0LA\x9fv)\x22\
|
143
|
+
x\xdd\x9aI\x92s_I\x11!\x8cq\x04Bp\xb6\
|
144
|
+
\xb7\x11\xc9\x09\x8c\xe6F3\xb81\xa72\x1ap\xc3\x1d\
|
145
|
+
\xfe\xf3\xdf\x19\xc7m\x8b\xe3\xa4\xdb\xc0\xa76\xc7\x11\x0d\
|
146
|
+
\x1a\xa6D\xc5\xfb \x8e+\xed\x010\xb6\xc6p\xce4\
|
147
|
+
pI\x89\x171\x9c1\xc1\xe4\xa4\xcep\x96x\xc5a\
|
148
|
+
\xde\x94\xfdqD\xbc\x921<W\xc89K4\xe0\xb7\
|
149
|
+
\xcar!`\x13\x9c\xe2/by\x8aP|\xcc_\xce\
|
150
|
+
\xf2\xefV\xd8\xe3O\x17wD\xf5p\x99\xbd\xaa1\x1f\
|
151
|
+
:\xa0\xb9\x07|ur\x9f|zC\xaf\xe8\x8c\x16\xbe\
|
152
|
+
\xda/\xd6\x9a\xbc._I\xf7\x85\xfd5\x9c\xbc\x8d\xca\
|
153
|
+
\x1c\xdb\xcc\x0a\xf9.\xc6\xb6\xa8h\x95\xd7\xfd\xf7Jv\
|
154
|
+
\xf7\x90\xf2eMI0\x1av_j\xb9\x8d\xed\xd2\xf1\
|
155
|
+
\x84\x8dy]\x1889}\x02\x1e\x82V_\xc4s\xdf\
|
156
|
+
-k\xc7\xed2{\xdar\x1b\xe1\xfc0\xbc\x8b\x85\x8f\
|
157
|
+
\x8dP=+>fM\xea's\x08N\xf8\x8d\x19\x10\
|
158
|
+
\xf4O\xdf\x85\x92\xc7\xc0\xe5Z\xd12\xff-\x1b:\x05\
|
159
|
+
W[R|\xe5\x16O\xef\x88\x8euFd\x08\xae\xeb\
|
160
|
+
U\xc3Iz\x9fO\x9f\x87KD\x941\xe6\xcc'\xef\
|
161
|
+
\xa6Y\x09\xd2bZJ>\xbb\x1d2t}\x84\xb0\xd6\
|
162
|
+
\x0a6j\x18\xb8z\x84\xf9]j\xc8\xb9\x87\x9bo\xce\
|
163
|
+
\x89\xb6W@Ba/\x97\xb6&\x94\x12;\x0a'T\
|
164
|
+
\xfa\x9a4\x11\x8b\x95F\xd3\xf7W%H\x98\xbdj\xc7\
|
165
|
+
J\xc5\x9c\x98K\xf35B\xe7\xd0\x01\x9du=\xbd\xd8\
|
166
|
+
1\xff\xbe\x15\x1c\xdb\xba\x8fi\x91\xa7\xb3\xf2\xe8v\x96\
|
167
|
+
EV\x8e\xeeje\xeb\x9d\xfb\xe3/\x7f\xfbg\xf4a\
|
168
|
+
^\xde\xe5\xa3\xe8\xbf\xfe\xf8.\xde\xc4s\xf1\xaa\xe3\x22\
|
169
|
+
\x1b\xe5\x93|\x94\x96\xf9|\xd6l\xfb\x82]l\xed\x5c\
|
170
|
+
\xef\xfd\xfa\xdd\xf8\xd5 p\xe9=\xfe\x06\xa7_\x84\x22\
|
171
|
+
\x8aQ\xc8\x03T\xaan\xaeD\xec\xa2E\xe5\x15\xe5'\
|
172
|
+
cH\xac{G\xed\xc9)\x82\xbc\x01\x9b\x0b\x8a|V\
|
173
|
+
\x149\x0d\xc2??\x8aX\x93\x18'\x9c\xad\x83\x08e\
|
174
|
+
\xbf\x9d\x80#\xd1\x09\x22\xf4\xaa\xe2\x13`$n\x00I\
|
175
|
+
{\x09\xfb\x16\xf1\x1d\xe0\xc8I\xfb\xf8B\x1c\xb9m\xa6\
|
176
|
+
F+NhW\xda\x95y.\x8c\x12\xeb\xb4\xeb\xe6)\
|
177
|
+
\x06:$\x0c\xae\xaa\xed\xc7R\x1a\xc4\xce\xc6\xfb\xb7\xbd\
|
178
|
+
\xce\xa4\xf0YPp\x5c\xf0\x0e\xa8qW\xb2w\x9b\xb7\
|
179
|
+
\xad\xbd\xbc;+\x05\xfc9!\xef\xc0\xea\xeb\xeb_S\
|
180
|
+
\xc0\xb9\xa9'\x10\xbb)0\x80|'\xa5\xee\xc7\xc0\xfd\
|
181
|
+
\x84[\xc6\xb6\xa9\xfb=\xd9\xe6C\xf9\xe6\x03\x19\xe7\x03\
|
182
|
+
9\xe7cY\xe7#y\xe7\x96\xd5i\xaei\xdf6\xa8\
|
183
|
+
L\x8d|+\x92\xf1\x86a\x81\x8dm\x98\x9c\x95x>\
|
184
|
+
\xc7\xc4l\x22\xa9Z\xae\xb9#\xdb|N\xbe\xf9e\x19\
|
185
|
+
\xe7f\xce9n\xb2\xfd\x92w\xbe\xe4\x9d/y\xe7\xbd\
|
186
|
+
y\xe7}\x99\xe7\x0e\xc8\xdf\x9b\x91\xeeD\x9f/\x9c\x80\
|
187
|
+
\xde\x83I\xdb\x14tgZ\xba\xf9\xda\xf7\x93^\xed\xee\
|
188
|
+
\xec\x95a\x90\x05H\x1b\xf6\x15b\x99p\xc8\xa8\xad\xbf\
|
189
|
+
\xc4]\xbd\xa6\xae\xf8*{^|o=\xf8\xb6\x9f\xa3\
|
190
|
+
\xcf\xf1s \x5cX\x0f\xe7\xc1\x170\x0e\x00\x22u\xb7\
|
191
|
+
\x9fs\xe0\xb5\xe7\xeb\x1b\xcfG\x9e\x9f\xef\xdb\xf0#.\
|
192
|
+
\x8d\xf9L.\xcd\x0b\x09i/\xaf\xc3\xb1x\xf1K\xe2\
|
193
|
+
\xc6$\xbf\xb3i>\xf4\xb2\xbb\xe6*\x1eqW\x0e\xfb\
|
194
|
+
:{\x9d\xa4\xbd\x8eU\xdd\x1b;\xfc\x86\xfa\xc8\xe6\xed\
|
195
|
+
\x87\xa1.N\x7f\xf1\xf7`\x97w\xde\x17\xdf\xe3\xe2{\
|
196
|
+
\x9c\xe4{4<w\x7f\xf6\xb1\x93\xd3\x82\x8c\x83o\xa8\
|
197
|
+
\xeb\x06VB\xf2\x0f\xd8Wp\xc0{&\x84T\xc1\xc0\
|
198
|
+
V\x1e\x01oP0\xa2\xd7\xc2sr\x10\x10\xbf\x8bT\
|
199
|
+
\x1bP\xd7\x1e\x97C\xe80\xb5_\x1d\x0b\x83\x18c+\
|
200
|
+
\xb9\x83\xf4A\xfd\xa1\xc2\x16\xb2\x8c\x1d\x02\xf0z\xdd:\
|
201
|
+
\xc5Ec\x93\xec\xc6\xf6\xf8Q\xae\xca\xd7*\xd5L\xa5\
|
202
|
+
\x84\xc2\x03~\xa4T_\xe8\xa4\xd2\xab\x06R2\xc0\x96\
|
203
|
+
\x832\xf49t\x98y\xcb \xa6\x9e\xf4\x0c\x0e\x8b\x83\
|
204
|
+
R0\x05)\xf5\x89\x04\x989\xb85\x96\x93\xd4\xba\xc4\
|
205
|
+
H\xa7\xe9\x19b\x0d\xb0\x136\xf1A\x17\xa0FRC\
|
206
|
+
\x17\x04\x04\xd7\x12F)R\x02\xe5\xa3\x00*\x86Q\x17\
|
207
|
+
\xef\xad\xb3T@x\xa4\xfb\x9a\xf4\xdb\xa8H\xa8\x04H\
|
208
|
+
\x81AQ\x01\x88\xc5,2\xe1P1z\x16\x00\x8cH\
|
209
|
+
\x00,!\xfd\xd4@@Y\x22\xac\xd7i\xd8sz\xf6\
|
210
|
+
\x80\xdeH`\xfb\x81\x0a\x86\x0a\xb8q\xf4\x0cE\x0cS\
|
211
|
+
\x00\x0b<\xb4\x07h`\x1c\xa7\x06@6&#\xee\x88\
|
212
|
+
0\x19\x1apz\xb6\xc0\x0d\x18Xj@/\xf2\x22\x0e\
|
213
|
+
#\x01\x9c\x0fsX\x8cA\x05\x02\xe66\x0c\x01\x90\xb2\
|
214
|
+
\x11\x87R\x03\xd1h\x12\xa5\xa0\x83\x11\x99\x5c\xab A\
|
215
|
+
\xd4\x82sO\xc6\xc8[\xb5Z\xb76*\x14h@z\
|
216
|
+
h\xa1P\x11q\xc0\x91\x02N\x86\x160\xe3T 1\
|
217
|
+
\x9b\x0d-\x8c\xc0,<1\x08\x08V-\x14\xf0\x8c\x91\
|
218
|
+
]_1\xcb0\xa07\xbd\xc5\xf50y\xd4\xc0x\x1d\
|
219
|
+
\xf9\xc4\x83I:0\x13P\x81g\xe0]X\x14\xf3\x8c\
|
220
|
+
+@7\xec\x8e6\xab\xed\xf0d1\x14\x04\x7f\xc5l\
|
221
|
+
o\x05P\xd7Y\x17\xc6gX!\xa1\xb0\x94\xb0\x12\xd4\
|
222
|
+
\x1e>\x14\x01\x13\x02\x14\xda\x7f:0\x8e'\x09z\x04\
|
223
|
+
\xc9\x87S\xa0\xd0\xd0,\xd2\x86z\xcb9\x10\xc9H\x86\
|
224
|
+
\xc5)z\xb5\x00l\xc5,X}xfB\x92\x09\x83\
|
225
|
+
\x9eA\xd3\x146\x10\x22\x10\xd1\xdfJ\x06y\xb3\x8c\xa0\
|
226
|
+
V\xacd\xc9\xc0\xa7\x00\xae\xc2\xd8y\xaa\x04\xc5\xb0\x99\
|
227
|
+
PNp\x93\x06\xd3\x9c\xf6\x0cb\xa3a\x17\xfb$O\
|
228
|
+
\x92\x93\xe9C{H\x81\xa2=5\x9e\x0c\x9b\xf6\xce\x87\
|
229
|
+
\xf6\xd8\x10\xb2Y\x9a4\x1e\xed!\xd4\xf4\xcc\x0c\xb3&\
|
230
|
+
\xb4\xb7\x9el\x078!\xc33\xf0\x9c\xec\x82P\x82h\
|
231
|
+
\xc3\xca\x1d\xd9\x09p6L\x0f=\xa6j\xe60-\xb5\
|
232
|
+
\xe6\xb0\x13\x116J:\xc6\xc3\x81S\x04(x\x86\x08\
|
233
|
+
\x93\x81G\xb9\x87\xe9\xfa\x18Uq\x95\x0e\xb7\xc7\x04+\
|
234
|
+
\xd7\xbdp\xe6\xa8v*\xbf\x06?G\xa0\xba\x02\xbc\xe7\
|
235
|
+
# \xe3d\xa2\xe1\x06a\xe5\xc1\xf4\xf2\xfd\x08XK\
|
236
|
+
\xa3\xef\xc7@\x98\xb5,\xeb\xc2@\xf8AV_0\xf0\
|
237
|
+
\x82\x81\x17\x0c\xbc`\xe0~\x0c\x8c\xf5\x97FA\x04\x16\
|
238
|
+
\xd0_\xa8t\x9f\x8e\xd2 x\x14\xfe\x00\x0a\xfaSP\
|
239
|
+
p\xfb\xd5\xf1\x05\x05/(xA\xc1\x0b\x0a\xbe\x18\x05\
|
240
|
+
\xcd\x17GA\x89\xfd\xc7\x0e@\x10)\xd7\xa3\xa1\x9f\x07\
|
241
|
+
P\x90\x9d\x84\x82)\x1b\xa5\xf2\x82\x82\x17\x14\xbc\xa0\xe0\
|
242
|
+
\x05\x05\xcfAA\xfe\xa5Q\x90{\x93@\x0f\x04\x98\xe5\
|
243
|
+
X\xa2\xb0~{\x08\x05\xcd)0\xa8\x0d\xbbI\xc7\x17\
|
244
|
+
\x18\xbc\xc0\xe0\x05\x06/0x\x0e\x0c\xfa/\x0e\x83\x06\
|
245
|
+
j\xab\xb4\xc5\xceJ\x02\x05~0$f\xe6\xb4\xa8\xf8\
|
246
|
+
FC\x06.\xb9\xc1\x0b\x10^\x80\xf0\x02\x84\xe7\x01\xe1\
|
247
|
+
W\xf0\x08\xa1\xc9\xc2H\xec\xb5\xf4t\xb6\xcbW\xef\x0e\
|
248
|
+
\xe9\x84Bu\x0a\x16n/\xe0\xbb`\xe1\x05\x0b/X\
|
249
|
+
x\xc1\xc23\xb0\xf0\xac\xf7\xc5\xfbN\xe7\xac\x0e\x89\x9e\
|
250
|
+
\xf5\xa5\x8f\xa03h\xd2K\xfa\xd0\x07rC\xdb\xa9\xbe\
|
251
|
+
\xea\x01\xd8\xfa\xf9\xd2\xef\xe8ti\xf3li\xed\xc3\x8b\
|
252
|
+
\x03gK\x0f\x9d,\x0d\xe7J\xc9\xa0)\xd6\xb8\xc7\xcf\
|
253
|
+
K\x09 1\xb5\x0f\xe1\xba\xcf\x94\xee\x11\x9a\xf5\x89k\
|
254
|
+
u\xec\xc4\xf5\xc1\x83\xdd\x82+\xa0\xa6r0\xb5LB\
|
255
|
+
\xc7\x85Wo;\xcf2\xd7\xbe\x18\x93v\xe4\xd2\x9b\xc6\
|
256
|
+
5b\xbdC\x16~\xef\xf9m\xe1\x1c \xd7\x0a\x85\x9f\
|
257
|
+
\xcc\xc1lX\xadZ\xd7y\xd1\xe9p\xbb\xf7\xbb\xab\xb3\
|
258
|
+
\x0eTW\x15\xcf}\xef_^\xa9\xd3\xbe\xbcZo\xdb\
|
259
|
+
\x1e\xbd\xab_\x06\xf7\xbb\xeb\xdd\xb7\xf7\x9d\x95\xbe|g\
|
260
|
+
u9\xeb|9\xeb|\xdewV5p\xd9\xf3IU\
|
261
|
+
\x1b_\xbe\xe2\x9d^\xdd_R\xb5\xe0\x1f\xf0\x0e\x89\x02\
|
262
|
+
\xf5p\xd5\x9bWb\x18\x08\xb6\x04@v\xf8\x02\xed\xdb\
|
263
|
+
\x80\x0e\x5c!T\xbfs\x88\x1d\xff\x92\xf9G\xbaY\xac\
|
264
|
+
\x92&hs^\xd1MI\xda\xf2\xd6e$\x8e\xa4\xdd\
|
265
|
+
\x99\x0e\xce\xb7\xef\x02:p\x81P\xfd\xc6!y\x9c\xf3\
|
266
|
+
?\xe4Uc\x87\xb6\x00~\x0d\xa2,mZ\xb2\x0f6\
|
267
|
+
\x1b\xaf\xcd\xe7\x95}\x13\x9bS\xa4\xff\x07\xbc}\xec\xe0\
|
268
|
+
\x1ex\xfag\x13x\x1b\x80\x04\xe5_\x98\xf8\xbcZ`\
|
269
|
+
c~\xca]\x0a?\xf2ud{7\xe3\xeb]\xc9\xf5\
|
270
|
+
I\xd7\xe6\xec\x8dqe\xcd\xda\xec\xbb]\xe8\xc0\x85D\
|
271
|
+
+A4\x82\xeeW\xf7\xbc}9\x94\x86+h\xadn\
|
272
|
+
\xc4\xb8\xbb\xbb\x91*\x9c\xae^\xe9\xd3\xb8\x82\xa6\xf1O\
|
273
|
+
\x13\xc4\xd6\xc0\x83\xb2\xce\xb7.\xa9B\x05\xa4\xcb\x9c|\
|
274
|
+
\x87\xcc\xf7{\x8dX\x95\xf2\x8e\xfb\x8fZW\xf6\xfc\xb8\
|
275
|
+
\xb7r5\xbe\xd6\xed\x14\x8e\xbd\xe2\xd1\xbc\xadHv\x7f\
|
276
|
+
\x85W\xb9\xe7\xe8\xd0\xe5=\xa7\xe2\xc5\x17\xb8|\xeb\xf7\
|
277
|
+
\xc2\x0b]\xfb\xe6\xfal\xc4\xa0\xc8P)\x04\x96\xadk\
|
278
|
+
\xa0\x10p*\xaf\xf9'\x22F\x1d\xd8\x9e\x83\xd5\xf3\xe0\
|
279
|
+
\xa6l\xd8P\xfag\x8a\x10Fq\xff\xcdC\xc6\xa7\xdf\
|
280
|
+
\x19\xf6\x03B\xc6\x99\x17p5 \xa3K6\xf6JG\
|
281
|
+
\xeb~\xb3\xd8|*f\xecK\xb3~\xae\x0b\xab\xceJ\
|
282
|
+
\xccZi\x12.9\xa7\x7f\xb7\x81\x0bz\xbd\xe8\xba\x13\
|
283
|
+
\xb3&\xe6{S\xb3\xbf\xf3M\x5c\x9f5\x0b,*\xff\
|
284
|
+
\x00W\x9b\x92\x17]\xe4\xd5N3\x86{\xc1\x1a\x13t\
|
285
|
+
\xa6\x9a\xbf\xd7k\xb3\x9aT4\xef\x06k\xe5\xa8\x8f\xe6\
|
286
|
+
\xb8\x8f'\xc9\x0ff\xd8\x0ff\xe6\x0f]\xdf\xb1'\x1d\
|
287
|
+
\xfd\x03^+\xd4$\xf0\x92\xf0\xbe$\xbc/\x09\xef\x03\
|
288
|
+
\x09\xef\xf6\xd5|q\x07\xf2\xbd\xe8\x1d\xd4\xcb\xaf\xfah\
|
289
|
+
\xe4\xab\x0f\xde\x08\x16\xfe\xba\xa2\x7f:\xeb\xfd\xab\x7f\x03\
|
290
|
+
\x1cZC\xdc\
|
291
|
+
"
|
292
|
+
|
293
|
+
qt_resource_name = b"\
|
294
|
+
\x00\x05\
|
295
|
+
\x00O\xa6S\
|
296
|
+
\x00I\
|
297
|
+
\x00c\x00o\x00n\x00s\
|
298
|
+
\x00\x05\
|
299
|
+
\x00o\xa6S\
|
300
|
+
\x00i\
|
301
|
+
\x00c\x00o\x00n\x00s\
|
302
|
+
\x00\x10\
|
303
|
+
\x0b\x22\xb2\xc7\
|
304
|
+
\x00G\
|
305
|
+
\x00r\x00i\x00d\x00C\x00a\x00l\x00_\x00i\x00c\x00o\x00n\x00.\x00s\x00v\x00g\
|
306
|
+
"
|
307
|
+
|
308
|
+
qt_resource_struct = b"\
|
309
|
+
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
|
310
|
+
\x00\x00\x00\x00\x00\x00\x00\x00\
|
311
|
+
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
|
312
|
+
\x00\x00\x00\x00\x00\x00\x00\x00\
|
313
|
+
\x00\x00\x00\x10\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
|
314
|
+
\x00\x00\x00\x00\x00\x00\x00\x00\
|
315
|
+
\x00\x00\x00 \x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\
|
316
|
+
\x00\x00\x01\x88\xae\xf9[!\
|
317
|
+
"
|
318
|
+
|
319
|
+
def qInitResources():
|
320
|
+
QtCore.qRegisterResourceData(0x03, qt_resource_struct, qt_resource_name, qt_resource_data)
|
321
|
+
|
322
|
+
def qCleanupResources():
|
323
|
+
QtCore.qUnregisterResourceData(0x03, qt_resource_struct, qt_resource_name, qt_resource_data)
|
324
|
+
|
325
|
+
qInitResources()
|
@@ -1,3 +1,7 @@
|
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
1
5
|
"""
|
2
6
|
Script to update correctly the main GUI (.py) file from the Qt design (.ui) file
|
3
7
|
"""
|
@@ -1,19 +1,7 @@
|
|
1
|
-
#
|
2
|
-
#
|
3
|
-
#
|
4
|
-
#
|
5
|
-
# modify it under the terms of the GNU Lesser General Public
|
6
|
-
# License as published by the Free Software Foundation; either
|
7
|
-
# version 3 of the License, or (at your option) any later version.
|
8
|
-
#
|
9
|
-
# This program is distributed in the hope that it will be useful,
|
10
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
-
# Lesser General Public License for more details.
|
13
|
-
#
|
14
|
-
# You should have received a copy of the GNU Lesser General Public License
|
15
|
-
# along with this program; if not, write to the Free Software Foundation,
|
16
|
-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
17
5
|
|
18
6
|
from typing import List
|
19
7
|
from PySide6 import QtWidgets
|
@@ -1,19 +1,7 @@
|
|
1
|
-
#
|
2
|
-
#
|
3
|
-
#
|
4
|
-
#
|
5
|
-
# modify it under the terms of the GNU Lesser General Public
|
6
|
-
# License as published by the Free Software Foundation; either
|
7
|
-
# version 3 of the License, or (at your option) any later version.
|
8
|
-
#
|
9
|
-
# This program is distributed in the hope that it will be useful,
|
10
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
-
# Lesser General Public License for more details.
|
13
|
-
#
|
14
|
-
# You should have received a copy of the GNU Lesser General Public License
|
15
|
-
# along with this program; if not, write to the Free Software Foundation,
|
16
|
-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
17
5
|
|
18
6
|
import numpy as np
|
19
7
|
import pandas as pd
|
@@ -1,3 +1,7 @@
|
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
1
5
|
"""
|
2
6
|
Script to update correctly the main GUI (.py) file from the Qt design (.ui) file
|
3
7
|
"""
|
@@ -1,19 +1,7 @@
|
|
1
|
-
#
|
2
|
-
#
|
3
|
-
#
|
4
|
-
#
|
5
|
-
# modify it under the terms of the GNU Lesser General Public
|
6
|
-
# License as published by the Free Software Foundation; either
|
7
|
-
# version 3 of the License, or (at your option) any later version.
|
8
|
-
#
|
9
|
-
# This program is distributed in the hope that it will be useful,
|
10
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
-
# Lesser General Public License for more details.
|
13
|
-
#
|
14
|
-
# You should have received a copy of the GNU Lesser General Public License
|
15
|
-
# along with this program; if not, write to the Free Software Foundation,
|
16
|
-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
17
5
|
import sys
|
18
6
|
from PySide6 import QtWidgets, QtGui
|
19
7
|
|
{GridCal-5.1.58 → GridCal-5.1.60}/GridCal/Gui/ContingencyPlanner/contingency_planner_dialogue.py
RENAMED
@@ -1,19 +1,7 @@
|
|
1
|
-
#
|
2
|
-
#
|
3
|
-
#
|
4
|
-
#
|
5
|
-
# modify it under the terms of the GNU Lesser General Public
|
6
|
-
# License as published by the Free Software Foundation; either
|
7
|
-
# version 3 of the License, or (at your option) any later version.
|
8
|
-
#
|
9
|
-
# This program is distributed in the hope that it will be useful,
|
10
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
-
# Lesser General Public License for more details.
|
13
|
-
#
|
14
|
-
# You should have received a copy of the GNU Lesser General Public License
|
15
|
-
# along with this program; if not, write to the Free Software Foundation,
|
16
|
-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
17
5
|
import sys
|
18
6
|
from PySide6 import QtWidgets
|
19
7
|
from typing import List
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
3
|
+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
4
|
+
# SPDX-License-Identifier: MPL-2.0
|
5
|
+
|
6
|
+
"""
|
7
|
+
Script to update correctly the main GUI (.py) file from the Qt design (.ui) file
|
8
|
+
"""
|
9
|
+
from GridCal.Gui.update_gui_common import convert_resource_file, convert_ui_file
|
10
|
+
|
11
|
+
if __name__ == '__main__':
|
12
|
+
convert_resource_file(source='icons.qrc')
|
13
|
+
for f in ['gui.ui']:
|
14
|
+
convert_ui_file(source=f)
|