Changeset 120 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Sep 7, 2006, 5:01:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r117 r120 409 409 void bncWindow::slotHelp() { 410 410 411 QString str("<h3>BNC Help</h3>" 412 "<p>" 413 "Program bnc can be used in interactive mode or " 414 "in a non-interactive mode." 415 "</p>" 416 "<p>" 417 "Non-interactive mode is invoked by -nw switch." 418 "On Unix (Linux) the standard X-window switches " 419 "like -fn 10x20 work. Program appearance can " 420 "be changed by e.g. -style motif switch." 421 "</p>"); 411 QString str( 412 #include "bnchelp.html" 413 ); 422 414 423 415 QTextBrowser* tb = new QTextBrowser;
Note:
See TracChangeset
for help on using the changeset viewer.