update
This commit is contained in:
parent
706a92184e
commit
4cf71c11a9
2 changed files with 11 additions and 15 deletions
|
@ -47,27 +47,23 @@ CConnectDlg::CConnectDlg ( CClient* pNCliP,
|
||||||
// Add help text to controls -----------------------------------------------
|
// Add help text to controls -----------------------------------------------
|
||||||
// server list
|
// server list
|
||||||
lvwServers->setWhatsThis ( "<b>" + tr ( "Server List" ) + ":</b> " + tr (
|
lvwServers->setWhatsThis ( "<b>" + tr ( "Server List" ) + ":</b> " + tr (
|
||||||
"The server list shows a list of available servers which are registered at the "
|
"The Connection Setup window shows a list of available servers "
|
||||||
"central server. Select a server from the list and press the connect button to "
|
"Server operators can optionally list their servers by music genre. "
|
||||||
"connect to this server. Alternatively, double click a server from "
|
"Use the List dropdown to select a genre, click on the server you want "
|
||||||
"the list to connect to it. If a server is occupied, a list of the "
|
"to join and press the Connect button to connect to it. Alternatively, "
|
||||||
"connected musicians is available by expanding the list item. "
|
"double click on on the server name. Permanent servers (those that have "
|
||||||
"Permanent servers are shown in bold font." ) + "<br>" + tr (
|
"been listed for longer than 24 hours) are shown in bold." ) );
|
||||||
"Note that it may take some time to retrieve the server list from the "
|
|
||||||
"central server. If no valid central server address is specified in "
|
|
||||||
"the settings, no server list will be available." ) );
|
|
||||||
|
|
||||||
lvwServers->setAccessibleName ( tr ( "Server list view" ) );
|
lvwServers->setAccessibleName ( tr ( "Server list view" ) );
|
||||||
|
|
||||||
// server address
|
// server address
|
||||||
QString strServAddrH = "<b>" + tr ( "Server Address" ) + ":</b> " + tr (
|
QString strServAddrH = "<b>" + tr ( "Server Address" ) + ":</b> " + tr (
|
||||||
"The IP address or URL of the server running the " ) + APP_NAME + tr (
|
"If you know the IP address or URL of a server, you can connect to it "
|
||||||
" server software must be set here. An optional port number can be added after the IP "
|
"using the Server name/Address field. An optional port number can be added after the IP "
|
||||||
"address or URL using a colon as a separator, e.g, "
|
"address or URL using a colon as a separator, e.g, "
|
||||||
"example.org:" ) +
|
"example.org:" ) +
|
||||||
QString().setNum ( DEFAULT_PORT_NUMBER ) + tr ( ". A list of "
|
QString().setNum ( DEFAULT_PORT_NUMBER ) + tr ( ". The field will "
|
||||||
"the most recent used server IP addresses or URLs is available for "
|
"also show a list of the most recently used server addresses.");
|
||||||
"selection." );
|
|
||||||
|
|
||||||
lblServerAddr->setWhatsThis ( strServAddrH );
|
lblServerAddr->setWhatsThis ( strServAddrH );
|
||||||
cbxServerAddr->setWhatsThis ( strServAddrH );
|
cbxServerAddr->setWhatsThis ( strServAddrH );
|
||||||
|
|
|
@ -58,7 +58,7 @@ pressing this button will end the session.
|
||||||
|
|
||||||
![Connect dialog](connect.png)
|
![Connect dialog](connect.png)
|
||||||
|
|
||||||
The Connection Setup window shows a list of available servers. Server operators can optionally list their servers by musical genre. Use the List dropdown to select a genre and press the Connect button to join a server. Alternatively, double-click on the server name. Permanent servers (those that have been listed for longer than 24 hours) are shown in bold.
|
The Connection Setup window shows a list of available servers. Server operators can optionally list their servers by musical genre. Use the List dropdown to select a genre, click on the server you want to join and press the Connect button to connect to it. Alternatively, double-click on the server name. Permanent servers (those that have been listed for longer than 24 hours) are shown in bold.
|
||||||
|
|
||||||
If you know the IP address or URL of a server, you can connect to it using the Server Name/Address
|
If you know the IP address or URL of a server, you can connect to it using the Server Name/Address
|
||||||
field. An optional port number can be added after the IP address or URL using a colon as a separator, e.g,
|
field. An optional port number can be added after the IP address or URL using a colon as a separator, e.g,
|
||||||
|
|
Loading…
Reference in a new issue