ui
ui copied to clipboard
A cross-platform UI library written in V
I would like to display photos (*.jpg, .CR2, etc all that my Mac supports). Currently, the ui.picture does not support these (comes from gg I guess, that only supports .png...
**V version:** 0.4.3 dbdd96f **UI version:** 459eb3b **OS:** Debian GNU/Linux **What did you do?** Minimal example: ```v import ui fn main() { mut row := ui.row() row.add(child: ui.label()) } ```...
ui is missing a manifest, plPS D:\cppApp\vdemo> v install ui Scanning `ui`... Error 10057 sending data to server (1) Error performing handshake Error 10057 sending data to server (1) Error...
## Environnement **V version:** V 0.4.3 d577e54 **UI version:** 0.0.4 **OS:** Windows 10 ## What did you do? Here is my MWE: ```V import ui import ui.component as uic const...
Hi, **V version: 0.4.2 ab4clf4** **UI version: latest** **OS: Win 10** **What did you do?** When resizing a CanvasLayout using a SplitPanel will resize (as I expect) the content; however,...
Would be great if you could add the ability to customize the title bar with html, or just be able to customize it.
**V version: 0.4.1** **UI version: 0.0.4** **OS: windows 10 64** **What did you do?** just copy and run the ui code in the Home page  and ram usage goes...
**V version: V 0.3.3 e2daa84** **UI version: 0.0.4** **OS: Gentoo Linux** **What did you do?** ``` v install ui cd examples v run users.v ``` **What did you expect to...
(Not sure whether this is a duplicate of #200, so just providing more detail). **V version:** 0.4.0 **UI version:** 0.4.4 **OS:** Windows 10 **What did you do?** Compiled and ran...
**V version:** 0.4.0 **UI version:** 0.0.4 **OS:** Windows11 **What did you do?** Show Picture with a path contain Chinese **What did you expect to see?** show normal **What did you...