Mercurial > hg > svgui
comparison widgets/TransformFinder.cpp @ 449:f2ef0ff2e3b0
* minor text change
author | Chris Cannam |
---|---|
date | Wed, 19 Nov 2008 21:36:33 +0000 |
parents | 2b5d04b21d87 |
children | 35b7cbcfc2d0 |
comparison
equal
deleted
inserted
replaced
448:2b5d04b21d87 | 449:f2ef0ff2e3b0 |
---|---|
46 QLineEdit *searchField = new QLineEdit; | 46 QLineEdit *searchField = new QLineEdit; |
47 mainGrid->addWidget(searchField, 0, 1); | 47 mainGrid->addWidget(searchField, 0, 1); |
48 connect(searchField, SIGNAL(textChanged(const QString &)), | 48 connect(searchField, SIGNAL(textChanged(const QString &)), |
49 this, SLOT(searchTextChanged(const QString &))); | 49 this, SLOT(searchTextChanged(const QString &))); |
50 | 50 |
51 m_infoLabel = new QLabel(tr("Type in the box above to search descriptions of available and known transforms")); | 51 m_infoLabel = new QLabel(tr("Type in this box to search descriptions of available and known transforms")); |
52 mainGrid->addWidget(m_infoLabel, 1, 1); | 52 mainGrid->addWidget(m_infoLabel, 1, 1); |
53 | 53 |
54 m_resultsScroll = new QScrollArea; | 54 m_resultsScroll = new QScrollArea; |
55 mainGrid->addWidget(m_resultsScroll, 2, 0, 1, 2); | 55 mainGrid->addWidget(m_resultsScroll, 2, 0, 1, 2); |
56 mainGrid->setRowStretch(2, 10); | 56 mainGrid->setRowStretch(2, 10); |