Mercurial > hg > easaier-soundaccess
comparison sv/main/PreferencesDialog.cpp @ 42:00b5875d8c30
remove Sonic Visualiser trace
author | lbajardsilogic |
---|---|
date | Tue, 15 May 2007 12:50:33 +0000 |
parents | fc9323a41f5a |
children | c5970f7af886 |
comparison
equal
deleted
inserted
replaced
41:079b8c0d68f1 | 42:00b5875d8c30 |
---|---|
37 | 37 |
38 QGridLayout *grid = new QGridLayout; | 38 QGridLayout *grid = new QGridLayout; |
39 setLayout(grid); | 39 setLayout(grid); |
40 | 40 |
41 QGroupBox *groupBox = new QGroupBox; | 41 QGroupBox *groupBox = new QGroupBox; |
42 groupBox->setTitle(tr("Sonic Visualiser Application Preferences")); | 42 groupBox->setTitle(tr("Sound Access Application Preferences")); |
43 grid->addWidget(groupBox, 0, 0); | 43 grid->addWidget(groupBox, 0, 0); |
44 | 44 |
45 QGridLayout *subgrid = new QGridLayout; | 45 QGridLayout *subgrid = new QGridLayout; |
46 groupBox->setLayout(subgrid); | 46 groupBox->setLayout(subgrid); |
47 | 47 |