Skip to content
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

qt::CsvTableView: add ability to construct column filter from context menu #163

Closed
tc3t opened this issue May 7, 2023 · 0 comments
Closed
Labels
dfgQtTableEditor Related to dfgQtTableEditor example enhancement module qt Related to qt-module

Comments

@tc3t
Copy link
Owner

tc3t commented May 7, 2023

Convenience method for constructing column-specific filter. Currently creating column filter from existing text can be done directly from context menu, but column header is also a natural place where to search for filter options

@tc3t tc3t added enhancement module qt Related to qt-module dfgQtTableEditor Related to dfgQtTableEditor example labels May 7, 2023
@tc3t tc3t added this to the dfgQtTableEditor 2.6.0 milestone May 7, 2023
@tc3t tc3t changed the title qt::CvsTableView: add ability to construct column filter from context menu qt::CsvTableView: add ability to construct column filter from context menu Sep 9, 2023
tc3t added a commit that referenced this issue Sep 10, 2023
tc3t added a commit that referenced this issue Sep 20, 2023
…enu'-feature (#163)

-Filter text is now shown with column name (only with Qt >= 6.0.0)
-In filter dialog:
    -Entering empty filter removes filter from column
    -Existing filter text is now prefilled
tc3t added a commit that referenced this issue Sep 21, 2023
… (part of #163)

-Also moved DisplayRole handling from TableHeaderView::initStyleOptionForIndex to CsvTableViewSortFilterProxyModel::headerData - as a result filter detail show also on Qt5
@tc3t tc3t closed this as completed Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dfgQtTableEditor Related to dfgQtTableEditor example enhancement module qt Related to qt-module
Projects
None yet
Development

No branches or pull requests

1 participant