"Dockable" panels? #1386
Replies: 3 comments 4 replies
-
This is not yet implemented, but surely something that we want to provide. We don't have yet the ability to create detachable window in slint, but inner window are possible. With support from the slint compiler, we could imagine some API like this:
|
Beta Was this translation helpful? Give feedback.
-
Any news on drag and drop support? I noticed it's used in the lsp preview but it looks like the code for this lives in the LSP code which I guess means it's not actually a slint feature at this stage, but it looks like the hard work may have been done? |
Beta Was this translation helpful? Give feedback.
-
any news on this? should we just create our own implementations? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Apologies if this has already been discussed but I couldn't find anything when searching.
A common UI pattern in desktop apps is to have various panels that can be toggled on and off, reorganized within the UI via drag and drop, and resized. Example applications would be pretty much anything made by Adobe, Krita, Inkscape, Blender, most IDEs etc.
Are there any plans to implement such systems? If not, is there some way to implement this pattern with the tools already existing in Slint? I have been skimming the documentation and I see some possible ways to accomplish this, however none of them are particularly clean.
Beta Was this translation helpful? Give feedback.
All reactions