Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
|
#include <QDialog>
#include <QDoubleValidator>
#include <QHBoxLayout>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <memory>
#include <vector>
#include "lib/point.h"
Go to the source code of this file.
Classes | |
class | AddHillForm |
struct | PointLineEdits |
Структура из двух QLineEdit, относящихся к вводу координаты точки (чтобы не использовать std::pair<std::unique_ptr<QLineEdit>, ... >) More... | |
Namespaces | |
namespace | Ui |