上一页 1 2 3 4 5 6 7 8 9 ··· 97 下一页
摘要: PaddleOCR\src\clipper.cpp:40: error: C1083: 无法打开包括文件: “algorithm”: No such file or directory, 配置MSVC路径,debug配置后,如果选择了release时,也需要单独的配置 qt creator里面配置, 阅读全文
posted @ 2024-09-05 16:30 txwtech 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Qt使用TabWidget实现多窗体功能 阅读全文
posted @ 2024-09-04 21:05 txwtech 阅读(8) 评论(0) 推荐(0) 编辑
摘要: C++ Qt开发:MdiArea多窗体组件 阅读全文
posted @ 2024-09-04 21:03 txwtech 阅读(14) 评论(0) 推荐(0) 编辑
摘要: s/x+清辅音+元音,如history、speak等。两个元音中间的清辅音/p/、/t/、/k/,如complicated、imitate等。清辅音+/t/或/k/,如not at all。 拓展资料: 浊化规则,爆破音的清辅音跟在音标/s/后面时,产生浊化现象;辅元连读时浊化:在同一个意群里,爆破 阅读全文
posted @ 2024-09-04 11:52 txwtech 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 视频在线转换GIF 下载APP安装后进行本地转换: 、、、、、、、、、、、、、、、、、、、、、、、、、、、、 翻译 搜索 复制 阅读全文
posted @ 2024-09-02 12:27 txwtech 阅读(14) 评论(0) 推荐(0) 编辑
摘要: D:\QT_Project\ImgViewTool\mainwindow.cpp:27: error: invalid use of incomplete type 'class TImgWidget'..\mainwindow.cpp: In member function 'void MainW 阅读全文
posted @ 2024-09-02 08:57 txwtech 阅读(8) 评论(0) 推荐(0) 编辑
摘要: TGraphicsView *view = new TGraphicsView(this); //ui->horizontalLayout->addWidget(view); view->setScene(scene); setCentralWidget(view); TGraphicsView类继 阅读全文
posted @ 2024-09-01 22:38 txwtech 阅读(6) 评论(0) 推荐(0) 编辑
摘要: D:\QT_Project\SuoLuePics\mainwindow.cpp:16: error: no matching function for call to 'QGraphicsView::setScene(QGraphicsScene&)'..\mainwindow.cpp: In co 阅读全文
posted @ 2024-08-30 14:42 txwtech 阅读(17) 评论(0) 推荐(0) 编辑
摘要: QGraphicsView-[Qt]基于QGraphicsView的图像显示控件,支持放大、缩小、鼠标拖动 QGraphicsView以鼠标点实现放大缩小、拖拽 qt重写继承QGraphicsView,打开图像显示时自适应,以图像大小为坐标并显示鼠标移动和停留时的的坐标,CTRL和鼠标左键按下可移动 阅读全文
posted @ 2024-08-30 14:03 txwtech 阅读(262) 评论(0) 推荐(0) 编辑
摘要: QxOrm update_by_query更新数据不成功,是什么原因呢? daoError = qx::dao::update_by_query 功能:通过查找bookname等于yuwen2的信息,修改book_price的信息 book bookInfo2; // qx::QxSqlQuery 阅读全文
posted @ 2024-08-29 11:29 txwtech 阅读(26) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 97 下一页