7 questions
I heard that QtCreator supports non-Qt projects, but could you create a binary that is not LGPLv3 from QtCreator?In other words, wouldn't Qt Creator have to mix pieces of code into non-Qt projects or ...
I would like to display the vertical scroll bar of QTableWidget on the left, is there any way to make it smart? I know you can't do it with built-in.The reason I want to do that is because there are s...
I'm developing in C++ at Qt Creator.I want to project a projection mapping image with a connected projector right after Qt is created, but I don't know how to automate it. I want to separate the deskt...
sample.txtThe contents of are Apple=150range=300grape=200when I would like to, but with the code below, I will get stuck in else if(key!=grape) whether there is a scrap or not.If there is a scrap, how...
I am a beginner who has never used IDE before.I've been working on C++ challenges in recent months.Up until now, I have compiled and run on MacOS terminals, but debugging takes time, so I thought I wo...
We launched the mainwindow project in QtCreator 4.7Qt5.11.The pro file, the h file, and the cpp file are automatically created, but there is an error that does not make sense.mainwindow.cpp#include ma...
I'm developing using Qt creator. If you create a non-Qt c++ application, you'll get a model of the program that says Hello world.Is it possible to change this initial state arbitrarily?Specifically, I...
© 2024 OneMinuteCode. All rights reserved.