comparison widgets/TransformFinder.h @ 426:6bf3c906b7a5

* Connect up Up and Down arrows in the transform finder
author Chris Cannam
date Tue, 30 Sep 2008 10:33:28 +0000
parents 374b72f5b4bb
children 4711b400f976
comparison
equal deleted inserted replaced
425:4a5fe5471282 426:6bf3c906b7a5
42 42
43 protected slots: 43 protected slots:
44 void searchTextChanged(const QString &); 44 void searchTextChanged(const QString &);
45 void selectedLabelChanged(); 45 void selectedLabelChanged();
46 void timeout(); 46 void timeout();
47 void up();
48 void down();
47 49
48 protected: 50 protected:
49 QScrollArea *m_resultsScroll; 51 QScrollArea *m_resultsScroll;
50 QWidget *m_resultsFrame; 52 QWidget *m_resultsFrame;
51 QVBoxLayout *m_resultsLayout; 53 QVBoxLayout *m_resultsLayout;