Changeset 13927 for trunk/qt/filterbar.h
- Timestamp:
- Feb 1, 2013, 8:58:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/filterbar.h
r13869 r13927 18 18 #include <QWidget> 19 19 20 class QLabel; 20 21 class QLineEdit; 21 22 class QPaintEvent; … … 80 81 QComboBox * myActivityCombo; 81 82 QComboBox * myTrackerCombo; 83 QLabel * myCountLabel; 82 84 QStandardItemModel * myTrackerModel; 83 85 QTimer * myRecountTimer; … … 88 90 void recount (); 89 91 void refreshPref (int key); 92 void refreshCountLabel (); 90 93 void onActivityIndexChanged (int index); 91 94 void onTrackerIndexChanged (int index);
Note: See TracChangeset
for help on using the changeset viewer.