Changeset 111 in ntrip


Ignore:
Timestamp:
Sep 7, 2006, 12:04:12 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r110 r111  
    153153    iRow++;
    154154  }
    155   ///  _mountPointsTable->hideColumn(0);
     155  _mountPointsTable->hideColumn(0);
    156156  _mountPointsTable->sortItems(1);
    157157
     
    273273    iRow++;
    274274  }
    275   ///  _mountPointsTable->hideColumn(0);
     275  _mountPointsTable->hideColumn(0);
    276276  _mountPointsTable->sortItems(1);
    277277  if (mountPoints->count() > 0) {
     
    338338              _mountPointsTable->item(iRow, 1)->text() );
    339339
    340     QByteArray format     = _mountPointsTable->item(iRow, 1)->text().toAscii();
     340    QByteArray format = _mountPointsTable->item(iRow, 2)->text().toAscii();
    341341
    342342    bncGetThread* getThread = new bncGetThread(url, format);
  • trunk/BNC/bncwindow.h

    r108 r111  
    2121    void slotHelp();
    2222    void slotAbout();
     23    void slotFontSel();
    2324    void slotSaveOptions();
    2425    void slotAddMountPoints();
     
    3839    QAction*   _actHelp;
    3940    QAction*   _actAbout;
     41    QAction*   _actFontSel;
    4042    QAction*   _actSaveOpt;
    4143    QAction*   _actQuit;
Note: See TracChangeset for help on using the changeset viewer.