qt-creator tag

7 questions


1 answers
137 views
0
Can open source QtCreator create a BSD license binary, for example?

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 ...

2 years ago

1 answers
78 views
0
I want the QTableWidget vertical scrollbar to the left.

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...

2 years ago

1 answers
74 views
0
To automatically display a full screen image on an external screen

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...

2 years ago

1 answers
121 views
0
This is about split of Qt.

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...

2 years ago

1 answers
63 views
0
Want to import existing sources into Qt Creator

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...

2 years ago

1 answers
114 views
0
Why does the cannot initialize object parameter for "some widgets" with an expression type 'MainWindow' occur?

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...


1 answers
124 views
0
Creating a Model in Qt Creator

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...

2 years ago

© 2024 OneMinuteCode. All rights reserved.