Changeset 48 in flair-src for branches/mavlink/tools/FlairGCS/src
- Timestamp:
- Jul 26, 2016, 5:07:17 PM (8 years ago)
- Location:
- branches/mavlink/tools/FlairGCS/src
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mavlink/tools/FlairGCS/src/Layout.cpp
r15 r48 22 22 #include <QGeoCoordinate> 23 23 #include <QGridLayout> 24 #include "ListWidget.h" 24 25 25 26 Layout::Layout(QWidget *parent, XmlWidget *xml, QString name, QString type) … … 248 249 widget = new Label(this, row, col, name); 249 250 } 251 if (type == "ListWidget") { 252 widget = new ListWidget(this, row, col, name); 253 } 250 254 251 255 if (widget != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.