deepin应用程序开发有原生SDK还是使用Qt或gtk?
Tofloor
poster avatar
skycancer
deepin
2017-09-02 11:21
Author
deepin系统开发应用程序都是基于qt或者gtk吗?还是说有自己的sdk?
就像是windows,虽然也可以使用qt、gtk、wxwidget、fltk这些玩意开发足够好用的应用程序出来,但是使用windows api也同样可以做到,不论是使用原生win32 api还是MFC。
我想知道deepin的应用程序是纯粹使用qt这些开发的,还是deepin内核+qt等界面库,亦或者deepin sdk。
Reply Favorite View the author
All Replies
avatar
skycancer
deepin
2017-09-02 11:21
#1
我从github上下载了deepin screenshot源码,发现就是使用qt开发。所以想了解下deepin下开发方式。
Reply View the author
avatar
星外之神
deepin
2017-09-02 13:42
#2
Deepin Tool Kit和Qt
Reply View the author
avatar
feiying
deepin
2017-09-02 16:50
#3
dtk & QT     
Reply View the author
avatar
158******98
deepin
2017-09-02 17:01
#4
还有Go语言开发的
Reply View the author
avatar
星外之神
deepin
2017-09-02 17:02
#5
antipro 发表于 2017-9-2 09:01
还有Go语言开发的

那是底层
Reply View the author
avatar
134******40
deepin
2017-09-02 19:22
#6
本帖最后由 jdocker 于 2017-9-3 10:41 编辑

基于Qt或者自己的Qt扩展居多,当然也有基于Python开发的。
Reply View the author
avatar
rekols
deepin
2017-09-02 19:32
#7
C++/Qt     
Reply View the author
avatar
hummerstudio
deepin
2017-09-02 19:33
#8
基于基于QT开发的DTK开发的。看懂了么,嘿嘿。
Reply View the author
avatar
skycancer
deepin
2017-09-02 22:40
#9

我从开发者社区里找到dtk的github repository,下载后里面没有任何东西。。。。
Reply View the author
avatar
skycancer
deepin
2017-09-02 22:41
#10
https://bbs.deepin.org/post/144960
基于基于QT开发的DTK开发的。看懂了么,嘿嘿。

然而从github上下载了DTK后目录里没有任何东西
Reply View the author
avatar
wangyong
deepin
2017-09-02 22:44
#11
Reply View the author
avatar
skycancer
deepin
2017-09-02 23:02
#12
https://bbs.deepin.org/post/144960
https://github.com/linuxdeepin/deepin-tool-kit
https://github.com/linuxdeepin/dtkcore
https://gith ...

能求个文档吗?
Reply View the author
avatar
wangyong
deepin
2017-09-02 23:36
#13

你如果会Qt的话,直接看DTK的头文件就知道怎么用了,暂时还没有详细的文档。
但是有很多example: https://github.com/linuxdeepin/d ... xamples/collections
Reply View the author
avatar
许自强
deepin
2017-09-03 09:31
#14
DTK开发出来的效果还是很美的
Reply View the author