-
Notifications
You must be signed in to change notification settings - Fork 22
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
Quick switch #11
Comments
Does this mean clicking on "assets" and directly going there? Or do you mean the pop-up list when clicking on the arrows in-between? I'm looking for the first actually and tried adding |
I mean both, but the former is a good first step. As for how to go about it, if you mean this |
According to this page the following would show it just as integers:
So I'd expect them to be integers. I was able to have it also print the index, it would just always be the integer |
Possibly. In that case, it should work. |
That's what I assumed, but for each button - no matter which I clicked it - it was giving me a value of one. Maybe I'll have another stab at this soon. :) |
Regarding this: launcher/launcher/res/qml/Breadcrumbs.qml Line 44 in 921c276
Ok, so I think I see what the issue is. The |
Hm, the delegate is a ToolButton, and it's got no |
Actually. @aardschok is working on this now and we're getting to something functional now. I must have missed adding Cool stuff coming up soon. |
Solution was to give the See #22 |
Right now breadcrumbs navbar can jump only to current index -1, right ? |
Pretty sure the quick switch has been implemented? |
Yes, should be with: #22 We have it working on our Launcher at least, and I believe it's merged into here too. |
…er_update Feature/pype 310 launcher update
Goal
Save time browsing for assets.
Implemenation
Mimic the Windows Explorer mechanism of browsing to an arbitrary level in any of the currently selected levels.
The text was updated successfully, but these errors were encountered: