Skip to content

mizuki1412/qmlkit-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QML-Sample

Base on Qt 6.4.2

TODO

-[ ] 每个component的示例

Material

工程用Material Style,对于常用原生组件可以通过Material.background等参数配置颜色。

组件

iconfont

应用于KitIcon组件和text属性中,如:

RoundButton{
    font: $iconfont
    highlighted: true
    text:"\ue6b2"
}

示例值对照:

  •  \ue6ad: 叹号
  •  \ue6b2: 问号
  •  \ue6bc: 信息
  •  \ueafe: 搜索
  •  \ue8bd: 对号
  •  \ue634: 叉
  •  \ue60e: 关机
  •  \ue622: 窗口化
  •  \ue781: 清空
  •  \ue77f: left-circle
  •  \ue783: right-circle

KitTable

Features:

  • 提供便捷的column property配置
  • 冻结左栏
  • 每行的右键菜单,可差异化
  • 左侧checkbox,提供多选
  • 左右上下滑动

todo:

  • 底层采用ListView, 和TableView的性能差距?

About

QML Project sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published