From 33c7b03e7548ec715afa5939d045c74fbbc41663 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 14 Apr 2020 17:41:21 +0200 Subject: [PATCH] added whats this help --- src/connectdlg.cpp | 10 ++++++++++ src/connectdlgbase.ui | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index c2b923b0..6e4673db 100755 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -73,6 +73,16 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList, cbxServerAddr->setAccessibleDescription ( tr ( "Holds the current server " "IP address or URL. It also stores old URLs in the combo box list." ) ); + // filter + edtFilter->setWhatsThis ( tr ( "Filter: The server list is filered " + "by the given text. Note that the filter is case insensitive." ) ); + edtFilter->setAccessibleName ( tr ( "Filter edit box" ) ); + + // show all mucisians + chbExpandAll->setWhatsThis ( tr ( "Show All Musicians: If you check " + "this check box, the musicians of all servers are shown. If you " + "uncheck the check box, all list view items are collapsed.") ); + chbExpandAll->setAccessibleName ( tr ( "Show all musicians check box" ) ); // init server address combo box (max MAX_NUM_SERVER_ADDR_ITEMS entries) cbxServerAddr->setMaxCount ( MAX_NUM_SERVER_ADDR_ITEMS ); diff --git a/src/connectdlgbase.ui b/src/connectdlgbase.ui index f1b2c38a..7eaf1112 100755 --- a/src/connectdlgbase.ui +++ b/src/connectdlgbase.ui @@ -30,7 +30,7 @@ 0 - + Filter