Changeset 248 in flair-src for trunk/tools/FlairGCS/src/Manager.h


Ignore:
Timestamp:
06/04/18 14:45:37 (5 years ago)
Author:
Sanahuja Guillaume
Message:

add orange icon to gcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/Manager.h

    r247 r248  
    4747  QGridLayout *button_layout;
    4848  QStatusBar *status;
    49   QIcon icon_ok,icon_ko;
     49  QIcon icon_red,icon_green,icon_orange;
    5050
    5151private slots:
     
    5656  void reset(void);
    5757  void tabBarCurrentChanged(int index);
    58   void printUDTStats(QString stats);
     58  void printUDTStats(QString stats,bool loosingPackets);
    5959  void newFileUI(UDTSOCKET socket);
    6060  void deleteFileUI(void);
Note: See TracChangeset for help on using the changeset viewer.