• 1948阅读
  • 2回复

Qt下载工具,文件蜈蚣 [复制链接]

上一主题 下一主题
离线lostfound
 

只看楼主 倒序阅读 楼主  发表于: 2022-03-09



非本人作品, 在git上看到的,这确实是Qt写的,但是代码里一行Qt代码都看不到, 程序目录下ui文件夹里的sml文件是界面UI文件,有点像QML,但是又不是QML,区别还很大, 像这样的代码

  1. Menu#tasks_context_menu
  2. {
  3.     ${#act_task_start}
  4.     ${#act_task_stop}
  5.     ---
  6.     ${#act_task_rename}
  7.     ${#act_task_move}
  8.     ${#act_task_delete}
  9.     
  10.     ---
  11.     ${#act_task_open_file}
  12.     //${#act_task_open_with}
  13.     ${#act_task_open_directory}
  14.     
  15.     ---
  16.     ${#act_task_redownload}
  17.     ${#act_task_refresh_address}
  18.     ${#act_task_edit}
  19.     ---
  20.     Menu#task_set_catalog
  21.     {
  22.         icon:"icons/16/directory.svg"
  23.         text:"${catalog}"
  24.     }
  25.     {
  26.         text:"${copy}"
  27.         icon:"icons/16/copy.svg"
  28.         
  29.         ${#act_task_copy_name}
  30.         ${#act_task_copy_address}
  31.         //${#act_task_copy_page_url}
  32.         ${#act_task_copy_hash}
  33.         ${#act_task_export_torrent}
  34.     }
  35.     
  36. }



我很确定这界面QWidget 不是QML , 有经验的来讨论下

https://github.com/filecxx/FileCentipede/tree/main/source_code/fileu
4条评分好评度+1贡献值+1金钱+10威望+1
20091001753 好评度 +1 - 2022-03-10
20091001753 贡献值 +1 - 2022-03-10
20091001753 威望 +1 - 2022-03-10
20091001753 金钱 +10 - 2022-03-10
离线huaiqishizu

只看该作者 1楼 发表于: 2022-03-10
研究的如何了
离线hitler++

只看该作者 2楼 发表于: 2022-03-10
sml是作者自己搞的一门语言,目前就这一个软件在用
快速回复
限100 字节
 
上一个 下一个