博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Why I quit from Qt5 Quick?
阅读量:6417 次
发布时间:2019-06-23

本文共 1265 字,大约阅读时间需要 4 分钟。

I have to confess myself as a newbie to Qt, esp. Qt5 Quick. The motivation for me to try Qt5 Quick for my application is that I want to build such an aplication:

  • GUI-based, of course, with all kinds of ``professional'' control widgets for free choosing. Of course, Qt seems born with it.
  • functionality like curve ploting of real-time data, 2D/3D visualization (contour, slice, and etc.)
  • possibility of combining with parallel machanism, like OpenMPI, etc.
  • few work for cross-platform transplanting, Linux or windows with priority. Here first I considered PyQt, and then QML. But I then found Python does not support MPI very well, although there are some modules for simple tests.
  • easy programming for a beginner.

Why?

In fact I used QML for the prototype design of my application. Around it I quickly found it not a good solution for my own work.

Some common controls are not available, such as Dockwidgets.

I have to bind C++ with QML together for the whole work. But if I consider to plot some data quickly, few open source choices in the QML world yet. Finally I tried . It does work as I want for ploting curves. But in the future when I want to deal with huge data, I have some doubt in its speed yet.


What am I using now?

Qt5 Widget, but not QML-based Quick.

转载地址:http://ykvra.baihongyu.com/

你可能感兴趣的文章
监测超过特定内存阀值进程并结束
查看>>
Linux Centos 查询信息
查看>>
android adb命令
查看>>
python “双”稀疏矩阵转换为最小联通量“单”矩阵
查看>>
揭秘天猫双11背后:20万商家600万张海报,背后只有一个鹿班
查看>>
重置mysq root密码脚本
查看>>
我的友情链接
查看>>
MHA配置参数
查看>>
深入理解Lock
查看>>
vim的块选择
查看>>
HTML --块
查看>>
在DLL中获取主进程窗口句柄
查看>>
基于消息队列的双向通信
查看>>
一个不错的loading效果
查看>>
Debian允许root用户登录
查看>>
linux的文件系统
查看>>
上云利器,K8S应用编排设计器之快到极致
查看>>
袋鼠云服务案例系列 | 从DB2到MySQL,某传统金融平台的互联网转型之路
查看>>
RealServer配置脚本
查看>>
九月份技术指标 华为交换机的简单配置
查看>>