QMessageBoxmessageBox{QMessageBox::Critical,tr("Wrong client ip quantity"),
tr("The quantity of client ips does not match the client quantity. Client creation will fail. No clients will be available for interaction."),QMessageBox::Ok};
QMessageBoxmessageBox{QMessageBox::Critical,tr("Wrong client mac quantity"),
tr("The quantity of client macs does not match the client quantity. Client creation will fail. No clients will be available for interaction."),QMessageBox::Ok};
QMessageBoxmessageBox{QMessageBox::Critical,tr("Wrong client name quantity"),
tr("The quantity of client names does not match the client quantity. Client creation will fail. No clients will be available for interaction."),QMessageBox::Ok};
QMessageBoxmessageBox{QMessageBox::Critical,tr("Wrong client x positions quantity"),
tr("The quantity of client x positions does not match the client quantity. Client creation will fail. No clients will be available for interaction."),QMessageBox::Ok};
QMessageBoxmessageBox{QMessageBox::Critical,tr("Wrong client y positions quantity"),
tr("The quantity of client y positions does not match the client quantity. Client creation will fail. No clients will be available for interaction."),QMessageBox::Ok};
QMessageBoxmessageBox{QMessageBox::Warning,tr("Not all clients are running"),
QMessageBoxmessageBox{QMessageBox::Warning,tr("Not all clients are running"),
tr("Not all clients are running. The command could not be executed on every client and should therefore be canceled to keep the clients consistent.\n\nAre you sure you want to continue only with the currently chosen clients?"),QMessageBox::No|QMessageBox::Yes,this};
tr("Not all clients are running. The command could not be executed on every client and should therefore be canceled to keep the clients consistent.\n\nAre you sure you want to continue only with the currently chosen clients?"),QMessageBox::No|QMessageBox::Yes,this};