Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
settingsranges.h
Go to the documentation of this file.
1#ifndef SETTINGSRANGES_H
2#define SETTINGSRANGES_H
3
4#include <qboxlayout.h>
5
6#include <QStringList>
7
9 public:
11 SettingsRanges(int amntOfRanges, QStringList labels, QString header);
12 QVBoxLayout* CreateRangeRow();
13 QVBoxLayout* createRudderRow();
14
15 private:
16 QStringList labels;
17 QString headerText;
19};
20
21#endif // SETTINGSRANGES_H
Definition: settingsranges.h:8
QVBoxLayout * createRudderRow()
int amntOfRanges
Definition: settingsranges.h:18
QVBoxLayout * CreateRangeRow()
Definition: settingsranges.cpp:18
QString headerText
Definition: settingsranges.h:17
QStringList labels
Definition: settingsranges.h:16