35 setWindowTitle( tr(
"Open Sound Library" ) );
36 setFixedSize( 280, 380 );
38 QVBoxLayout *pVBox =
new QVBoxLayout();
39 pVBox->setSpacing( 6 );
40 pVBox->setContentsMargins( 9, 9, 9, 9 );
49 QHBoxLayout *pButtonsBox =
new QHBoxLayout();
51 pButtonsBox->addStretch();
53 m_pOkBtn =
new QPushButton( tr(
"Load") );
59 pButtonsBox->addStretch();
61 pVBox->addLayout( pButtonsBox );
64 this->setLayout( pVBox );