当前位置: 首页 > wzjs >正文

建设电商网站哪个平台比较好wordpress 人力资源

建设电商网站哪个平台比较好,wordpress 人力资源,中国品牌加盟网官网,推荐聊城做网站的公司目录 定位元素 Column Row Grid Flow 布局元素 1.元素填充它的⽗元素。 2.对齐 定位元素 Column Column (列)元素将它的⼦对象通过顶部对⻬的列⽅式进⾏排列。 spacing 属性⽤来设置每个元素之间的间隔⼤⼩ Row Row (⾏)元…

 

目录

 

定位元素

 Column

Row

Grid

Flow

布局元素

1.元素填充它的⽗元素。

2.对齐


定位元素

 Column

Column (列)元素将它的⼦对象通过顶部对⻬的列⽅式进⾏排列。 spacing
属性⽤来设置每个元素之间的间隔⼤⼩

Row

Row (⾏)元素将它的⼦对象从左到右,或者从右到左依次排列,排列⽅式
取决于 layoutDirection 属性。 spacing 属性⽤来设置每个元素之间的间隔⼤
⼩。

 

Window {width: 640height: 480visible: truetitle: qsTr("Hello World")color: "black"//Column{Row{layoutDirection: Qt.RightToLeftanchors.centerIn: parentspacing: 10padding: 10MyPushbutton{color:"red"width:60height: 70buttontext: "1"}MyPushbutton{id:blueButtoncolor:"blue"width:60height: 70buttontext: "2"}MyPushbutton{id:greenButtoncolor:"green"width:60height: 70buttontext: "3"}populate: Transition {// 定义动画效果NumberAnimation {property: "opacity";from: 0;to: 1;duration: 3000}}move: Transition {NumberAnimation { properties: "x,y"; duration: 2000 }}add:Transition {NumberAnimation{ properties: "width";from:30;to:120;duration: 2000}}focus: trueKeys.onSpacePressed: blueButton.visible = !blueButton.visible}
}

Grid

Grid (栅格)元素通过设置 rows (⾏数)和 columns (列数)将⼦对象排列
在⼀个栅格中。可以只限制⾏数或者列数。如果没有设置它们中的任意⼀
个,栅格元素会⾃动计算⼦项⺫总数来获得配置,例如,设置 rows (⾏数)
3 ,添加了 6 个⼦项⺫到元素中,那么会⾃动计算 columns (列数)为 2 。属
flow (流)与 layoutDirection (布局⽅向)⽤来控制⼦元素的加⼊顺序。
spacing 属性⽤来控制所有元素之间的间隔

 

Grid{rows:2columns:3spacing:10horizontalItemAlignment: Grid.AlignHCenterverticalItemAlignment: Grid.AlignVCenteranchors.centerIn: parentMyPushbutton{color:"red"width:40height: 70buttontext: "1"}MyPushbutton{color:"green"width:20height: 30buttontext: "2"}MyPushbutton{color:"blue"width:10height: 20buttontext: "3"}MyPushbutton{color:"#ED42DD"width:60height: 70buttontext: "4"}MyPushbutton{color:"#2DD630"width:60height: 70buttontext: "5"}MyPushbutton{color:"#CED64C"width:60height: 70buttontext: "6"}}

Flow

Flow (流)。通过 flow (流)属性和 layoutDirection (布局
⽅向)属性来控制流的⽅向。它能够从头到底的横向布局,也可以从左到右
或者从右到左进⾏布局。作为加⼊流中的⼦对象,它们在需要时可以被包装
成新的⾏或者列。为了让⼀个流可以⼯作,必须指定⼀个宽度或者⾼度,可
以通过属性直接设定,或者通过 anchor (锚定)布局设置

 

Flow{spacing:10layoutDirection:Flow.BottomRightanchors.centerIn: parentMyPushbutton{color:"red"width:40height: 70buttontext: "1"}MyPushbutton{color:"green"width:20height: 30buttontext: "2"}MyPushbutton{color:"blue"width:10height: 20buttontext: "3"}MyPushbutton{color:"#ED42DD"width:60height: 70buttontext: "4"}MyPushbutton{color:"#2DD630"width:60height: 70buttontext: "5"}MyPushbutton{color:"#CED64C"width:60height: 70buttontext: "6"}}

布局元素

QML 使⽤ anchors (锚)对元素进⾏布局。 anchoring (锚定)是基础元素对象的基本属性,⼀个元素有 6 条锚定线( top 顶, bottom 底, left 左, right 右, horizontalCenter⽔平中,verticalCenter垂直中)。 在 QML 中,锚也会冲突的,比如:anchors.centerInanchors.left 是两个不同的锚点属性,它们不能同时生效。

 

1.元素填充它的⽗元素。

这里填充需要注意如果三个元素(A/B/C)分别包含的意思,且B包含C,这里B跟A会填充,如果C没跟B绑定,就会导致C如下效果

 

 这里MyPushbutton里Text被

Window {width: 640height: 480visible: truetitle: qsTr("Hello World")color: "white"Rectangle{color:"#CED64C"width:60height: 70// anchors.fill: parentanchors.centerIn: parentText {id: textanchors.centerIn: parentfont.pointSize: 24text: qsTr("1")}}
}

2.对齐

这里只写left和horizontalCenter其他类似

Rectangle{color:"#CED64C"width:60height: 70y:20anchors.left: parent.left//anchors.horizontalCenter: parent.horizontalCenter  // 调整水平位置//anchors.horizontalCenterOffset: -30 //偏移//anchors.verticalCenterOffset: -parent.height / 2 + height / 2  // 调整垂直位置Text {id: text02anchors.centerIn: parentfont.pointSize: 24text: qsTr("2")}}

 

 

http://www.dtcms.com/wzjs/822124.html

相关文章:

  • 专用主机方式建设网站深圳网站建设推广方案
  • 网站百度seo关键词优化上海网站制作智能 乐云践新
  • wordpress站内信群发wordpress 主题 前端
  • 从零开始自己做外贸网站和海外网络营销project 网站开发计划
  • 网站制作生成器微网站开发需求文档
  • 德化规划与建设局网站郑州直播网站建设公司
  • 南昌市建设规费标准网站南通网站流量优化
  • 玉环城乡建设规划局网站什么是网络推广营销
  • 广州 网站 设计seo做得好的企业网站
  • 工信部网站备案文件全景网站制作教程
  • 外贸公司网站源码代理一款网页游戏需要多少钱
  • 济南做网站最好的单位专门做mod的网站
  • 网站开发w亿玛酷1流量订制云南网站建设优化
  • 浙江网站建设推广甲蛙网站建设
  • 门户网站建设请示人才网站运营建设 材料
  • 网站短时间怎么做权重上海做外贸网站建设
  • 做网站制作课程总结网页制作基础教程教学设计
  • 做一套网站开发多少钱no7wordpress
  • 南宁网站建设 超博网络wordpress关闭邮件验证
  • 网站怎样绑定域名访问wordpress怎么注册用户名
  • 无锡建设公司网站wordpress工单系统.
  • 网站设计素材下载手机域名解析错误
  • 吉首网站制作wordpress 通讯录插件
  • 网站怎么做的支付宝做直播网站赚钱吗
  • 网站备案在哪里备案短视频推广渠道
  • 上海哪家公司做网站临漳手机网站建设
  • 网站有没有做等级测评怎么查看网址域名ip解析
  • 沭阳城乡建设局网站秦皇岛房产信息网官网
  • 男人和女人做羞羞的免费网站广州小程序定制开发
  • 网站开发什么技术装饰设计资质乙级