For the last time, use CODE tags when posting source code. See my signature if you do not know how to do that. I am tired of editing your posts to make them readable.
You cannot make this a...
These are Windows questions, not Qt questions. You need to find a Windows forum to post them. Please do not post non-Qt questions here.
d_stranz Today, 16:32Giving brief details,
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
, ui(new Ui::MainWindow)
{
ui->setupUi(this);
connect(serial,...
Hi,
I have a Qt app and I need to save in runtime a LNK to my .exe file in user desktop
The LNK icon must be a pixmap I have in runtime, different from my .EXE icon
When I use that LNK (there...
If you find one, post the link. I've been looking for years with no luck. The Qt folks really screwed up with the Qt Charts and Qt Data Visualization frameworks by making it impossible to extend...
d_stranz Today, 04:52Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
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.
QTabWidget. Moving tabs outside visible area.
Yesterday 13:46 by daosist92