属性网格项类型(propertyGrid_item_type_)

枚举

enum  propertyGrid_item_type_ {
  propertyGrid_item_type_text =0 , propertyGrid_item_type_edit , propertyGrid_item_type_edit_color , propertyGrid_item_type_edit_file ,
  propertyGrid_item_type_edit_set , propertyGrid_item_type_comboBox , propertyGrid_item_type_group , propertyGrid_item_type_panel
}
 

详细描述

枚举类型说明

◆ propertyGrid_item_type_

枚举值
propertyGrid_item_type_text 

默认,字符串类型

propertyGrid_item_type_edit 

编辑框

propertyGrid_item_type_edit_color 

颜色选择元素

propertyGrid_item_type_edit_file 

文件选择编辑框

propertyGrid_item_type_edit_set 

设置

propertyGrid_item_type_comboBox 

组合框

propertyGrid_item_type_group 

propertyGrid_item_type_panel 

面板