In your original post you had "ftp:/guest..." instead of "ftp://guest...". Unless that was a typo, maybe that was the problem?
d_stranz Today, 15:42Eureka!
QUrl url;
url.setPath("//var/tmp/gps_info");
url.setHost("200.200.200.2");
url.setUserName("guest");
url.setPassword("guest");
url.setScheme("ftp");
I need to get a file from device. The file is in /var/tmp directory, but when I try to get it, the error occurs.
My code:
QUrl url("ftp::/guest:guest@200.200.200.2:21/var/tmp/gps_info");...
i mean it could be a flatpak issue.
going from 6.7 to either 6.8 or 6.9 my qtablewidgets no longer "do" what QHeaderView::ResizeToContents says to do.
instead, all columns are the same size,...
It's good, I found it
select ->setItemData(2, QColor(255, 0, 0), Qt::ForegroundRole);
so solved thanks
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.
QHeaderView::ResizeToContents fails on kubuntu 25.04 using flatpak kde runtime 6.9
4th May 2025 23:39 by StephenHazel