We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
QMessageBox msgBox; QSpacerItem* horizontalSpacer = new QSpacerItem(500, 0, QSizePolicy::Minimum, QSizePolicy::Expanding); msgBox.setText( "SomText" ); QGridLayout* layout = (QGridLayout*)msgBox.layout(); layout->addItem(horizontalSpacer, layout->rowCount(), 0, 1, layout->columnCount()); msgBox.exec();
There was an error while loading. Please reload this page.