Replies: 1 comment 5 replies
-
You don't need to use the QTabWidget since I already store references to the objects in each tab on the DataFrameExplorer. I also just pushed a commit so the Plotly figure gets stored on the Grapher instead of being a temporary variable.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not a QT expert, so maybe this is obvious to someone out there:
Was looking at handling copy / paste based on which tab I'm on (calling grapher.copy when on grapher tab instead of dataframe_viewer.copy all the time), but I've introspected for a while this afternoon and can't figure out how to access the QTabWidget current index from PandasGui() (i.e. inside of PandasGui copy method).
Suggestions?
Beta Was this translation helpful? Give feedback.
All reactions