摘要:
introduction 更多控件用法,请参考 here 和 源码。 本文的代码基于这里 xml文件添加代码 基于上一篇, 继续向basic.xml中添加下面关于TreeView的代码。 xml完整源码在文末。 <!-- TreeView --> <TreeView class="list" nam 阅读全文
摘要:
introduction 更多控件用法,请参考 here 和 源码。 本文的代码基于这里 本文将演示listbox的添加,删除,删除选中项,添加到指定位置等常用功能。 xml文件添加代码 基于上一篇, 继续向basic.xml中添加下面关于ListBox的代码。 xml完整源码在文末。 <HBox> 阅读全文
摘要:
introduction 更多控件用法,请参考 here 和 源码。 本文的代码基于这里 xml文件添加代码 基于上一篇, 继续向basic.xml中添加下面关于Option的代码。 xml完整源码在文末。 <!-- option--> <VBox> <Option class="circle_op 阅读全文
摘要:
introduction 更多控件用法,请参考 here 和 源码。 本文的代码基于这里 xml文件添加代码 基于上一篇, 继续向basic.xml中添加下面关于CheckBox的代码。 xml完整源码在文末。 <!--checkbox--> <VBox> <CheckBox class="chec 阅读全文
摘要:
introduction 更多控件用法,请参考 here 和 源码。 本文的代码基于这里 lets go xml文件添加代码 下面的xml文件内容,删除label控件的相关代码,增加了3个按钮。 其中,代码如下: <?xml version="1.0" encoding="UTF-8"?> <Win 阅读全文
摘要:
introduction 本文将总结我对nim_duilib的xml配置。 更多控件和控件属性的具体说明, 请参考 here before starting ### 1 You should clone the program named NIM_Duilib_Framework 2 open th 阅读全文