mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Treat buddy as Buddy and Divemaster, sort the filter lists.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2827da5ecf
commit
03c22c3b18
2 changed files with 12 additions and 6 deletions
|
@ -484,7 +484,8 @@ void TagFilter::hideEvent(QHideEvent *event)
|
|||
BuddyFilter::BuddyFilter(QWidget *parent) : QWidget(parent)
|
||||
{
|
||||
ui.setupUi(this);
|
||||
ui.label->setText(tr("Buddies: "));
|
||||
ui.label->setText(tr("Person: "));
|
||||
ui.label->setToolTip(tr("Searches for Buddies and Divemasters"));
|
||||
#if QT_VERSION >= 0x050000
|
||||
ui.filterInternalList->setClearButtonEnabled(true);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue