Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Home
International
Chinese
Planned maintenance: From Sunday 8th December 10:00 CET there will be changes to try and solve the caching issues that have been experienced. If anyone has a problem connecting after this period then please PM @AndyS or any of the moderators.
Chinese
0
Votes
73
Posts
68826
Views
@JKSH 您好,qt小白,想请问一下,在vs2015中新建qt项目(一路默认)为什么没有自动生成GeneratedFile文件夹
0
Votes
2
Posts
22
Views
经过测试(将QT的 mingw73_64下面的plugins/sqldrivers目录下的sqlite驱动拷贝到QTitanRibbon的bin目录sqldrivers子目录下,覆盖原来的SQLITE驱动文件),运行程序,同样出现“cannot mix incompatible Qt library (version 0x50c00) with this library (version 0x50d00)”的错误,应该是驱动程序在编译的时候(使用QTitanRibbon 5.10)做了特殊处理,这才导致问题的发生。
有什么可以解决呢?
0
Votes
1
Posts
7
Views
0
Votes
1
Posts
14
Views
0
Votes
1
Posts
11
Views
0
Votes
1
Posts
18
Views
0
Votes
1
Posts
12
Views
0
Votes
2
Posts
22
Views
@kaomop 前段时间用 qtwinmigrate 把一个基于 QGraphicsView 的控件嵌入到 MFC 对话框中,能成功,但是效果还要细调。qtwinmigrate 有点老了,特地装了 Qt 5.6 才编译通过。至于把 MFC 窗口嵌入到 Qt 没有试过。
如果是一个长期维护的项目,建议还是用纯 Qt
0
Votes
1
Posts
14
Views
0
Votes
1
Posts
15
Views
This topic is deleted!
• ku5454
0
Votes
1
Posts
1
Views
This topic is deleted!
• log00544
0
Votes
1
Posts
9
Views
0
Votes
2
Posts
103
Views
@761153454 Qt5.10.1也存在此问题。
0
Votes
2
Posts
66
Views
这样设置的。
ApplicationWindow {
color: "transparent"
}
0
Votes
1
Posts
90
Views
This topic is deleted!
• bolobolomi
0
Votes
1
Posts
4
Views
0
Votes
1
Posts
74
Views
0
Votes
1
Posts
61
Views
0
Votes
2
Posts
186
Views
这个页面你需要点一下那个<新类>,然后才能输入类名称,进行之后的操作。
This topic is deleted!
• welsey
0
Votes
1
Posts
14
Views
0
Votes
1
Posts
89
Views
0
Votes
1
Posts
83
Views
0
Votes
1
Posts
199
Views
0
Votes
1
Posts
194
Views
0
Votes
3
Posts
234
Views
初步猜测是因为不同的运行平台,加载库的线程不同导致的。Qt下运行在QAbstractProxyModel下,C#winform加载库运行在RtlUserThread。
对于我这种小白来说,QtCore的库不能很好解决这个问题。
参考:link[https://github.com/itas109/CSerialPort],在此我谢谢相关作者。
虽然封装的不太标准,取缓存数据也不太优雅,终归能跨平台调用,能够解决问题。
This topic is deleted!
• sansun
0
Votes
1
Posts
10
Views
0
Votes
1
Posts
207
Views
0
Votes
1
Posts
201
Views
0
Votes
3
Posts
309
Views
@Leezy 问了老外,已经解决了
0
Votes
2
Posts
505
Views
进入系统安装目录的system32中,一般目录为C:\WINDOWS\system32,找一下可执行文件xcopy是否存在
0
Votes
3
Posts
325
Views
這網站好像沒什麼人在回覆喔??
我找到人幫我解答,大家參考看看吧!!
QGraphicsScene *scene = new QGraphicsScene;
scene->addWidget(new QSvgWidget("../untitled6/splash1.svg"));
scene->addWidget(new QSvgWidget("../untitled6/splash2.svg"));
ui->graphicsView->setScene(scene);
看大家能不能繼續解答下去,我要如何將載入的svg檔案,定義尺寸大小與去除背景色(原檔是無底色)
0
Votes
2
Posts
397
Views
@wigntianyu said in QT5.8 QNetworkDiskCache 缓存时间设置:
QNetworkDiskCache
QNetworkDiskCache没有超时设置,只有缓存大小的设置,默认是50M,估计是缓存满了清空了。
可以设置setMaximumCacheSize大一些试试。
0
Votes
2
Posts
514
Views
自定义View和Model,实现一种懒加载的机制。
当滑动View的时候通知Model去加载一到两页(根据可视范围来确定每页的数据量)。
大数据量加载列表,无非就是翻页设计或者懒加载。。。
0
Votes
1
Posts
242
Views
0
Votes
1
Posts
191
Views
0
Votes
1
Posts
203
Views
0
Votes
3
Posts
415
Views
oh,sry.But I made another topic in english of the save question,could you give me some advice in that topic?
I have moved your topic to the Chinese forum.
You can do that also by using combobox "Topic Tools"->"Move Topic" and selection of appropriate forum
0
Votes
1
Posts
276
Views
0
Votes
2
Posts
1261
Views
browser.page().toHtml(lambda x: print(x))
0
Votes
2
Posts
2923
Views
你解决了吗 可以联系我吗qq86252715,我现在也在搞这个