18 skills found
mahuifa / QMDemoQt日常开发的一些功能模块或者Qt库、三方库的使用Demo,例如FFmpeg、OpenCV、Web、QGraphicsView、OpenGL、网络编程、数据库、QSS样式表、QtChart图表绘制等。
gongjianbo / EasyQPainterVarious operation practices of Qt QPainter.(Qt QPainter的各种操作实践)
ArmstrongOne / Qt CustomControls封装了40多个Qt精美的控件,全部纯Qt编写,QWidget+QPainter绘制,基本上控件由一个.h加.cpp实现,设置的接口完备,有一些可能需要微调,下载直接运行在VS2019+vs-qt插件,移植到其他平台只需微调代码。接口尽量完善了,交互功能可以自己扩展,本意是作为一个Qter在GUI交互上能积累下来,更多的精力用于一些复杂的程序逻辑上比如图像处理,音视频流
ShaShiDiZhuanLan / Demo MessageChat QtQt5气泡式聊天框——QListWidget+QPainter。 气泡式聊天的显示是由QListWidget作为控件,每个气泡是由QListWidgetItem提升成QWidget来实现的。每个气泡可以理解为可以自由布置里面内容的QWidget。每个Item保存聊天的对话、发送状态、时间、种类等。这个QWidget主要是显示一个头像+气泡,气泡里面是聊天的内容等。气泡是在paintEvent事件中,采用QPainter来绘制的。
pprp / QPainterCPP intern,Sotfware,Painter
sx107 / GerbvQtA simple class for drawing the libgerbv images using QPainter rather than the cairo library
inobelar / QPaintedWidgetsSimple DSL-like set of QPainter-based components for making complex custom QWidgets
olegyadrov / SoftwarerendererSimple software renderer that utilizes QPainter API to draw 3D content
ArpNova / ArtieArtie: A C++ learning project implementing a transparent window desktop actor using the Qt 6 framework. Focuses on manual memory management, the Qt event loop, and custom painting (QPainter) to render an interactive character on the Linux desktop.
yjg30737 / Pyqt Explanation BalloonPyQt explanation balloon
cg-course-2018 / QtLabs2D2D QPainter and OpenGL examples based on Qt
moonbit-community / Qpainter.mbta QPainter FFI binding.
yunus-temurlenk / Send Opencv Images To Qml QPainterAnother way to send Opencv Mat Images to Qml Side. Check the video for details.
cjmdaixi / PaintedItemDemoMouse manipulation on QQuickPaintedItem, including panning & zooming. The main goal for this demo is to explore how to scale QPainter under the mouse position.
Albert-Xia / QT RadarDisplayQT的练习项目,通过QPainter画出雷达的界面
yjg30737 / Pyqt Svg LabelPyQt QLabel which supports SVG icon
yjg30737 / Pyqt Svg Icon Text WidgetPyQt widget consists of textless QLabel which has svg image as an icon on the left and text included QLabel on the right
yjg30737 / Pyqt Transparent TimerPyQt transparent timer