skycancer
deepin
2017-09-02 11:21 我从github上下载了deepin screenshot源码,发现就是使用qt开发。所以想了解下deepin下开发方式。
Reply Like 0 View the author
antipro 发表于 2017-9-2 09:01
还有Go语言开发的
https://bbs.deepin.org/post/144960
dtk & QT
https://bbs.deepin.org/post/144960
https://github.com/linuxdeepin/deepin-tool-kit
https://github.com/linuxdeepin/dtkcore
https://gith ...
就像是windows,虽然也可以使用qt、gtk、wxwidget、fltk这些玩意开发足够好用的应用程序出来,但是使用windows api也同样可以做到,不论是使用原生win32 api还是MFC。
我想知道deepin的应用程序是纯粹使用qt这些开发的,还是deepin内核+qt等界面库,亦或者deepin sdk。