dtkwidget/examples/dwidget-examples/collections
Ye ShanShan 4b0c521c39 fix: crashed when DListView drag item with Action
DStandardItem's `setActionList` can't be used with drag because of
Type doesn't support metatype's save and load.
  and DStandardItem doesn't release it's Action when destruction,
we use sharedpointer to manager action's life.
  Add clone override function to support that action can be access
after draged, and it need to setItemPrototype by model.

Log: 含有Action项的DListView拖动时程序崩溃
Influence: none
Change-Id: Idc489b94f4cf95850fe00a9ac8231fed80913a79
2022-08-12 13:43:10 +08:00
..
icons fix: 修改examples图标 2021-05-11 11:01:48 +08:00
images feat: 添加DDialog示例 2020-10-12 09:36:21 +08:00
resources/data feat(style): adjust setting dialog style 2019-11-02 16:51:51 +08:00
buttonexample.cpp chore: DSearchCombobox控件popup后高度调整 (#92) 2022-03-31 09:45:53 +08:00
buttonexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
cameraform.ui Add dwidget examples 2016-03-16 11:36:42 +08:00
collections.pro chore: master分支debug 模式下还是使用5.5的依赖 2021-07-08 15:28:56 +08:00
dialogexample.cpp feat: 添加DDialog示例 2020-10-12 09:36:21 +08:00
dialogexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
editexample.cpp fix: 设置快捷键Ctrl+shift+tab失效 2021-12-08 12:07:24 +08:00
editexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
examplewindowinterface.cpp refactor: 调整example的UI设计,整理删除Example的部分代码 2020-09-07 11:35:26 +08:00
examplewindowinterface.h refactor: 调整example的UI设计,整理删除Example的部分代码 2020-09-07 11:35:26 +08:00
images.qrc feat: 添加DDialog示例 2020-10-12 09:36:21 +08:00
layoutexample.cpp feat: 添加example中Layout页面控件和布局 2020-09-15 13:25:21 +08:00
layoutexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
lcdnumberexample.cpp feat: 添加Example的ToolTip,Spinner,LCDNumber模块 2020-09-16 10:23:57 +08:00
lcdnumberexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
listviewexample.cpp fix: crashed when DListView drag item with Action 2022-08-12 13:43:10 +08:00
listviewexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
main.cpp chore: 示例代码微调 2022-08-11 11:08:56 +08:00
mainwindow.cpp feat(打印预览): 增加插件控制打印属性 2022-08-11 16:25:15 +08:00
mainwindow.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
menuexample.cpp fix: 调整DMenuExample代码以解决cpu使用率过高的问题 2020-09-24 13:24:47 +08:00
menuexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
pagewindowinterface.cpp feat: 添加DRubberBand的例子 2020-09-17 13:28:49 +08:00
pagewindowinterface.h refactor: 调整example的UI设计,整理删除Example的部分代码 2020-09-07 11:35:26 +08:00
progressbarexample.cpp feat: 补充 ProgressBar 例子 2020-09-15 14:38:03 +08:00
progressbarexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
resources.qrc Add DSettingsDialog 2017-01-22 11:23:31 +08:00
rubberbandexample.cpp feat: 添加DRubberBand的例子 2020-09-17 13:28:49 +08:00
rubberbandexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
scrollbarexample.cpp feat: add scrollbar example 2020-09-10 15:53:29 +08:00
scrollbarexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
sliderexample.cpp fix: slider例子左按钮和右按钮点击都是增加slider的值 2021-08-24 16:58:09 +08:00
sliderexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
spinnerexample.cpp feat: 添加Example的ToolTip,Spinner,LCDNumber模块 2020-09-16 10:23:57 +08:00
spinnerexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
tooltipexample.cpp style: 调整Example的ToolTip例子的布局和间距 2020-09-18 09:13:57 +08:00
tooltipexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
widgetexample.cpp refactor: 重构DTableWidgetExample,使代码简化 2020-10-15 15:07:01 +08:00
widgetexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00
windowexample.cpp fix: 设置DTabBar::shape无法正常显示竖直方向及调整ui显示效果 2021-08-19 09:17:02 +08:00
windowexample.h fix: 将头文件包含的双引号修改为尖括号 2021-09-08 13:27:48 +08:00