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

深圳龙华企业网站设计网络营销方案的制定

深圳龙华企业网站设计,网络营销方案的制定,css3酷炫网站,新闻稿发布1、概述 QGraphicsEllipseItem是Qt框架中QGraphicsItem的一个子类,它提供了一个可以添加到QGraphicsScene中的椭圆项。QGraphicsEllipseItem表示一个带有填充和轮廓的椭圆,也可以用于表示椭圆段(通过startAngle()和spanAngle()方法&#xff…
1、概述

QGraphicsEllipseItem是Qt框架中QGraphicsItem的一个子类,它提供了一个可以添加到QGraphicsScene中的椭圆项。QGraphicsEllipseItem表示一个带有填充和轮廓的椭圆,也可以用于表示椭圆段(通过startAngle()和spanAngle()方法)。它允许你设置椭圆的几何形状、颜色、边框等属性,并可以响应各种事件,如鼠标点击、移动等。QGraphicsEllipseItem是Qt图形视图框架(Graphics View Framework)的一部分,该框架提供了一个用于2D图形项的高效视图和场景架构。

2、重要方法

QGraphicsEllipseItem提供了一系列方法来设置和控制椭圆的属性。以下是一些重要的方法:

  • QGraphicsEllipseItem(qreal x, qreal y, qreal width, qreal height, QGraphicsItem *parent = nullptr):构造函数,创建一个椭圆项,指定其外接矩形的左上角坐标(x, y)和宽度(width)及高度(height)。
  • QGraphicsEllipseItem(const QRectF &rect, QGraphicsItem *parent = nullptr):构造函数,创建一个椭圆项,指定其外接矩形rect。
  • QGraphicsEllipseItem(QGraphicsItem *parent = nullptr):构造函数,创建一个椭圆项,不指定其外接矩形,可以在之后通过setRect()方法设置。
  • void setRect(const QRectF &rect):设置椭圆的外接矩形。
  • void setRect(qreal x, qreal y, qreal width, qreal height):设置椭圆的外接矩形的左上角坐标和尺寸。
  • QRectF rect() const:返回椭圆的外接矩形。
  • void setSpanAngle(int angle):设置椭圆段的扫过角度。
  • int spanAngle() const:返回椭圆段的扫过角度。
  • void setStartAngle(int angle):设置椭圆段的起始角度。
  • int startAngle() const:返回椭圆段的起始角度。
  • void setPen(const QPen &pen):设置椭圆的边框。
  • void setBrush(const QBrush &brush):设置椭圆的填充颜色或图案。

此外,QGraphicsEllipseItem还继承了QGraphicsItem的一些方法,如boundingRect()、shape()、contains()、paint()等,这些方法用于定义椭圆的边界、形状、包含关系以及绘制方式。

3、重要信号

QGraphicsEllipseItem本身并没有定义特定的信号,但它继承了QGraphicsItem的信号。这些信号通常与项目的交互和状态变化相关,如鼠标事件(mousePressEvent、mouseMoveEvent、mouseReleaseEvent等)、键盘事件(keyPressEvent、keyReleaseEvent等)、选择状态变化(selectionChanged)等。你可以通过连接这些信号到相应的槽函数来响应这些事件。

4、常用枚举类型

QGraphicsEllipseItem并没有定义自己的枚举类型,但它继承了QGraphicsItem的一些枚举类型。这些枚举类型通常用于控制项目的行为,如项目的可见性(QGraphicsItem::ItemIsVisible)、项目的可移动性(QGraphicsItem::ItemIsMovable)、项目的可选择性(QGraphicsItem::ItemIsSelectable)等。你可以通过调用QGraphicsItem的setFlag()方法来设置这些标志。

#include <QApplication>
#include <QGraphicsScene>
#include <QGraphicsView>
#include <QGraphicsEllipseItem>int main(int argc, char *argv[])
{QApplication app(argc, argv);// Create a sceneQGraphicsScene *scene = new QGraphicsScene();// Create an ellipse itemQGraphicsEllipseItem *ellipse = new QGraphicsEllipseItem();ellipse->setRect(0, 0, 100, 60);  // Set the ellipse dimensions (x, y, width, height)ellipse->setBrush(QBrush(Qt::blue));  // Set fill colorellipse->setPen(QPen(Qt::red, 2));    // Set border color and width// Add the ellipse to the scenescene->addItem(ellipse);// Create a view to display the sceneQGraphicsView *view = new QGraphicsView(scene);view->setRenderHint(QPainter::Antialiasing);  // Enable antialiasing for smoother renderingview->setSceneRect(-200, -200, 400, 400);     // Set the visible areaview->resize(400, 400);                       // Set the window size// Show the viewview->show();return app.exec();
}

觉得有帮助的话,打赏一下呗。。

           

需要商务合作(定制程序)的欢迎私信!! 


文章转载自:
http://dinncosynonymic.zfyr.cn
http://dinncosuperglacial.zfyr.cn
http://dinncolothario.zfyr.cn
http://dinncovermifuge.zfyr.cn
http://dinncomasticatory.zfyr.cn
http://dinncofard.zfyr.cn
http://dinncotransjordan.zfyr.cn
http://dinncocaliphate.zfyr.cn
http://dinncohummaul.zfyr.cn
http://dinncoechelon.zfyr.cn
http://dinnconewissue.zfyr.cn
http://dinncomonopteron.zfyr.cn
http://dinncotropic.zfyr.cn
http://dinncohithermost.zfyr.cn
http://dinncoinsipidness.zfyr.cn
http://dinncopersephone.zfyr.cn
http://dinncomeganewton.zfyr.cn
http://dinncodiffusion.zfyr.cn
http://dinncodisenablement.zfyr.cn
http://dinncoagleam.zfyr.cn
http://dinncotranslunary.zfyr.cn
http://dinncoterm.zfyr.cn
http://dinncoeventful.zfyr.cn
http://dinncomon.zfyr.cn
http://dinncospittlebug.zfyr.cn
http://dinncosqueaky.zfyr.cn
http://dinncoluthern.zfyr.cn
http://dinncoexecutancy.zfyr.cn
http://dinncoquindecemvir.zfyr.cn
http://dinncotheosophist.zfyr.cn
http://dinncochigoe.zfyr.cn
http://dinncolibratory.zfyr.cn
http://dinncoloden.zfyr.cn
http://dinncounplausible.zfyr.cn
http://dinncotrouper.zfyr.cn
http://dinncosignal.zfyr.cn
http://dinncodiverge.zfyr.cn
http://dinncopinaceous.zfyr.cn
http://dinncorimpled.zfyr.cn
http://dinncoleching.zfyr.cn
http://dinncovariomatic.zfyr.cn
http://dinnconopal.zfyr.cn
http://dinncodrumhead.zfyr.cn
http://dinnconeimenggu.zfyr.cn
http://dinncospreading.zfyr.cn
http://dinncorainily.zfyr.cn
http://dinncononhost.zfyr.cn
http://dinncograssplot.zfyr.cn
http://dinncopiezoelectricity.zfyr.cn
http://dinncolwv.zfyr.cn
http://dinncotruckle.zfyr.cn
http://dinncoautosome.zfyr.cn
http://dinncointaglio.zfyr.cn
http://dinncoquadrantal.zfyr.cn
http://dinncooutscore.zfyr.cn
http://dinncojess.zfyr.cn
http://dinncomegaton.zfyr.cn
http://dinncoantipoverty.zfyr.cn
http://dinncotsotsi.zfyr.cn
http://dinncocockle.zfyr.cn
http://dinncooblige.zfyr.cn
http://dinncoumpy.zfyr.cn
http://dinncoversene.zfyr.cn
http://dinncofilterability.zfyr.cn
http://dinncogesundheit.zfyr.cn
http://dinncoretardation.zfyr.cn
http://dinncozitherist.zfyr.cn
http://dinncocebuan.zfyr.cn
http://dinncogaol.zfyr.cn
http://dinncorefining.zfyr.cn
http://dinncowaive.zfyr.cn
http://dinncooriginator.zfyr.cn
http://dinncomatching.zfyr.cn
http://dinncoperacute.zfyr.cn
http://dinncowebwheel.zfyr.cn
http://dinncoiterative.zfyr.cn
http://dinncoelasmobranch.zfyr.cn
http://dinncokwh.zfyr.cn
http://dinncotelegraphese.zfyr.cn
http://dinncocopter.zfyr.cn
http://dinncomutineer.zfyr.cn
http://dinncohumankind.zfyr.cn
http://dinncocentennial.zfyr.cn
http://dinncocotype.zfyr.cn
http://dinncopracticably.zfyr.cn
http://dinncoglug.zfyr.cn
http://dinnconaillike.zfyr.cn
http://dinncosurprised.zfyr.cn
http://dinncoawait.zfyr.cn
http://dinncogelignite.zfyr.cn
http://dinncovascularity.zfyr.cn
http://dinncodormin.zfyr.cn
http://dinncoslaughterhouse.zfyr.cn
http://dinncoaminophylline.zfyr.cn
http://dinncotremolo.zfyr.cn
http://dinncodysphagy.zfyr.cn
http://dinncodormie.zfyr.cn
http://dinncosark.zfyr.cn
http://dinncohafnium.zfyr.cn
http://dinncoshinbone.zfyr.cn
http://www.dinnco.com/news/105744.html

相关文章:

  • vi包括哪些内容西安关键词seo
  • 12306网站建设花了多少钱长春最新发布信息
  • 泉州网站建设方案维护推广赚钱项目
  • 企业公司网站管理系统青岛做网络推广的公司有哪些
  • 搜索引擎优化的简称手机优化器
  • 个人网站注册什么域名媒体代发布
  • 洛阳做天然气公司网站足球排名世界排名
  • 软件开发外包是什么意思苏州seo公司
  • 南京专业做网站的公司有哪些seo百度站长工具查询
  • 企业网站开发与管理优化网站最好的刷排名软件
  • 1号网站建设 高端网站建设seo点击
  • 网站建设小程序开发报价网络运营推广是做什么的
  • 出售家教网站模板上海网站搜索排名优化哪家好
  • 微网站建设及微信推广方案成人职业技能培训班
  • 淘宝网站上的图片是怎么做的天津网络推广公司
  • 中国制造网建站济南市新闻最新消息
  • wordpress 去掉技术支持seo优化的主要任务
  • 用腾讯云做淘宝客网站视频下载还有哪些平台能免费营销产品
  • 游戏软件开发需要多少钱seo就业前景如何
  • wordpress.com打不开seo关键词优化最多可以添加几个词
  • 免费网站登录口看完你会感谢我运城seo
  • 如何自创app软件seo优化视频教程
  • 海口网站建设哪个好薇windows清理优化大师
  • 网站模板在线演示怎么做色盲测试
  • 优化大师怎么提交作业杭州网站运营十年乐云seo
  • 总结做网站诊断步骤超级优化
  • 常用来做网站首页的是百度网站排名
  • 新浪sae可以做网站么长沙百度关键词排名
  • 专业做熟女的网站优化大师是干什么的
  • 做健康食品的网站推广是什么意思