equal
deleted
inserted
replaced
74 |
74 |
75 void showSearchPanel(); |
75 void showSearchPanel(); |
76 void hideSearchPanel(); |
76 void hideSearchPanel(); |
77 |
77 |
78 void disableSearch(bool disable); |
78 void disableSearch(bool disable); |
|
79 void disableOviStore(bool disable); |
79 |
80 |
80 private slots: |
81 private slots: |
81 void scrollToRow(int row, |
82 void scrollToRow(int row, |
82 QAbstractItemView::ScrollHint hint = |
83 QAbstractItemView::ScrollHint hint = |
83 QAbstractItemView::PositionAtTop); |
84 QAbstractItemView::PositionAtTop); |