heyuming
060450076f
feat(build): support Qt6
...
Log: 支持Qt6
2023-06-16 17:32:43 +08:00
wangyixue
d6b55d4121
refactor(cmake): improve cmake and add new feature
...
* remove redundant "dtkwidget" in include directory;
* improve cmake, modify some variable names, use file() to collect
source files for scalability;
* add full target_link_libraries support.
Log: add full target_link_libraries support
Influence: all projects who include headers directly by path
2023-01-18 11:22:46 +08:00
wangyixue
407bc55028
fix: add Dtk::Gui link for dtkuiplugin
...
Fix compile error for dtkuiplugin, add Dtk::Gui link.
Log: add Dtk::Gui link for dtkuiplugin
2023-01-05 13:13:04 +08:00
ck
50e9270907
chore: dtkguiplugin and readme
...
update readme and CMakeList.txt
Log: dtkguiplugin
Influence: none
Change-Id: Ib5aa55ef9464415ee2df6acabc4867431cb9bf95
2022-09-21 10:10:57 +08:00
ck
6c49fab783
chore: dtkwidget dedigner plugin tweaks
...
dtkwidget dedigner plugin tweaks and update readme
Log: plugin tweaks
Influence: none
2022-09-21 09:45:01 +08:00
rewine
3b4fc0b888
fix: remove useless variable
...
log: 删除无用的 DtkWidget_INCLUDE_DIRS
2022-09-16 14:25:02 +08:00
chenhongtao
f80f48076e
feat(cmake): to cmake
...
from qmake to cmake
Log: tocmake
2022-08-19 17:18:33 +08:00
xzl
8d8912b04f
chore: adapt REUSE license header
...
修改为开源合规
Log: 修改项目合规
2022-08-11 05:02:57 +00:00
wangpenga
c5ede2564d
fix: designer 中控件名称显示带命名控件
...
添加属性去除带命名空间的名称显示。
Log:
Change-Id: I1d4a51c876c6e4e2f69cb9ffa70e36ab97f66cbf
2021-07-14 17:45:38 +08:00
wangpenga
88611951e1
chore: 添加 plugin 中的 DSearchEdit 控件
...
前面没有加上这个,虽然示例里面写的有,现在加上。
Log:
Change-Id: I7565401c9244c17a2bf260c56f3c9097aa53623d
2021-07-14 14:08:59 +08:00
wangfei
fc212a371f
feat: 添加插件的图标资源
...
1.添加designer 插件的控件类的图标资源
2.修改图标资源绝对路径为fromTheme调用
Log:
Change-Id: I5176b6fdc1f18a3e460f3ae269c0ea7a61b1ba85
2021-07-14 13:18:35 +08:00
wangpenga
5f5ff85a8d
feat: 使用 designer 插件方式创建 ui 布局
...
添加插件代码使 dtk 的ui控件在 qt designer 里面能够被拖拽布局。
编译出来的插件要安装到 /usr/lib/x86_64-linux-gnu/qt5/plugins/designer 目录下。
Log:
Change-Id: I13264255de86943d821db3436f049bc7b7aa1ea5
2021-07-09 15:25:59 +08:00