标题:Qt下载工具,文件蜈蚣
作者:lostfound
日期:2022-03-09 19:01
内容:

非本人作品, 在git上看到的,这确实是Qt写的,但是代码里一行Qt代码都看不到, 程序目录下ui文件夹里的sml文件是界面UI文件,有点像QML,但是又不是QML,区别还很大, 像这样的代码
Menu#tasks_context_menu
{
${#act_task_start}
${#act_task_stop}
---
${#act_task_rename}
${#act_task_move}
${#act_task_delete}
---
${#act_task_open_file}
//${#act_task_open_with}
${#act_task_open_directory}
---
${#act_task_redownload}
${#act_task_refresh_address}
${#act_task_edit}
---
Menu#task_set_catalog
{
icon:"icons/16/directory.svg"
text:"${catalog}"
}
{
text:"${copy}"
icon:"icons/16/copy.svg"
${#act_task_copy_name}
${#act_task_copy_address}
//${#act_task_copy_page_url}
${#act_task_copy_hash}
${#act_task_export_torrent}
}
}
我很确定这界面是QWidget 不是QML , 有经验的来讨论下
https://github.com/filecxx/FileCentipede/tree/main/source_code/fileu
#1 [huaiqishizu 03-10 15:01]
研究的如何了
#2 [hitler++ 03-10 18:36]
sml是作者自己搞的一门语言,目前就这一个软件在用