QTodoTxt2
QTodoTxt2 copied to clipboard
wishlist item - saved filters
Saved filters would be absolutely awesome.
You mean remembering selected filters at startup?
@fuchsmich I tried and did not make it. We need to remember the current index I tried to add a line in FilterView.qml
property alias filter_completed_column_width: selection.selectedIndexes
but qml complains that that the property does not exist...
what i meant was the possiblity of having a smart list. When i make a search for "+ProjectA and (A)" and save it as ProjectAHighPri , it should appear in a left or drop down pane. I should be able to save many such smart lists. which inturn are effectively searches.
@kaushiknfs OK. Then it is something different but still interesting idea. Previously used filters could also be remembered in completion popup
I can send a mockup to make it more clearer. Smart list can speed up access to limit the list to frequently viewed groups.