So, are you putting these into a grid layout? How are you positioning them in your main widget?
d_stranz Yesterday, 21:05Basically it is something like:
for (int y = 0; y<9; ++y)
{
for (int x = 0; x<9; ++x)
{
textEditSudo[x][y] = new QLineEdit;
}
}
Without seeing some code or a .ui file, there isn't enough information here to give an answer. From your description, it sounds like you have two widgets overlapped so depending where you click you...
d_stranz Yesterday, 15:59Some years ago I implemented a Sudoku checker and solver on Windows XP/Qt 4.8.1/Visual Studio 8. Recently I reactivated the code on Xindows 8/Qt 5.13.1/Visual Studio 2017. The application is working...
GerJan Yesterday, 15:24It will take a lot of time as well as you will need huge investment if you want to create an application like whatsapp.
babanaqash Yesterday, 12:55Qt 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.
Plots alignment
10th April 2021 14:50 by Eugene K