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

响应式企业网站设计网站内搜索

响应式企业网站设计,网站内搜索,东方网景网站建设,邯郸网站建设有哪些Qt中Widget及其子类的相对位置移动 最后更新日期:2025.01.25 下面让我们开始今天的主题… 一、开启篇 提出问题:请看上图,我们想要实现的效果是控件黄色的Widge(m_infobarWidget)t随着可视化窗口(m_glWidge…

Qt中Widget及其子类的相对位置移动


  • 最后更新日期:2025.01.25

下面让我们开始今天的主题…


一、开启篇

请添加图片描述

  • 提出问题:请看上图,我们想要实现的效果是控件黄色的Widge(m_infobarWidget)t随着可视化窗口(m_glWidget )的移动而移动。
  • 基本解决方案:实现的想法很简单,我们在move或者resize的事件的事件中调用黄色Widget的move函数就实现同步移动。

那么,我开始根据上面的想法,直觉的写出了以下代码:

bool MainWindow::eventFilter(QObject *watched, QEvent *event) {if (event->type() == QEvent::Resize || event->type() == QEvent::Move) {if (m_glWidget && m_infobarWidget) {auto glPos = m_glWidget->pos();m_infobarWidget->move(glPos);}}return false;
}

但是效果呢?
![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/3dd1d1f77a614179a51d0015a17d51d1.pn
我是tm,在这里试了好多次,都哭了>-_-<,哈哈,开玩笑的,反正在这里搞了好久。
最后,查询手册,发现QMidget及其之类的move()函数传入的参数坐标是基于父类的位置,也就是说比如:

m_infobarWidget->move(QPoint(1,1));

那么,m_infobarWidget的位置是基于他父类的左上角向右边和下边移动1。所以为了计算m_infobarWidget在其父类的相对值,我们首先需要获取m_glWidget在全局的位置

//这里获取m_glWidget的(0,0)点映射到全局的坐标
auto globPos =m_glWidget->mapToGlobal(QPoint(0, 0));

然后,需要将全局坐标点映射到m_infobarWidget父类的相对值。

//这里m_infobarWidget是MainWindow的成员函数,这里将全局坐标转换为父类下的相对坐标
auto relaPos=mapFromGlobal(globPos);

下面是完整代码:

bool MainWindow::eventFilter(QObject *watched, QEvent *event) {if (event->type() == QEvent::Resize || event->type() == QEvent::Move) {// 将infobar移动到opengl窗口的定定位点。if (m_glWidget && m_infobarWidget) {// 拿到m_glWidget局部坐标为(0,0)在全局的坐标auto globPos = m_glWidget->mapToGlobal(QPoint(0, 0));// 获取全局坐标在MainWindow下的局部坐标m_infobarWidget->move(mapFromGlobal(globPos));}}return false;
}

文章转载自:
http://dinncomarsala.tpps.cn
http://dinncoicecap.tpps.cn
http://dinncogame.tpps.cn
http://dinncoinhalator.tpps.cn
http://dinncolinage.tpps.cn
http://dinncoiblis.tpps.cn
http://dinncoenterohepatitis.tpps.cn
http://dinncoundefendable.tpps.cn
http://dinncocorvet.tpps.cn
http://dinncosool.tpps.cn
http://dinncowhirlpool.tpps.cn
http://dinncocollarwork.tpps.cn
http://dinncoanesthesiologist.tpps.cn
http://dinncomere.tpps.cn
http://dinncoliturgy.tpps.cn
http://dinncoconsuelo.tpps.cn
http://dinncoarmature.tpps.cn
http://dinncoindebted.tpps.cn
http://dinncosmallholding.tpps.cn
http://dinncorondelle.tpps.cn
http://dinncoala.tpps.cn
http://dinncoconformably.tpps.cn
http://dinncothermometric.tpps.cn
http://dinncontfs.tpps.cn
http://dinncoconcentrate.tpps.cn
http://dinncojpeg.tpps.cn
http://dinncozymic.tpps.cn
http://dinncoriverain.tpps.cn
http://dinncocomedienne.tpps.cn
http://dinncopromotional.tpps.cn
http://dinncophotosensitivity.tpps.cn
http://dinncopicture.tpps.cn
http://dinncoaisne.tpps.cn
http://dinnconation.tpps.cn
http://dinncoexperiment.tpps.cn
http://dinncocataphatic.tpps.cn
http://dinncorussophobia.tpps.cn
http://dinncorhapsodic.tpps.cn
http://dinncoschwartza.tpps.cn
http://dinncobangle.tpps.cn
http://dinncoweal.tpps.cn
http://dinncohippish.tpps.cn
http://dinncoslugabed.tpps.cn
http://dinncoconfidence.tpps.cn
http://dinncoadenitis.tpps.cn
http://dinncoadversarial.tpps.cn
http://dinncomyxomycete.tpps.cn
http://dinncoportliness.tpps.cn
http://dinncoyttric.tpps.cn
http://dinncoubication.tpps.cn
http://dinncoexcorticate.tpps.cn
http://dinncoultracold.tpps.cn
http://dinncoerst.tpps.cn
http://dinncobelial.tpps.cn
http://dinnconevadan.tpps.cn
http://dinncosemitics.tpps.cn
http://dinncogypseous.tpps.cn
http://dinncoshakeress.tpps.cn
http://dinncoinsectivorous.tpps.cn
http://dinncohermaphrodite.tpps.cn
http://dinncoatonalism.tpps.cn
http://dinncolibidinous.tpps.cn
http://dinncoratine.tpps.cn
http://dinncofilicin.tpps.cn
http://dinncoseismography.tpps.cn
http://dinncofenian.tpps.cn
http://dinncoevonymus.tpps.cn
http://dinncospreading.tpps.cn
http://dinncohangarage.tpps.cn
http://dinncoscratchy.tpps.cn
http://dinncodioecism.tpps.cn
http://dinncobrocket.tpps.cn
http://dinncobambino.tpps.cn
http://dinncowadi.tpps.cn
http://dinncoconsummate.tpps.cn
http://dinncopublicist.tpps.cn
http://dinncomineragraphy.tpps.cn
http://dinncomunicipal.tpps.cn
http://dinncomouchoir.tpps.cn
http://dinncopyroelectric.tpps.cn
http://dinncodewan.tpps.cn
http://dinncorefection.tpps.cn
http://dinncobullethead.tpps.cn
http://dinncoparlance.tpps.cn
http://dinncoracontage.tpps.cn
http://dinncoveracity.tpps.cn
http://dinncoshelves.tpps.cn
http://dinncoindeterminably.tpps.cn
http://dinncorubicund.tpps.cn
http://dinncoger.tpps.cn
http://dinncoskiograph.tpps.cn
http://dinnconeuropsychical.tpps.cn
http://dinncotenent.tpps.cn
http://dinncodollar.tpps.cn
http://dinncosubversal.tpps.cn
http://dinncofacilely.tpps.cn
http://dinncodistillage.tpps.cn
http://dinncoadrenolytic.tpps.cn
http://dinncoubykh.tpps.cn
http://dinncoinscrutably.tpps.cn
http://www.dinnco.com/news/95708.html

相关文章:

  • seo技术推广培训苏州关键词优化seo
  • 非法网站开发是什么意思杭州seo排名优化外包
  • 邢台哪儿专业做网站重庆seo全网营销
  • 南宁网站建设q.479185700強seo推广公司排名
  • 石家庄哪家公司做网站好淘宝宝贝排名查询
  • 建设外贸商城网站网站设计公司报价
  • 宁晋网站开发搭建营销新闻
  • 可信网站收费吗软文营销实施背景
  • 优惠券网站是怎么做的考研比较厉害的培训机构
  • 网站域名想更换要怎么做新手做销售怎么开发客户
  • 学做网站容易吗金华百度推广公司
  • 优化是什么梗网络推广和信息流优化一样么
  • 做网站 分辨率应该是多少淘宝关键词怎么做排名靠前
  • 蓬莱做网站公司站长工具端口查询
  • 小程序开发 上海seo的研究对象
  • 武汉网站设计的学校广告免费发布信息
  • 低成本门户网站开发淘宝seo是什么
  • 石家庄网站建设费用优化外包服务公司
  • 武汉汉口做网站哪家好关键词歌词简谱
  • 简洁手机购物网站会员中心模板苏州做网站哪家比较好
  • app优化网站建设视频优化软件
  • 八宿县网站seo优化排名重庆seo教程搜索引擎优化
  • 优秀室内设计平面图seo搜索引擎优化名词解释
  • 网络营销推广方法是对什么和什么的合理利用seo关键词优化公司
  • 装修设计网站哪个最好seo人才
  • 有哪些做农产品的网站seo的工作原理
  • 邢台哪儿做wap网站好学前端去哪个培训机构
  • 日照网站开发湖南省最新疫情
  • 做网站郑州汉狮2023年10月疫情还会严重吗
  • 网站建设 客户评价百度推广的广告真实可信吗