在任一PCB视图时,点击设计->规则,弹出规则设置对话框,如下图 找到Clearance,如下图, 使用右键单击,选择 新规则,如下图 在新规则上单击,在右侧 where the first object matches,下选择 custom query,然后点击查询构建器,如下图 在查询构建器里 选择 In Any Polygon,并点击确定,如下图 设置需要的 间距,如下图,然后修改规则名称(我的是Polygon),并点击应用 (还有下一步很重要) 在 规则编辑器 左下角点击 优先权 按钮
使用RecyclerView设置间距,需要重写RecyclerView.ItemDecoration这个类.有如下的效果图需要实现,间距只有中间的格子和底部的格式之间有. Paste_Image.png 实现方法很简单,因为这个效果是每一行有3个格子,只要每行的第一个格式左边间距为0即可以.其他都设置左边距和底部距离. 代码如下: public class SpaceItemDecoration extends RecyclerView.ItemDecoration { private in
void QLayout::setContentsMargins ( int left, int top, int right, int bottom ) Sets the left, top, right, and bottom margins to use around the layout. By default, QLayout uses the values provided by the style. On most platforms, the margin is 11 pixel