|
@@ -3,6 +3,14 @@
|
|
|
|
|
|
#include <QDialog>
|
|
#include <QDialog>
|
|
|
|
|
|
|
|
+#include <QDialog>
|
|
|
|
+#include <QLineEdit>
|
|
|
|
+#include <QLabel>
|
|
|
|
+#include <QComboBox>
|
|
|
|
+#include <QPushButton>
|
|
|
|
+
|
|
|
|
+#include "viewcreate.h"
|
|
|
|
+
|
|
#include <OpenDrive/OpenDrive.h>
|
|
#include <OpenDrive/OpenDrive.h>
|
|
|
|
|
|
namespace Ui {
|
|
namespace Ui {
|
|
@@ -23,6 +31,25 @@ private:
|
|
Object * mpObject = 0;
|
|
Object * mpObject = 0;
|
|
|
|
|
|
void UpdateList();
|
|
void UpdateList();
|
|
|
|
+
|
|
|
|
+ void CreateView();
|
|
|
|
+
|
|
|
|
+private:
|
|
|
|
+ QLineEdit * mpLEs;
|
|
|
|
+ QLineEdit * mpLElength;
|
|
|
|
+ QLineEdit * mpLEdistance;
|
|
|
|
+ QLineEdit * mpLEtStart;
|
|
|
|
+ QLineEdit * mpLEtEnd;
|
|
|
|
+ QLineEdit * mpLEheightStart;
|
|
|
|
+ QLineEdit * mpLEheightEnd;
|
|
|
|
+ QLineEdit * mpLEzOffsetStart;
|
|
|
|
+ QLineEdit * mpLEzOffsetEnd;
|
|
|
|
+ QLineEdit * mpLEwidthStart;
|
|
|
|
+ QLineEdit * mpLEwidthEnd;
|
|
|
|
+ QLineEdit * mpLElengthStart;
|
|
|
|
+ QLineEdit * mpLElengthEnd;
|
|
|
|
+ QLineEdit * mpLEradiusStart;
|
|
|
|
+ QLineEdit * mpLEradiusEnd;
|
|
};
|
|
};
|
|
|
|
|
|
#endif // DIALOGROADOBJECT_REPEAT_H
|
|
#endif // DIALOGROADOBJECT_REPEAT_H
|