comparison incomingdialog.cpp @ 300:5e4a10af7945

Minor layout & text changes
author Chris Cannam
date Tue, 22 Feb 2011 15:51:47 +0000
parents fd9dc5a457d8
children
comparison
equal deleted inserted replaced
299:fd6abd505f31 300:5e4a10af7945
79 } 79 }
80 80
81 QDialogButtonBox *bb = new QDialogButtonBox(QDialogButtonBox::Ok); 81 QDialogButtonBox *bb = new QDialogButtonBox(QDialogButtonBox::Ok);
82 connect(bb, SIGNAL(accepted()), this, SLOT(accept())); 82 connect(bb, SIGNAL(accepted()), this, SLOT(accept()));
83 layout->addWidget(bb, 2, 0, 1, 2); 83 layout->addWidget(bb, 2, 0, 1, 2);
84
85 layout->setColumnStretch(1, 20);
86 setMinimumWidth(400);
84 } 87 }
85 88
86 89