521 self._setItemRangeSelected(startIndex, endIndex, True) |
521 self._setItemRangeSelected(startIndex, endIndex, True) |
522 QApplication.restoreOverrideCursor() |
522 QApplication.restoreOverrideCursor() |
523 QApplication.processEvents() |
523 QApplication.processEvents() |
524 |
524 |
525 if selectedEntries == 0: |
525 if selectedEntries == 0: |
526 E5MessageBox.information(self, |
526 E5MessageBox.information( |
527 QApplication.translate('ProjectBaseBrowser', "Select entries"), |
527 self, |
528 QApplication.translate('ProjectBaseBrowser', |
528 QApplication.translate('ProjectBaseBrowser', "Select entries"), |
529 """There were no matching entries found.""")) |
529 QApplication.translate('ProjectBaseBrowser', |
|
530 """There were no matching entries found.""")) |
530 |
531 |
531 def selectLocalEntries(self): |
532 def selectLocalEntries(self): |
532 """ |
533 """ |
533 Public slot to handle the select local files context menu entries. |
534 Public slot to handle the select local files context menu entries. |
534 """ |
535 """ |