Commit 4044530f authored by pixhawk's avatar pixhawk

Backup. Do not use

parent aa5d5043
...@@ -239,7 +239,8 @@ FORMS += src/ui/MainWindow.ui \ ...@@ -239,7 +239,8 @@ FORMS += src/ui/MainWindow.ui \
src/ui/mavlink/QGCMAVLinkMessageSender.ui \ src/ui/mavlink/QGCMAVLinkMessageSender.ui \
src/ui/firmwareupdate/QGCFirmwareUpdateWidget.ui \ src/ui/firmwareupdate/QGCFirmwareUpdateWidget.ui \
src/ui/QGCPluginHost.ui \ src/ui/QGCPluginHost.ui \
src/ui/firmwareupdate/QGCPX4FirmwareUpdate.ui src/ui/firmwareupdate/QGCPX4FirmwareUpdate.ui \
src/ui/mission/QGCMissionOther.ui
INCLUDEPATH += src \ INCLUDEPATH += src \
src/ui \ src/ui \
src/ui/linechart \ src/ui/linechart \
...@@ -254,6 +255,7 @@ INCLUDEPATH += src \ ...@@ -254,6 +255,7 @@ INCLUDEPATH += src \
src/ui/param \ src/ui/param \
src/ui/watchdog \ src/ui/watchdog \
src/ui/map3D \ src/ui/map3D \
src/ui/mission \
src/ui/designer src/ui/designer
HEADERS += src/MG.h \ HEADERS += src/MG.h \
src/QGCCore.h \ src/QGCCore.h \
...@@ -361,7 +363,8 @@ HEADERS += src/MG.h \ ...@@ -361,7 +363,8 @@ HEADERS += src/MG.h \
src/ui/mavlink/QGCMAVLinkMessageSender.h \ src/ui/mavlink/QGCMAVLinkMessageSender.h \
src/ui/firmwareupdate/QGCFirmwareUpdateWidget.h \ src/ui/firmwareupdate/QGCFirmwareUpdateWidget.h \
src/ui/QGCPluginHost.h \ src/ui/QGCPluginHost.h \
src/ui/firmwareupdate/QGCPX4FirmwareUpdate.h src/ui/firmwareupdate/QGCPX4FirmwareUpdate.h \
src/ui/mission/QGCMissionOther.h
# Google Earth is only supported on Mac OS and Windows with Visual Studio Compiler # Google Earth is only supported on Mac OS and Windows with Visual Studio Compiler
macx|macx-g++|macx-g++42|win32-msvc2008|win32-msvc2010::HEADERS += src/ui/map3D/QGCGoogleEarthView.h macx|macx-g++|macx-g++42|win32-msvc2008|win32-msvc2010::HEADERS += src/ui/map3D/QGCGoogleEarthView.h
...@@ -493,7 +496,8 @@ SOURCES += src/main.cc \ ...@@ -493,7 +496,8 @@ SOURCES += src/main.cc \
src/ui/mavlink/QGCMAVLinkMessageSender.cc \ src/ui/mavlink/QGCMAVLinkMessageSender.cc \
src/ui/firmwareupdate/QGCFirmwareUpdateWidget.cc \ src/ui/firmwareupdate/QGCFirmwareUpdateWidget.cc \
src/ui/QGCPluginHost.cc \ src/ui/QGCPluginHost.cc \
src/ui/firmwareupdate/QGCPX4FirmwareUpdate.cc src/ui/firmwareupdate/QGCPX4FirmwareUpdate.cc \
src/ui/mission/QGCMissionOther.cc
# Enable Google Earth only on Mac OS and Windows with Visual Studio compiler # Enable Google Earth only on Mac OS and Windows with Visual Studio compiler
macx|macx-g++|macx-g++42|win32-msvc2008|win32-msvc2010::SOURCES += src/ui/map3D/QGCGoogleEarthView.cc macx|macx-g++|macx-g++42|win32-msvc2008|win32-msvc2010::SOURCES += src/ui/map3D/QGCGoogleEarthView.cc
......
This diff is collapsed.
...@@ -48,8 +48,11 @@ namespace Ui ...@@ -48,8 +48,11 @@ namespace Ui
{ {
class WaypointEditableView; class WaypointEditableView;
} }
class Ui_QGCCustomWaypointAction; //class Ui_QGCCustomWaypointAction;
class Ui_QGCMissionDoWidget; //class Ui_QGCMissionDoWidget;
class QGCMissionDoWidget;
class QGCMissionConditionWidget;
class QGCMissionOther;
class WaypointEditableView : public QWidget class WaypointEditableView : public QWidget
{ {
Q_OBJECT Q_OBJECT
...@@ -83,8 +86,9 @@ protected: ...@@ -83,8 +86,9 @@ protected:
Waypoint* wp; Waypoint* wp;
// Special widgets extendending the // Special widgets extendending the
// waypoint view to mission capabilities // waypoint view to mission capabilities
Ui_QGCCustomWaypointAction* customCommand; QGCMissionDoWidget* MissionDoJumpWidget;
Ui_QGCMissionDoWidget* doCommand; QGCMissionConditionWidget* MissionConditionDelayWidget;
QGCMissionOther* MissionOtherWidget;
QGC_WAYPOINTEDITABLEVIEW_MODE viewMode; QGC_WAYPOINTEDITABLEVIEW_MODE viewMode;
private: private:
......
...@@ -96,7 +96,7 @@ QPushButton:pressed { ...@@ -96,7 +96,7 @@ QPushButton:pressed {
<property name="title"> <property name="title">
<string/> <string/>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="5,5,5,5,50,50,50,50,50,50,5,20,20,5,10,10,0,0,0,20,5,5,5,5"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,5,20,20,50,50,50,50,50,50,5,20,20,5,10,10,200,5,0,0,0,0">
<property name="spacing"> <property name="spacing">
<number>2</number> <number>2</number>
</property> </property>
...@@ -113,7 +113,7 @@ QPushButton:pressed { ...@@ -113,7 +113,7 @@ QPushButton:pressed {
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>20</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
...@@ -165,11 +165,17 @@ QPushButton:pressed { ...@@ -165,11 +165,17 @@ QPushButton:pressed {
<item> <item>
<widget class="QComboBox" name="comboBox_action"> <widget class="QComboBox" name="comboBox_action">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Action at Waypoint</string> <string>Action at Waypoint</string>
</property> </property>
...@@ -184,11 +190,17 @@ QPushButton:pressed { ...@@ -184,11 +190,17 @@ QPushButton:pressed {
<item> <item>
<widget class="QComboBox" name="comboBox_frame"> <widget class="QComboBox" name="comboBox_frame">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Coordinate frame</string> <string>Coordinate frame</string>
</property> </property>
...@@ -594,7 +606,7 @@ where to accept this waypoint as reached</string> ...@@ -594,7 +606,7 @@ where to accept this waypoint as reached</string>
<item> <item>
<widget class="QWidget" name="customActionWidget" native="true"> <widget class="QWidget" name="customActionWidget" native="true">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
...@@ -607,26 +619,6 @@ where to accept this waypoint as reached</string> ...@@ -607,26 +619,6 @@ where to accept this waypoint as reached</string>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QWidget" name="missionDoWidgetSlot" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="missionConditionWidgetSlot" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item> <item>
<spacer name="removeSpacer"> <spacer name="removeSpacer">
<property name="orientation"> <property name="orientation">
...@@ -635,7 +627,7 @@ where to accept this waypoint as reached</string> ...@@ -635,7 +627,7 @@ where to accept this waypoint as reached</string>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>5</width> <width>5</width>
<height>20</height> <height>10</height>
</size> </size>
</property> </property>
</spacer> </spacer>
...@@ -643,7 +635,7 @@ where to accept this waypoint as reached</string> ...@@ -643,7 +635,7 @@ where to accept this waypoint as reached</string>
<item> <item>
<widget class="QCheckBox" name="autoContinue"> <widget class="QCheckBox" name="autoContinue">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
...@@ -661,6 +653,12 @@ where to accept this waypoint as reached</string> ...@@ -661,6 +653,12 @@ where to accept this waypoint as reached</string>
</item> </item>
<item> <item>
<widget class="QPushButton" name="upButton"> <widget class="QPushButton" name="upButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>28</width> <width>28</width>
...@@ -687,6 +685,12 @@ where to accept this waypoint as reached</string> ...@@ -687,6 +685,12 @@ where to accept this waypoint as reached</string>
</item> </item>
<item> <item>
<widget class="QPushButton" name="downButton"> <widget class="QPushButton" name="downButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>28</width> <width>28</width>
...@@ -713,6 +717,12 @@ where to accept this waypoint as reached</string> ...@@ -713,6 +717,12 @@ where to accept this waypoint as reached</string>
</item> </item>
<item> <item>
<widget class="QPushButton" name="removeButton"> <widget class="QPushButton" name="removeButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>28</width> <width>28</width>
......
This diff is collapsed.
...@@ -28,7 +28,7 @@ void WaypointViewOnlyView::changedAutoContinue(int state) ...@@ -28,7 +28,7 @@ void WaypointViewOnlyView::changedAutoContinue(int state)
void WaypointViewOnlyView::changedCurrent(int state) void WaypointViewOnlyView::changedCurrent(int state)
//This is a slot receiving signals from QCheckBox m_ui->current. The state given here is whatever the user has clicked and not the true "current" value onboard. //This is a slot receiving signals from QCheckBox m_ui->current. The state given here is whatever the user has clicked and not the true "current" value onboard.
{ {
qDebug() << "Trof: WaypointViewOnlyView::changedCurrent(" << state << ") ID:" << wp->getId(); //qDebug() << "Trof: WaypointViewOnlyView::changedCurrent(" << state << ") ID:" << wp->getId();
m_ui->current->blockSignals(true); m_ui->current->blockSignals(true);
if (m_ui->current->isChecked() == false) if (m_ui->current->isChecked() == false)
...@@ -36,19 +36,19 @@ void WaypointViewOnlyView::changedCurrent(int state) ...@@ -36,19 +36,19 @@ void WaypointViewOnlyView::changedCurrent(int state)
if (wp->getCurrent() == true) //User clicked on the waypoint, that is already current. Box stays checked if (wp->getCurrent() == true) //User clicked on the waypoint, that is already current. Box stays checked
{ {
m_ui->current->setCheckState(Qt::Checked); m_ui->current->setCheckState(Qt::Checked);
qDebug() << "Trof: WaypointViewOnlyView::changedCurrent. Rechecked true. stay true " << m_ui->current->isChecked(); //qDebug() << "Trof: WaypointViewOnlyView::changedCurrent. Rechecked true. stay true " << m_ui->current->isChecked();
} }
else // Strange case, unchecking the box which was not checked to start with else // Strange case, unchecking the box which was not checked to start with
{ {
m_ui->current->setCheckState(Qt::Unchecked); m_ui->current->setCheckState(Qt::Unchecked);
qDebug() << "Trof: WaypointViewOnlyView::changedCurrent. Unchecked false. set false " << m_ui->current->isChecked(); //qDebug() << "Trof: WaypointViewOnlyView::changedCurrent. Unchecked false. set false " << m_ui->current->isChecked();
} }
} }
else else
{ {
hightlightDesiredCurrent(true); hightlightDesiredCurrent(true);
m_ui->current->setCheckState(Qt::Unchecked); m_ui->current->setCheckState(Qt::Unchecked);
qDebug() << "Trof: WaypointViewOnlyView::changedCurrent. Checked new. Sending set_current request to Manager " << m_ui->current->isChecked(); //qDebug() << "Trof: WaypointViewOnlyView::changedCurrent. Checked new. Sending set_current request to Manager " << m_ui->current->isChecked();
emit changeCurrentWaypoint(wp->getId()); //the slot changeCurrentWaypoint() in WaypointList sets all other current flags to false emit changeCurrentWaypoint(wp->getId()); //the slot changeCurrentWaypoint() in WaypointList sets all other current flags to false
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1228</width> <width>1228</width>
<height>25</height> <height>27</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
</property> </property>
<item> <item>
<widget class="QSpinBox" name="commandSpinBox"> <widget class="QSpinBox" name="commandSpinBox">
<property name="toolTip">
<string>MAV_CMD id</string>
</property>
<property name="statusTip">
<string>MAV_CMD id</string>
</property>
<property name="prefix"> <property name="prefix">
<string>CMD </string> <string>CMD </string>
</property> </property>
...@@ -41,6 +47,9 @@ ...@@ -41,6 +47,9 @@
<property name="prefix"> <property name="prefix">
<string>P1 </string> <string>P1 </string>
</property> </property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum"> <property name="minimum">
<double>-2147483647.000000000000000</double> <double>-2147483647.000000000000000</double>
</property> </property>
...@@ -51,9 +60,15 @@ ...@@ -51,9 +60,15 @@
</item> </item>
<item> <item>
<widget class="QDoubleSpinBox" name="param2SpinBox"> <widget class="QDoubleSpinBox" name="param2SpinBox">
<property name="toolTip">
<string/>
</property>
<property name="prefix"> <property name="prefix">
<string>P2 </string> <string>P2 </string>
</property> </property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum"> <property name="minimum">
<double>-2147483647.000000000000000</double> <double>-2147483647.000000000000000</double>
</property> </property>
...@@ -67,6 +82,9 @@ ...@@ -67,6 +82,9 @@
<property name="prefix"> <property name="prefix">
<string>P3 </string> <string>P3 </string>
</property> </property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum"> <property name="minimum">
<double>-2147483647.000000000000000</double> <double>-2147483647.000000000000000</double>
</property> </property>
...@@ -80,6 +98,9 @@ ...@@ -80,6 +98,9 @@
<property name="prefix"> <property name="prefix">
<string>P4 </string> <string>P4 </string>
</property> </property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum"> <property name="minimum">
<double>-2147483647.000000000000000</double> <double>-2147483647.000000000000000</double>
</property> </property>
...@@ -93,6 +114,9 @@ ...@@ -93,6 +114,9 @@
<property name="prefix"> <property name="prefix">
<string>P5 </string> <string>P5 </string>
</property> </property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum"> <property name="minimum">
<double>-2147483647.000000000000000</double> <double>-2147483647.000000000000000</double>
</property> </property>
...@@ -106,6 +130,9 @@ ...@@ -106,6 +130,9 @@
<property name="prefix"> <property name="prefix">
<string>P6 </string> <string>P6 </string>
</property> </property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum"> <property name="minimum">
<double>-2147483647.000000000000000</double> <double>-2147483647.000000000000000</double>
</property> </property>
...@@ -119,6 +146,9 @@ ...@@ -119,6 +146,9 @@
<property name="prefix"> <property name="prefix">
<string>P7 </string> <string>P7 </string>
</property> </property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum"> <property name="minimum">
<double>-2147483647.000000000000000</double> <double>-2147483647.000000000000000</double>
</property> </property>
......
...@@ -7,60 +7,49 @@ ...@@ -7,60 +7,49 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>632</width> <width>632</width>
<height>40</height> <height>27</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="QSpinBox" name="doJumpIndexSpinBox"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="10,10,10">
<property name="geometry"> <property name="spacing">
<rect> <number>5</number>
<x>170</x> </property>
<y>10</y> <property name="margin">
<width>201</width> <number>0</number>
<height>25</height> </property>
</rect> <item>
</property> <widget class="QComboBox" name="doSetModeComboBox"/>
<property name="suffix"> </item>
<string/> <item>
</property> <widget class="QSpinBox" name="doJumpIndexSpinBox">
<property name="prefix"> <property name="suffix">
<string>list index to jump to: </string> <string/>
</property> </property>
<property name="maximum"> <property name="prefix">
<number>5000</number> <string>list index to jump to: </string>
</property> </property>
</widget> <property name="maximum">
<widget class="QSpinBox" name="doJumpRepeatSpinBox"> <number>5000</number>
<property name="geometry"> </property>
<rect> </widget>
<x>380</x> </item>
<y>10</y> <item>
<width>121</width> <widget class="QSpinBox" name="doJumpRepeatSpinBox">
<height>25</height> <property name="suffix">
</rect> <string> times</string>
</property> </property>
<property name="suffix"> <property name="prefix">
<string> times</string> <string>repeat </string>
</property> </property>
<property name="prefix"> <property name="maximum">
<string>repeat </string> <number>1000</number>
</property> </property>
<property name="maximum"> </widget>
<number>1000</number> </item>
</property> </layout>
</widget>
<widget class="QComboBox" name="doSetModeComboBox">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>111</width>
<height>26</height>
</rect>
</property>
</widget>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>
......
#include "QGCMissionOther.h"
#include "ui_QGCMissionOther.h"
QGCMissionOther::QGCMissionOther(QWidget *parent) :
QWidget(parent),
ui(new Ui::QGCMissionOther)
{
ui->setupUi(this);
}
QGCMissionOther::~QGCMissionOther()
{
delete ui;
}
#ifndef QGCMISSIONOTHER_H
#define QGCMISSIONOTHER_H
#include <QWidget>
namespace Ui {
class QGCMissionOther;
}
class QGCMissionOther : public QWidget
{
Q_OBJECT
public:
explicit QGCMissionOther(QWidget *parent = 0);
~QGCMissionOther();
Ui::QGCMissionOther *ui;
private:
};
#endif // QGCMISSIONOTHER_H
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QGCMissionOther</class>
<widget class="QWidget" name="QGCMissionOther">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1266</width>
<height>27</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="10,0,10,10,10,10,0,0">
<property name="spacing">
<number>5</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="commandSpinBox">
<property name="toolTip">
<string>MAV_CMD id</string>
</property>
<property name="statusTip">
<string>MAV_CMD id</string>
</property>
<property name="prefix">
<string>CMD </string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="param1SpinBox">
<property name="prefix">
<string>P1 </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
<property name="maximum">
<double>2147483647.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="param2SpinBox">
<property name="toolTip">
<string/>
</property>
<property name="prefix">
<string>P2 </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
<property name="maximum">
<double>2147483647.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="param3SpinBox">
<property name="prefix">
<string>P3 </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
<property name="maximum">
<double>2147483647.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="param4SpinBox">
<property name="prefix">
<string>P4 </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
<property name="maximum">
<double>2147483647.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="param5SpinBox">
<property name="prefix">
<string>P5 </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
<property name="maximum">
<double>2147483647.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="param6SpinBox">
<property name="prefix">
<string>P6 </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
<property name="maximum">
<double>2147483647.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="param7SpinBox">
<property name="prefix">
<string>P7 </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
<property name="maximum">
<double>2147483647.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment