.gitignore
README.md
pyproject.toml
PySide6Plot/__init__.py
PySide6Plot.egg-info/PKG-INFO
PySide6Plot.egg-info/SOURCES.txt
PySide6Plot.egg-info/dependency_links.txt
PySide6Plot.egg-info/requires.txt
PySide6Plot.egg-info/top_level.txt
PySide6Plot/compoents/__init__.py
PySide6Plot/compoents/average_line.py
PySide6Plot/compoents/draw_line.py
PySide6Plot/compoents/frame_recorder.py
PySide6Plot/compoents/zoom_move.py
PySide6Plot/libs/__init__.py
PySide6Plot/libs/constant.py
PySide6Plot/libs/data_handler.py
PySide6Plot/libs/helpers.py
PySide6Plot/libs/plot_item.py
PySide6Plot/libs/style.py
PySide6Plot/resources/icons/ChevronLeft_black.svg
PySide6Plot/resources/icons/ChevronLeft_white.svg
PySide6Plot/resources/qss/dark/navigation_view_interface.qss
PySide6Plot/resources/qss/light/navigation_view_interface.qss
PySide6Plot/widgets/__init__.py
PySide6Plot/widgets/colorful_toggle_button.py
PySide6Plot/widgets/fluent_scroller.py
PySide6Plot/widgets/line_card.py
PySide6Plot/widgets/navigation_widget.py
PySide6Plot/widgets/q_plot_widget.py
PySide6Plot/widgets/removable_table.py
PySide6Plot/widgets/transparent_Line_edit.py
PySide6Plot/widgets/transparent_selector.py
PySide6Plot/widgets/value_select_box.py
PySide6Plot/widgets/zoom_bar.py
examples/price_volume_plotter.py
examples/sample_stock_data.h5
examples/single_plotter.py