Adam Rose
Adam Rose
**Description** When I use drag-and-drop to copy files into Windows file explorer with PyQt5, if there is a pynput listener running then the mouse lags badly for a few seconds...
Sync window size and position across monitors in addition to the mouse cursor, here's an example of them being out of sync:  And here's how it ideally should look:...
I definitely think this repo should include an example about how messed up relative imports are in Python, just read this thread https://stackoverflow.com/questions/16981921/relative-imports-in-python-3 `file structure` ``` main.py mypackage/ __init__.py module1.py...
## 📝 Provide detailed reproduction steps (if any) 1. Make a selection in the CKE5 editor and run `let s = editor.model.document.selection.getFirstRange()` 2. Remove text or lines such that the...
Originally posted by **gemGreg** January 31, 2022 In the old version of PandasGUI there was a way to plot multiple signals on one line plot.  Is there a way...
Selecting multiple CSVs and selecting "Open with PandasGUI" will launch separate Python instances for each one. The solution likely requires this workaround: https://superuser.com/a/945456/681601
Currently the GUI completely freezes and becomes non-interactive during long tasks. Ideally PandasGUI should block the user from triggering more actions while one is running but still be movable and...
Tracking major changes to the Grapher here, will edit this OP as things change. ### How the Grapher works - There are functions that generate Plotly figures in `pandasgui.jotly` -...
I've started compiling a list of all the useful plots I could think of with examples and whether it is available in PandasGUI: https://docs.google.com/spreadsheets/d/1ORw1GWTent5NJmIf23Co7EPTBBjNyC1VCHfi9yHwf7A/edit#gid=0 If you have any feedback or...
I plan to upgrade to PyQt6 as soon as possible but can't yet since PandasGUI depends on `QtWebEngineWidgets`. Qt6 won't have support for `QWebEngine` until 6.2 in September 2021 https://wiki.qt.io/QtReleasing...