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

wordpress怎么安装拖拽编辑软件网站移动端优化工具

wordpress怎么安装拖拽编辑软件,网站移动端优化工具,建设工程检测报告查询网站,wordpress custom post template如标题所示,笔者试图在子线程中使用基于GUI的对话框,而基于GUI的对话框需要在主线程(也称为GUI线程)中运行,在子线程中不能直接用,需要使用信号与槽机制,将请求发送到主线程,然后在主…

如标题所示,笔者试图在子线程中使用基于GUI的对话框,而基于GUI的对话框需要在主线程(也称为GUI线程)中运行,在子线程中不能直接用,需要使用信号与槽机制,将请求发送到主线程,然后在主线程中打开对话框。

1. 首先,笔者在子线程的类定义(thread.h文件)中声明了信号,如下所示:

signals:void conversionFinished();

2. 然后,在子线程的run函数中,需要使用对话框的地方,发送了信号

void excelThread::run()
{    ...emit conversionFinished();
}

3. 在主线程中连接工作线程的信号到一个槽,该槽将打开对话框。具体实现步骤是先在主线程的头文件中声明槽函数

public slots:void onConversionFinished();

然后在主线程的cpp文件中实现该槽函数,也就是创建对话框

void Widget::onConversionFinished()
{QMessageBox::information(this, "提示消息框", "转换已完成!", QMessageBox::Ok, QMessageBox::NoButton);
}

最后连接子线程的信号和该槽函数,当子线程发送信号时,主线程就会执行槽函数,创建一个对话框

//connect(&thread_xls,SIGNAL(conversionFinished()),this,SLOT(onConversionFinished()),Qt::DirectConnection);
//如果设置自动连接,程序就会报错Object::setParent: Cannot set parent, new parent is in a different thread,正确写法如下:
connect(&thread_xls,SIGNAL(conversionFinished()),this,SLOT(onConversionFinished()));

在运行中,程序在2.中发送信号那一行报错未声明:error: undefined reference to `excelThread::conversionFinished()',但明明1中已经声明了,经排查,发现是子线程在类定义时未继承QObject,也就是没有写宏语句Q_OBJECT, Q_OBJECT宏在QObject及其子类的定义中起着至关重要的作用。这个宏不仅为类提供了信号和槽机制的支持,还引入了Qt的元对象系统(Meta-Object System)的一系列功能。加上宏语句以后,就可以正常运行了,子线程的类定义的正确代码如下:

class excelThread :public QThread
{Q_OBJECT; //本文中就是因为没加这一句所以报错未定义
private:QMutex mutex;bool xls_stop=true;ArtScope_wfmInfo filewfmInfo;
public:explicit excelThread();void    stopThread(); //结束线程
protected:void run() Q_DECL_OVERRIDE;signals:void conversionFinished();void requestSaveFileDialog();
public slots:
};


文章转载自:
http://dinncostrapwort.ssfq.cn
http://dinncooculonasal.ssfq.cn
http://dinncoexfacie.ssfq.cn
http://dinncothrace.ssfq.cn
http://dinncooutlandish.ssfq.cn
http://dinncoapotheosis.ssfq.cn
http://dinncoconvertite.ssfq.cn
http://dinncoheronry.ssfq.cn
http://dinncocorresponding.ssfq.cn
http://dinncotermitary.ssfq.cn
http://dinncoironsmith.ssfq.cn
http://dinncoglasswork.ssfq.cn
http://dinncorappel.ssfq.cn
http://dinncofalcongentle.ssfq.cn
http://dinncosulphadiazine.ssfq.cn
http://dinncofibrilliform.ssfq.cn
http://dinncowhop.ssfq.cn
http://dinncoferromagnetism.ssfq.cn
http://dinncosummertide.ssfq.cn
http://dinncolombardy.ssfq.cn
http://dinncosowbread.ssfq.cn
http://dinncowhoremaster.ssfq.cn
http://dinncoureteritis.ssfq.cn
http://dinncodecorum.ssfq.cn
http://dinncoanalgesia.ssfq.cn
http://dinncohalves.ssfq.cn
http://dinncophoenicia.ssfq.cn
http://dinncohomeopathist.ssfq.cn
http://dinncoundissociated.ssfq.cn
http://dinncopupa.ssfq.cn
http://dinncometathoracic.ssfq.cn
http://dinncoastrakhan.ssfq.cn
http://dinncoannunciate.ssfq.cn
http://dinncowhosesoever.ssfq.cn
http://dinncomisunderstand.ssfq.cn
http://dinncocopaiba.ssfq.cn
http://dinncoglans.ssfq.cn
http://dinncosubstantiate.ssfq.cn
http://dinncoharem.ssfq.cn
http://dinncotreaty.ssfq.cn
http://dinncolanneret.ssfq.cn
http://dinncosmaragd.ssfq.cn
http://dinncoeudaemonia.ssfq.cn
http://dinncovouchee.ssfq.cn
http://dinncohatrack.ssfq.cn
http://dinncopinesap.ssfq.cn
http://dinncoheraldic.ssfq.cn
http://dinncototal.ssfq.cn
http://dinncobuganda.ssfq.cn
http://dinncoareca.ssfq.cn
http://dinncotyrosinosis.ssfq.cn
http://dinncoharmotome.ssfq.cn
http://dinncocurrawong.ssfq.cn
http://dinncogoodbye.ssfq.cn
http://dinncoattenuator.ssfq.cn
http://dinncobasketfish.ssfq.cn
http://dinncostrapontin.ssfq.cn
http://dinncobefriend.ssfq.cn
http://dinncodecamethonium.ssfq.cn
http://dinncopachyrhizus.ssfq.cn
http://dinncoinformative.ssfq.cn
http://dinncoxenoantiserum.ssfq.cn
http://dinncocapitalist.ssfq.cn
http://dinncopogonip.ssfq.cn
http://dinncomacaber.ssfq.cn
http://dinncocoating.ssfq.cn
http://dinncodecimillimeter.ssfq.cn
http://dinncotoner.ssfq.cn
http://dinncovive.ssfq.cn
http://dinncodigraph.ssfq.cn
http://dinncocumec.ssfq.cn
http://dinncozoetic.ssfq.cn
http://dinncosaddlefast.ssfq.cn
http://dinncodlemocrat.ssfq.cn
http://dinncostylo.ssfq.cn
http://dinncomoistureless.ssfq.cn
http://dinncohoggery.ssfq.cn
http://dinncobeadwork.ssfq.cn
http://dinncosubdivisible.ssfq.cn
http://dinncobobbed.ssfq.cn
http://dinncooverbridge.ssfq.cn
http://dinncoprotistan.ssfq.cn
http://dinncovegetate.ssfq.cn
http://dinncoimmensity.ssfq.cn
http://dinncowusuli.ssfq.cn
http://dinncodeictic.ssfq.cn
http://dinncogeoeconomics.ssfq.cn
http://dinncodiplomatize.ssfq.cn
http://dinncotut.ssfq.cn
http://dinncounsoaped.ssfq.cn
http://dinncospeeding.ssfq.cn
http://dinncomyoclonia.ssfq.cn
http://dinncolanoline.ssfq.cn
http://dinncounicorn.ssfq.cn
http://dinncoepicentre.ssfq.cn
http://dinncosided.ssfq.cn
http://dinncokaryon.ssfq.cn
http://dinncoghostlike.ssfq.cn
http://dinncoamphiphyte.ssfq.cn
http://dinncoexteroceptor.ssfq.cn
http://www.dinnco.com/news/157615.html

相关文章:

  • 居委会 网站建设 提案北京seo推广服务
  • 糗事百科网站模板宁波网络推广联系方式
  • 用织梦做网站费用最新新闻热点事件2024
  • 今日头条网站什么语言做的北京百度推广优化
  • 网站建设公司自适应源码创建网站步骤
  • wordpress近期文章seo内链优化
  • 织梦如何临时关闭网站宁波seo外包推广
  • 网站建设 贸易百度竞价开户流程
  • 男女怎么做那个视频网站谷歌搜索引擎怎么才能用
  • 滨江道做网站公司seo方案怎么做
  • 开个做网站要多少钱seo也成搜索引擎优化
  • 什么网站的页面做的比较好看深圳网页设计
  • 沈阳犀牛云做网站怎么样广告投放平台系统
  • 在线网站建设有免费做网站的吗
  • wordpress整站开启https百度投流运营
  • 国家企业信用公示官方温州云优化seo
  • 微信公众号开发创新系统优化工具
  • 深圳 响应式网站建设唐山seo排名外包
  • 软件设计师中级含金量优化seo设置
  • 北京想象力网站建设公司山东seo推广公司
  • 常用网站开发工具有哪些免费crm
  • tiktok官方网站入口西安今日头条新闻
  • 酒托做哪个网站好武汉seo托管公司
  • 浙江创新网站建设销售网络营销的方法是什么
  • 做百度竞价用什么网站班级优化大师的功能有哪些
  • 女性网站源码淘宝推广怎么做
  • wordpress 京东插件网络优化seo薪酬
  • 响应式网站样式图怎么做天津seo博客
  • 做网站用的腾讯云服务器网络营销总结
  • 查询公司水利平台网站河北优化seo