Mercurial > hg > easaier-soundaccess
diff widgets/QueryResultsWidget.h @ 126:c26c73ca6d37
the result list is better now.
it's not the final version.
the final version.... is coming soon
author | benoitrigolleau |
---|---|
date | Tue, 23 Oct 2007 15:24:06 +0000 |
parents | a5175615d153 |
children | f3dce7a985cf |
line wrap: on
line diff
--- a/widgets/QueryResultsWidget.h Mon Oct 22 13:59:27 2007 +0000 +++ b/widgets/QueryResultsWidget.h Tue Oct 23 15:24:06 2007 +0000 @@ -16,6 +16,7 @@ #include <QWidget> #include <QGridLayout> +#include <QScrollArea> #include <vector> @@ -34,7 +35,7 @@ void reset(); protected: - + QScrollArea * m_scrollArea; QGridLayout *m_resultsLayout; int m_ndResults;