-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QComponents Widget Sort & Filter #45
Labels
Comments
JeremyDrysdale-ibm
added
enhancement
New feature or request
renderers: GUI
GUI work
MVP
MVP issues
labels
Nov 17, 2020
JeremyDrysdale-ibm
changed the title
QComponents Widget Sort & Filter
QComponents Widget Sort & Filter (Owner: Grace) (Due: Jan 15)
Nov 19, 2020
JeremyDrysdale-ibm
changed the title
QComponents Widget Sort & Filter (Owner: Grace) (Due: Jan 15)
QComponents Widget Sort & Filter (Owner: Grace) (Due: Jan 30)
Jan 19, 2021
JeremyDrysdale-ibm
changed the title
QComponents Widget Sort & Filter (Owner: Grace) (Due: Jan 30)
QComponents Widget Sort & Filter
Feb 19, 2021
This was referenced May 7, 2023
priti-ashvin-shah-ibm
added a commit
that referenced
this issue
May 8, 2023
* Fix for layout of the GDS/Q3D export window in the gui Issue #549 #549 The scaling for the GDS/Q3D/HFSS dialogs should be fixed now. * Fix for QComponents Widget Sort & Filter Wrapped the The components table in a QSortFilterProxyModel for sorting, filtering, plus Added a textChanged event to the filter box to display only specific items. #45 * Revert "Fix for QComponents Widget Sort & Filter" This reverts commit 71e5657. * Lint tests updates (yapf) run yapf -i <file> on UI python files. --------- Co-authored-by: Priti Ashvin Shah <74020801+priti-ashvin-shah-ibm@users.noreply.github.com>
priti-ashvin-shah-ibm
added a commit
that referenced
this issue
May 8, 2023
* Fix for layout of the GDS/Q3D export window in the gui Issue #549 #549 The scaling for the GDS/Q3D/HFSS dialogs should be fixed now. * Fix for QComponents Widget Sort & Filter Wrapped the The components table in a QSortFilterProxyModel for sorting, filtering, plus Added a textChanged event to the filter box to display only specific items. #45 * Revert "Fix for layout of the GDS/Q3D export window in the gui" This reverts commit a25450a. * Update for lint test failures Run yapf on all files plus a few method updates in the filter/sort logic. --------- Co-authored-by: Priti Ashvin Shah <74020801+priti-ashvin-shah-ibm@users.noreply.github.com>
priti-ashvin-shah-ibm
added a commit
that referenced
this issue
May 10, 2023
* Fix for layout of the GDS/Q3D export window in the gui Issue #549 #549 The scaling for the GDS/Q3D/HFSS dialogs should be fixed now. * Fix for QComponents Widget Sort & Filter Wrapped the The components table in a QSortFilterProxyModel for sorting, filtering, plus Added a textChanged event to the filter box to display only specific items. #45 * Revert "Fix for layout of the GDS/Q3D export window in the gui" This reverts commit a25450a. * Update for lint test failures Run yapf on all files plus a few method updates in the filter/sort logic. * Fix for QLibrary Filtering #307 Issue #307 * Update for issuecomment-1540641146 Update for comment #940 (comment) This bug is really though :( --------- Co-authored-by: Priti Ashvin Shah <74020801+priti-ashvin-shah-ibm@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @zlatko-minev
What is the feature being requested?
With many more components need way to quickly find sort, find, edit components
Expand QTable model to QFilterSortProxy model to handle filter and sort
What are use cases for this feature?
Better user experience
The text was updated successfully, but these errors were encountered: