i think this method only reads the headers of the source, and since most online radios use icycast/shoutcast, there arent any
Читать полностью…By using MaintenanceTool.exe you can install all compilers from Microsoft...I do not see any problems...
Читать полностью…When you call play , you should check if the media has loaded and then fetch metadata
Читать полностью…if yes, wouldn't that be an unnecessary second network request which could use more internet traffic?
Читать полностью…I set
.depthTestEnable = VK_FALSE,for
.depthWriteEnable = VK_FALSE,
.depthCompareOp = VK_COMPARE_OP_LESS,
VkPipelineDepthStencilStateCreateInfo
when configure graphics pipeline, but all standard Quick Items works badly if I use z
value as z
coordinate for vertices in my custom QQuickItem
with Vulkan RHI backend.z
coordinate across parent window viewport. In Renderdoc I see, that they even not write anything into z-buffer (but seems they depth-test it).
Читать полностью…
Hi. I have a Q3DScatter graph.
Its axis are configured this way:
m_graph->axisX()->setRange(-horizontalRange, horizontalRange);
m_graph->axisY()->setRange(-verticalRange, verticalRange);
m_graph->axisZ()->setRange(-horizontalRange, horizontalRange);
m_graph->axisX()->setSegmentCount(int(horizontalRange));
m_graph->axisY()->setSegmentCount(int(verticalRange));
m_graph->axisZ()->setSegmentCount(int(horizontalRange));
Hi, when I use the QPushButton press signal, it works fine with the mouse, but it doesn't work properly with touch, please guide me.
Читать полностью…expected something different because metaData() always returns an empty metadata object
Читать полностью…or do I do setSource(QUrl) and then a ->get(requestWithTheSameUrl) to get the metadata (which is literally inside the audio)?
Читать полностью…Welcome to the group, @cesargastonpe! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
The second parameter in addDatabase() indicates the connection name, not the filename. You can set the filename with db.setDatabaseName(filename); before opening the database. That should work.
Читать полностью…