frame->setStyleSheet( "QFrame { background: black }"); frame->resize( 400, 100 ); frame->move((ui->tabWidget->size().width() - frame->size().width()) / 2, (ui->tabWidget->size().height() - frame->size().height() ) / 2); frame->raise(); frame->show();
Просмотров:
1816
|
Добавил:
qt-boy
|
Дата:
01.06.2011
|
|