yfprojects

Results 399 comments of yfprojects
trafficstars

> * When the `add new` window comes up through this route, the entries are filled, but when clicked on `Add`, the URL appears to be invalid. You have to...

> > You already did very well implementing this although I would suggest a little bit of restructuring. > > ``` > > 1. Implement a `from_values` method for the...

> the 'confirm password' field is not auto-filled I implemented that on purpose. > he repo is still unable to be added for some reason You are right. Fixed that...

> Any suggestions how I can expand parent from `QSortFilterProxyModel`? > What do you mean by 'expand' and 'parent'?

> When a match is found in an item, I want the parent items of that item to expand to reveal the matched child. You could use `QTreeView::scrollTo`. I like...

> Just wanted to run this by you before I start working on this. Sounds good! Can you describe the syntax in detail and present examples before implementing it?

> It should give you an idea what I'm thinking > > > Valid: > important.txt path:/home/chirag/ re:^doc_.*\.pdf$ path:/home/chirag/work size Invalid: > something re:^doc_.*\.pdf$ > path:/home/chirag/ important.txt Why is the...

I see, so by default only the `subpath` is matched. Does that mean when entering `a`, `path/a` will be shown but not `path/a/b` ?