mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #1104
This commit is contained in:
parent
0cffcef322
commit
9c807f2da8
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user