added whats this help
This commit is contained in:
parent
a0f7ee4627
commit
33c7b03e75
2 changed files with 11 additions and 1 deletions
|
@ -73,6 +73,16 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList,
|
||||||
cbxServerAddr->setAccessibleDescription ( tr ( "Holds the current server "
|
cbxServerAddr->setAccessibleDescription ( tr ( "Holds the current server "
|
||||||
"IP address or URL. It also stores old URLs in the combo box list." ) );
|
"IP address or URL. It also stores old URLs in the combo box list." ) );
|
||||||
|
|
||||||
|
// filter
|
||||||
|
edtFilter->setWhatsThis ( tr ( "<b>Filter:</b> 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 ( "<b>Show All Musicians:</b> 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)
|
// init server address combo box (max MAX_NUM_SERVER_ADDR_ITEMS entries)
|
||||||
cbxServerAddr->setMaxCount ( MAX_NUM_SERVER_ADDR_ITEMS );
|
cbxServerAddr->setMaxCount ( MAX_NUM_SERVER_ADDR_ITEMS );
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="lblFilter">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Filter</string>
|
<string>Filter</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue