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

做网站平台的营业执照弹性云主机做网站

做网站平台的营业执照,弹性云主机做网站,域名解析工具,安徽定制型网站建设推广QT开发之路 企业级开发系列文章#xff0c;主要目标快速学习、完善、提升 相关技能 高效完成企业级项目开发 分享在企业中积累的实用技能和经验。 通过具体的编码过程、代码示例、步骤详解、核心内容和展示的方法解决遇到的实际问题。 阅读前声明 本系列文章属于付费内容 禁止…        QT开发之路 企业级开发系列文章主要目标快速学习、完善、提升 相关技能 高效完成企业级项目开发 分享在企业中积累的实用技能和经验。 通过具体的编码过程、代码示例、步骤详解、核心内容和展示的方法解决遇到的实际问题。 阅读前声明 本系列文章属于付费内容 禁止转载、复制、抄袭 仅限付费读者阅读参考。 QT 多语言转换 ts、qm 1 运行环境 2 命令用法 3 软件界面 4 vs配置 5 .h代码 6 .cpp代码 7 其它 8 en.ts 9 xf.ts 10 zh.ts 11 其它文章 1 运行环境 VS2017QT 2 命令用法 lupdate 更新翻译文件        生成 .ts 文件 用法: lupdate ./ -ts language/QLinguist_en.ts language/QLinguist_zh.ts language/QLinguist_xf.tslanguage/QLinguist_en.ts //language/目录 按照实际需求更改 lrelease 发布更新文件        生成 .qm 文件 用法: lrelease language/QLinguist_en.ts language/QLinguist_zh.ts language/QLinguist_xf.tslanguage/QLinguist_en.ts // language/ 目录 按照实际需求更改 3 软件界面 4 vs配置 项目- 属性-生成事件-生成后事件-输入 lupdate ./ -ts language/QLinguist_en.ts language/QLinguist_zh.ts language/QLinguist_xf.ts lrelease language/QLinguist_en.ts language/QLinguist_zh.ts language/QLinguist_xf.ts 5 .h代码 #pragma once#include QtWidgets/QMainWindow #include ui_QLinguist.h #include QTranslator #include QDebug#pragma execution_character_set(utf-8) class QLinguist : public QMainWindow {Q_OBJECTpublic:QLinguist(QWidget *parent nullptr);~QLinguist();private slots:void on_ActionTriggered();void on_ActionXf_Triggered();void on_ActionEn_Triggered();private:Ui::QLinguistClass ui;QString strFilePath ;QTranslator zh;QTranslator xf;QTranslator en; };6 .cpp代码 #include QLinguist.hQLinguist::QLinguist(QWidget *parent): QMainWindow(parent) {ui.setupUi(this);setWindowTitle(多语言切换Demo CSDN 双子座断点 V1.0 https://blog.csdn.net/qq_37529913?typeblog);strFilePath C:/Users/dream/source/repos/QLinguist/QLinguist/language/;zh.load(strFilePath QLinguist_zh.qm);xf.load(strFilePath QLinguist_xf.qm);en.load(strFilePath QLinguist_en.qm);connect(ui.action, SIGNAL(triggered()), SLOT(on_ActionTriggered()));connect(ui.action_2, SIGNAL(triggered()), SLOT(on_ActionXf_Triggered()));connect(ui.action_3, SIGNAL(triggered()), SLOT(on_ActionEn_Triggered()));}QLinguist::~QLinguist() {}void QLinguist::on_ActionTriggered() {qDebug() .....;qApp-installTranslator(zh);ui.retranslateUi(this); }void QLinguist::on_ActionXf_Triggered() {qDebug() .....;qApp-installTranslator(xf);ui.retranslateUi(this); }void QLinguist::on_ActionEn_Triggered() {qDebug() .....;qApp-installTranslator(en);ui.retranslateUi(this); }7 其它 void QLinguist::on_ActionEn_Triggered() {qDebug() .....;//qApp-installTranslator(en);//ui.retranslateUi(this);//ui.lineEdit-setText(tr(图像路径为空!)); }8 en.ts ?xml version1.0 encodingutf-8? !DOCTYPE TS TS version2.1 languageen_US contextnameQLinguist/namemessagelocation filename../QLinguist.cpp line51/source图像路径为空!/sourcetranslation typeunfinishedThe image path is empty!/translation/message /context contextnameQLinguistClass/namemessagelocation filename../QLinguist.ui line14/location filename../x64/Release/uic/ui_QLinguist.h line227/source多语言切换Demo CSDN 双子座断点 V1.0 https://blog.csdn.net/qq_37529913?typeblog/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line29/location filename../x64/Debug/uic/ui_QLinguist.h line204/location filename../x64/Release/uic/ui_QLinguist.h line231/source图像路径:/sourcetranslation typeunfinishedimage path:/translation/messagemessagelocation filename../QLinguist.ui line62/location filename../x64/Debug/uic/ui_QLinguist.h line205/location filename../x64/Release/uic/ui_QLinguist.h line232/source曝光:/sourcetranslation typeunfinishedExposure:/translation/messagemessagelocation filename../QLinguist.ui line95/location filename../x64/Debug/uic/ui_QLinguist.h line206/location filename../x64/Release/uic/ui_QLinguist.h line233/source增益:/sourcetranslation typeunfinishedgain:/translation/messagemessagelocation filename../QLinguist.ui line128/location filename../x64/Debug/uic/ui_QLinguist.h line207/location filename../x64/Release/uic/ui_QLinguist.h line234/source区域/sourcetranslation typeunfinishedroi:/translation/messagemessagelocation filename../QLinguist.ui line161/location filename../x64/Debug/uic/ui_QLinguist.h line208/location filename../x64/Release/uic/ui_QLinguist.h line235/source串口:/sourcetranslation typeunfinishedcom:/translation/messagemessagelocation filename../QLinguist.ui line236/location filename../x64/Debug/uic/ui_QLinguist.h line209/location filename../x64/Release/uic/ui_QLinguist.h line237/source语言选择/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line246/location filename../x64/Debug/uic/ui_QLinguist.h line201/location filename../x64/Release/uic/ui_QLinguist.h line228/source简体中文/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line251/location filename../x64/Debug/uic/ui_QLinguist.h line202/location filename../x64/Release/uic/ui_QLinguist.h line229/source繁体中文/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line256/location filename../x64/Debug/uic/ui_QLinguist.h line203/location filename../x64/Release/uic/ui_QLinguist.h line230/sourceEnglish/sourcetranslation typeunfinished/translation/messagemessagelocation filename../x64/Debug/uic/ui_QLinguist.h line200/sourceQLinguist/sourcetranslation typeunfinished/translation/message /context /TS9 xf.ts ?xml version1.0 encodingutf-8? !DOCTYPE TS TS version2.1 contextnameQLinguist/namemessagelocation filename../QLinguist.cpp line51/source图像路径为空!/sourcetranslation typeunfinished圖像路徑為空!/translation/message /context contextnameQLinguistClass/namemessagelocation filename../QLinguist.ui line14/location filename../x64/Release/uic/ui_QLinguist.h line227/source多语言切换Demo CSDN 双子座断点 V1.0 https://blog.csdn.net/qq_37529913?typeblog/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line29/location filename../x64/Debug/uic/ui_QLinguist.h line204/location filename../x64/Release/uic/ui_QLinguist.h line231/source图像路径:/sourcetranslation typeunfinished圖像路徑:/translation/messagemessagelocation filename../QLinguist.ui line62/location filename../x64/Debug/uic/ui_QLinguist.h line205/location filename../x64/Release/uic/ui_QLinguist.h line232/source曝光:/sourcetranslation typeunfinished曝光:/translation/messagemessagelocation filename../QLinguist.ui line95/location filename../x64/Debug/uic/ui_QLinguist.h line206/location filename../x64/Release/uic/ui_QLinguist.h line233/source增益:/sourcetranslation typeunfinished增益:/translation/messagemessagelocation filename../QLinguist.ui line128/location filename../x64/Debug/uic/ui_QLinguist.h line207/location filename../x64/Release/uic/ui_QLinguist.h line234/source区域/sourcetranslation typeunfinished區域:/translation/messagemessagelocation filename../QLinguist.ui line161/location filename../x64/Debug/uic/ui_QLinguist.h line208/location filename../x64/Release/uic/ui_QLinguist.h line235/source串口:/sourcetranslation typeunfinished串口:/translation/messagemessagelocation filename../QLinguist.ui line236/location filename../x64/Debug/uic/ui_QLinguist.h line209/location filename../x64/Release/uic/ui_QLinguist.h line237/source语言选择/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line246/location filename../x64/Debug/uic/ui_QLinguist.h line201/location filename../x64/Release/uic/ui_QLinguist.h line228/source简体中文/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line251/location filename../x64/Debug/uic/ui_QLinguist.h line202/location filename../x64/Release/uic/ui_QLinguist.h line229/source繁体中文/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line256/location filename../x64/Debug/uic/ui_QLinguist.h line203/location filename../x64/Release/uic/ui_QLinguist.h line230/sourceEnglish/sourcetranslation typeunfinished/translation/messagemessagelocation filename../x64/Debug/uic/ui_QLinguist.h line200/sourceQLinguist/sourcetranslation typeunfinished/translation/message /context /TS10 zh.ts ?xml version1.0 encodingutf-8? !DOCTYPE TS TS version2.1 languagezh_CN contextnameQLinguist/namemessagelocation filename../QLinguist.cpp line49/source图像路径为空!/sourcetranslation typeunfinished图像路径为空!/translation/message /context contextnameQLinguistClass/namemessagelocation filename../QLinguist.ui line14/source多语言切换Demo CSDN 双子座断点 V1.0 https://blog.csdn.net/qq_37529913?typeblog/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line29/source图像路径:/sourcetranslation typeunfinished图像路径:/translation/messagemessagelocation filename../QLinguist.ui line62/source曝光:/sourcetranslation typeunfinished曝光:/translation/messagemessagelocation filename../QLinguist.ui line95/source增益:/sourcetranslation typeunfinished增益:/translation/messagemessagelocation filename../QLinguist.ui line128/source区域/sourcetranslation typeunfinished区域/translation/messagemessagelocation filename../QLinguist.ui line161/source串口:/sourcetranslation typeunfinished串口:/translation/messagemessagelocation filename../QLinguist.ui line236/source语言选择/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line246/source简体中文/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line251/source繁体中文/sourcetranslation typeunfinished/translation/messagemessagelocation filename../QLinguist.ui line256/sourceEnglish/sourcetranslation typeunfinished/translation/message /context /TS11 其它文章
http://www.dnsts.com.cn/news/77222.html

相关文章:

  • 潍坊公司做网站广告图片怎么制作
  • 上海社保济南seo的排名优化
  • 网站建设都包括哪些内容全面的客户管理系统
  • 网站导流应该怎么做购物网站建设实训心得体会
  • 商城网站欣赏网站建设地位
  • 班级网站模板html最适合企业网站建设的cms系统
  • 网站建设计划设计方案网络营销哪家正规公司
  • 慈溪市网站开发大连网络营销师招聘网
  • 商丘市住房和城乡建设局网站做营销看的网站有哪些内容
  • 网站程序制作佛山新网站建设服务公司
  • 江西建设门户网站做营销的有那么网站
  • 个人建设网站需要什么证件吗网站建设教程搭建
  • 网站的特征网站半年了 没有流量
  • 淘宝店网站建设四川建筑工程网
  • 泉州专业网站建设哪家好贵州建设官方网站
  • 中山精品网站建设公司泰安房产网签住宅
  • 东莞企业网站排名centos 网站搭建
  • 鄂州北京网站建设wordpress 如何改中文字体
  • 网站建设 公司 天津c 做网站好嘛
  • 做游戏试玩网站企业型网站建设步骤及注意事项
  • 怎样用代码做网站一个主体可以备案几个网站
  • 网站开发中所需要的绘图工具wordpress4.8
  • 网站开发常用字体王占山将军简介
  • 网站浮动条进贤网站建设
  • 网站设计的开发工具和环境wordpress文章rss
  • 网站分类查询p2p提供网站建设违法
  • 北京做网站个人苏州门户网站建设
  • 西北网站建设做网站电商云数据库有用吗
  • 廊坊做网站厂商定制建筑设计学什么的
  • 公司门户网站及oa系统建设的请示物流网站建设规划总结