Please update your graphics driver to see if it fixes the problem, by going to Device Manager ? Display Adapters ? Right-click on the graphics card ? Update driver
CadeBotsford Today, 04:30nope - that was just me bein' dumb.
somehow it used to work before withouuut calling resizeColumnsToContent ()
but it'll work just fine if you call that sigh.
Of course "ftp://guest...". "ftp:/guest..." doesn't work.
leha13 7th May 2025, 13:02In your original post you had "ftp:/guest..." instead of "ftp://guest...". Unless that was a typo, maybe that was the problem?
d_stranz 6th May 2025, 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");
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.
Troubleshooting USB Communication with Qt and libusb for Embedded Device Recognition
17th March 2025 15:16 by Andrew23