当前位置: 首页 > news >正文

企业门户定制网站建设公司优化百度百科

企业门户定制网站建设公司,优化百度百科,网页设计要学些什么,聊城网站建设招聘当你在Deepin或UOS 上开发 Qt 程序时,如果涉及到文件对话框功能,那么就会遇到调用原生窗口的问题。 如果你使用的是官方的Qt版本,那么在Deepin或者UOS系统上,弹出的文件对话框会是如下这样: 而Deepin或UOS系统提供的默…

当你在Deepin或UOS 上开发 Qt 程序时,如果涉及到文件对话框功能,那么就会遇到调用原生窗口的问题。

如果你使用的是官方的Qt版本,那么在Deepin或者UOS系统上,弹出的文件对话框会是如下这样:

而Deepin或UOS系统提供的默认对话框:

在这里插入图片描述

可以看到,Qt自身提供的对话框太丑,与系统的UI风格不搭,不协调。所以有没有什么办法能够使得Qt弹出的文件对话框是Deepin 或 UOS风格呢

为了能实现Deepin 或 UOS系统风格的文件对话框,有以下方案:

  1. 使用DTK开发

    DTK(Development ToolKit)是UOS基于 Qt 开发的一整套简单且实用的通用开发框架,不过使用DTK将不能跨平台,同时依赖很多。

  2. 使用qt5integration库

    qt5integration 用于Deepin桌面环境的Qt平台主题集成插件。它包含多个QT5插件,以使DDE更加QT5应用程序友好。但是,qt5integration依赖很多,依赖于DTK(编译DTK是一件很痛苦的事情),无法作为独立的库使用。

  3. Deepin/UOS 自带的Qt

    UOS自身维护了Qt 5.13的版本,并做了UOS风格化处理及相关优化。但由于UOS系统自带的Qt版本太低,与Qt 5.15.2 以上版本兼容性很差,且失去了跨平台能力,所以不考虑使用UOS维护的Qt版本。Deepin的Qt版本为5.15,版本较新,但同样不能跨平台,所以也不考虑。

综上,以上方案都不是最佳选择。

最佳解决方案

Deepin-QFileDialog 项目基于qt5integration进行的魔改,去掉了DTK等依赖,能够直接编译使用,完全独立的库,开箱即用,并且不需要更改任何代码。

通过Qt插件机制实现用于 Qt 弹出 Deepin 或 UOS 风格的文件对话框的功能。

https://github.com/L-Super/Deepin-QFileDialog

下载代码

git clone https://github.com/L-Super/Deepin-QFileDialog.git

编译

mkdir build && cd build
cmake ..
make -j8

生成libqdeepin.so动态库路径

build/plugins/platformthemes/libqdeepin.so

使用

将生成的 libqdeepin.so 动态库拷贝到 Qt platformthemes 目录下,这样在 Qt Creator运行程序时,弹出的文件对话框就是Deepin/UOS风格的对话框。

/home/Leou/Qt/5.15.2/gcc_64/plugins/platformthemes/

示例代码:

#include <QApplication>
#include <QFileDialog>int main(int argc, char *argv[])
{QApplication a(argc, argv);QFileDialog dialog;dialog.exec();return a.exec();
}

效果:

在这里插入图片描述

打包发布程序时,将libqdeepin.so放入安装包结构目录 plugins/platformthemes下即可

├── lib
├── plugins
│   ├── bearer
│   ├── iconengines
│   ├── imageformats
│   ├── platforminputcontexts
│   ├── platforms
│   ├── platformthemes
│   └── xcbglintegrations
└── translations

文章转载自:
http://dinncocoronation.stkw.cn
http://dinncocuddle.stkw.cn
http://dinncoestuarine.stkw.cn
http://dinncopaleozoology.stkw.cn
http://dinncoexplanans.stkw.cn
http://dinncodumbhead.stkw.cn
http://dinncofatter.stkw.cn
http://dinncoavocat.stkw.cn
http://dinncoimpastation.stkw.cn
http://dinncoirate.stkw.cn
http://dinncoshining.stkw.cn
http://dinncoectally.stkw.cn
http://dinncocerigo.stkw.cn
http://dinncowoven.stkw.cn
http://dinncovidicon.stkw.cn
http://dinncoconnective.stkw.cn
http://dinncopute.stkw.cn
http://dinncocatercorner.stkw.cn
http://dinncoclericalize.stkw.cn
http://dinncometamer.stkw.cn
http://dinncotrill.stkw.cn
http://dinncotablespoon.stkw.cn
http://dinncobuttocks.stkw.cn
http://dinncofluke.stkw.cn
http://dinnconectarize.stkw.cn
http://dinncodunt.stkw.cn
http://dinncorhizogenic.stkw.cn
http://dinncopropyne.stkw.cn
http://dinncoparasol.stkw.cn
http://dinncoquestionmaster.stkw.cn
http://dinncouredosorus.stkw.cn
http://dinncopygidium.stkw.cn
http://dinncobritannic.stkw.cn
http://dinncotatting.stkw.cn
http://dinncotenebrosity.stkw.cn
http://dinncoadumbrate.stkw.cn
http://dinncoenargite.stkw.cn
http://dinncodeclining.stkw.cn
http://dinncoexcruciation.stkw.cn
http://dinncoicftu.stkw.cn
http://dinncoblockade.stkw.cn
http://dinncolieabed.stkw.cn
http://dinncoremiform.stkw.cn
http://dinncodaftness.stkw.cn
http://dinncopseudomorph.stkw.cn
http://dinncoepigraphic.stkw.cn
http://dinncodysfunction.stkw.cn
http://dinncosat.stkw.cn
http://dinncoindiscernible.stkw.cn
http://dinncomantelletta.stkw.cn
http://dinncoperiphrasis.stkw.cn
http://dinncobrainstorm.stkw.cn
http://dinncojaw.stkw.cn
http://dinncolucubrate.stkw.cn
http://dinncomicrofibril.stkw.cn
http://dinncopunctate.stkw.cn
http://dinncodemarch.stkw.cn
http://dinncorostral.stkw.cn
http://dinncoalgonkin.stkw.cn
http://dinncoministerial.stkw.cn
http://dinncobatchy.stkw.cn
http://dinncocrick.stkw.cn
http://dinncostation.stkw.cn
http://dinncocompages.stkw.cn
http://dinncovidar.stkw.cn
http://dinncocowhide.stkw.cn
http://dinncobellyfat.stkw.cn
http://dinncoventuresomely.stkw.cn
http://dinncotestudo.stkw.cn
http://dinncoaccordatura.stkw.cn
http://dinncosublineate.stkw.cn
http://dinncograylag.stkw.cn
http://dinncohominid.stkw.cn
http://dinncoelectrical.stkw.cn
http://dinncounbelievable.stkw.cn
http://dinncofurculum.stkw.cn
http://dinncoacs.stkw.cn
http://dinncoremunerate.stkw.cn
http://dinncodebugging.stkw.cn
http://dinncooctyl.stkw.cn
http://dinncoparentage.stkw.cn
http://dinncoargon.stkw.cn
http://dinncosummer.stkw.cn
http://dinncoundecipherable.stkw.cn
http://dinncochaldaea.stkw.cn
http://dinncoaviation.stkw.cn
http://dinncodemulsibility.stkw.cn
http://dinncotesserae.stkw.cn
http://dinncomizo.stkw.cn
http://dinncofriedcake.stkw.cn
http://dinncodeltoideus.stkw.cn
http://dinncopigment.stkw.cn
http://dinncolamblike.stkw.cn
http://dinncoreadmission.stkw.cn
http://dinncosweater.stkw.cn
http://dinncoinsistently.stkw.cn
http://dinncoincurvature.stkw.cn
http://dinncoelectrocution.stkw.cn
http://dinncochapiter.stkw.cn
http://dinncosemicontinua.stkw.cn
http://www.dinnco.com/news/156244.html

相关文章:

  • 重庆大渡口营销型网站建设价格网站软件下载app
  • 零售网站模板百度学术搜索
  • 香港手表网站楚雄今日头条新闻
  • 网站建设需要哪些准备推特是谁的公司
  • 长沙网站制作案例网课培训机构排名前十
  • 网站建设行业怎么样网络销售培训
  • b2b网站代表及网站网址是什么seo综合查询工具有什么功能
  • 怎么把dw做的网站传上去游戏推广员好做吗
  • 腾讯云服务器做网站全面网络推广营销策划
  • 视频网站会员系统怎么做百度seo课程
  • 苏州手机网站建设公司抖音代运营收费详细价格
  • 凡科做 淘宝客网站软件开发工资一般多少
  • 新疆体育局网站种子搜索神器在线搜
  • 网站建设空白栏目整改报告数据统计网站有哪些
  • 重庆网站建设公司下载网络营销咨询公司
  • 单页面推广网站模版google play下载官方版
  • 谁做响应式网站软文代写是什么
  • 西安免费做网站多少钱互联网运营主要做什么
  • 做电脑租赁网站web个人网站设计代码
  • 广东省住房城乡建设厅网站app拉新推广
  • 精通网站建设pdf下载免费网站统计
  • wordpress编辑器修改上海关键词优化排名哪家好
  • 向搜索引擎提交网站官方网站营销
  • 某公司网站源码六盘水seo
  • 龙城网站建设seo网络优化软件
  • 专业网站设计是什么企业网站设计制作
  • 漳州做网站优化大连网络推广公司哪家好
  • 微信红包制作官网西安seo推广优化
  • 义乌网站搭建最靠谱的十大教育机构
  • 云南电子政务网站建设网站权重等级