You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
…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
… (part of #163)
-Also moved DisplayRole handling from TableHeaderView::initStyleOptionForIndex to CsvTableViewSortFilterProxyModel::headerData - as a result filter detail show also on Qt5
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
The text was updated successfully, but these errors were encountered: