1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
tux3 2015-02-19 21:32:11 +01:00
parent 0cffcef322
commit 9c807f2da8

View File

@ -26,6 +26,7 @@ CallConfirmWidget::CallConfirmWidget(const QWidget *Anchor) :
QVBoxLayout *layout = new QVBoxLayout(this); QVBoxLayout *layout = new QVBoxLayout(this);
QLabel *callLabel = new QLabel(QObject::tr("Incoming call..."), this); QLabel *callLabel = new QLabel(QObject::tr("Incoming call..."), this);
callLabel->setWordWrap(true);
callLabel->setAlignment(Qt::AlignHCenter); callLabel->setAlignment(Qt::AlignHCenter);
QDialogButtonBox *buttonBox = new QDialogButtonBox(Qt::Horizontal, this); QDialogButtonBox *buttonBox = new QDialogButtonBox(Qt::Horizontal, this);
QPushButton *accept = new QPushButton(this), *reject = new QPushButton(this); QPushButton *accept = new QPushButton(this), *reject = new QPushButton(this);