@OmarDay: I have removed the spam URL from your signature. Spamming is forbidden on this forum. If any URL for a commercial site reappears in either your signature or in your posts, your posts...
d_stranz Today, 16:13Yes, QVector is like std::vector: when you remove an element, all references (&r) or iterators to subsequent elements are invalidated. So a for loop (auto &r : renglones) may crash if you have...
OmarDay Today, 03:37This will not work:
#include "mainwindow.h"
MainWindow::MainWindow(QWidget *parent)
:QWidget (parent)
{
m_threadGainable = new QThread();
Hi, this is just a guess, and I'm not even sure if this applies to QVector: in std::vector, when you erase an element, you invalidate all iterators pointing to the following elements. Maybe your "for...
Ginsengelf 25th June 2025, 07:18Hi,
I am making a C++ Qt (Qt6.9.0) application for Linux, and I am calling:
QString folderPath = QFileDialog::getExistingDirectory(this, "Select Folder");
The dialog appears, but there...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at The Qt Company.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
Android + MANAGE_EXTERNAL_STORAGE permissions problem.
24th June 2025 23:07 by Carlos Azure