Ignore:
Timestamp:
07/26/16 17:04:31 (8 years ago)
Author:
Thomas Fuhrmann
Message:

GUI is working with ListWidget (display only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mavlink/tools/Controller/Mavlink/src/Mavlink_test.h

    r46 r47  
    3838  class ComboBox;
    3939  class GroupBox;
     40  class ListWidget;
    4041}
    4142}
     
    7778  // Show wpt groupbox
    7879  gui::GroupBox* show_wptGroupBox;
    79   gui::Label* label_mission_wpt;
    80   gui::Label* label_mission_wpt_list;
    81   gui::Label* label_entrance_wpt;
    82   gui::Label* label_entrance_wpt_list;
    83   gui::Label* label_exit_wpt;
    84   gui::Label* label_exit_wpt_list;
     80  gui::ListWidget* list_mission_wpt;
     81  gui::ListWidget* list_entrance_wpt;
     82  gui::ListWidget* list_exit_wpt;
     83  gui::PushButton* btn_remove_mission_wpt;
     84  gui::PushButton* btn_remove_entrance_wpt;
     85  gui::PushButton* btn_remove_exit_wpt; 
     86  // gui::Label* label_mission_wpt;
     87  // gui::Label* label_mission_wpt_list;
     88  // gui::Label* label_entrance_wpt;
     89  // gui::Label* label_entrance_wpt_list;
     90  // gui::Label* label_exit_wpt;
     91  // gui::Label* label_exit_wpt_list;
    8592
    8693  // Remove wpt groupbox
Note: See TracChangeset for help on using the changeset viewer.