DUILIB 界面基本知识

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DUILIB 界面基本知识相关的知识,希望对你有一定的参考价值。

normalimage="file=‘btn_open_mini.png‘ source=‘0,0,24,18‘"

source :

1. 一张图片包含四种状态

2. normal image 截取‘btn_open_mini.png‘图片当中left, top ,right, bottom,[0,0,24,18]的区域,也就是第一种状态

hotimage="file=‘btn_open_mini.png‘ source=‘25,0,49,18‘"

3. hot image 截取btn_open_mini.png, 当中第二种状态是从24+1(加一个像素是原图片上面有一个分隔线)

总结:

btn_open_mini.png大小 83*40

其是四种状态40*40 加上3条分隔线 ==> 83

 

float="true" pos="7,18,0,0" width="24" height="18"

float 为true即绝对布局

pos :控件从left, top :7,18开始布局,right ,bottom 为0,0则很width, height属性值,

则right = left + width, bottom = top + height

以上是关于DUILIB 界面基本知识的主要内容,如果未能解决你的问题,请参考以下文章

定制炫彩界面:duilib与MFC 的对比

win10运行中出现duilib加载资源失败,又没啥影响,是啥原因啊~~

Duilib界面拖动问题

Dump微信PC端的界面Duilib文件

Dump微信PC端的界面Duilib文件

duilib 实现 XML重用(item完全重合的CList)