app: sort header list

This commit is contained in:
Kiara Navarro 2021-10-21 08:00:34 -03:00
parent ea8693566f
commit fc258e6afb
No known key found for this signature in database
GPG key ID: CDEFDCA3F6E04955
112 changed files with 384 additions and 243 deletions

View file

@ -1,10 +1,12 @@
#include "windowfunction.h"
#include "CustomWidgets/siunitedit.h"
#define _USE_MATH_DEFINES
#include <math.h>
#include <QComboBox>
#include <QLabel>
#include <QFormLayout>
#include "CustomWidgets/siunitedit.h"
#include <QDebug>
QString WindowFunction::typeToName(WindowFunction::Type type)