2025-10-22 17:40:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>AddCurveFileDlg</class>
|
|
|
|
|
<widget class="QWidget" name="AddCurveFileDlg">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-10-23 00:21:45 +00:00
|
|
|
<width>600</width>
|
2025-10-31 15:10:35 +00:00
|
|
|
<height>789</height>
|
2025-10-22 17:40:44 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Add Curve Data File</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="fileGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>File Selection</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="fileGridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="filePathLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>File Path:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="filePathEdit">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="readOnly">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>Select curve data file...</string>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QToolButton" name="selectFileBtn">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="fileNameLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>File Name:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="fileNameValue">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>-</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="fileSizeLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>File Size:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="fileSizeValue">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>-</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-23 00:21:45 +00:00
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="chartGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Chart Properties</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="chartGridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="chartNameLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Chart Name:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="chartNameEdit">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Chart 1</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>Enter chart name...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
2025-10-27 04:12:39 +00:00
|
|
|
<widget class="QLabel" name="chartTypeLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
2025-10-27 04:12:39 +00:00
|
|
|
<string>Chart Type:</string>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
2025-10-31 15:10:35 +00:00
|
|
|
<widget class="QComboBox" name="chartTypeComboBox">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-10-23 00:21:45 +00:00
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="xTitleLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>X Axis Title:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 08:10:42 +00:00
|
|
|
<item row="2" column="1">
|
2025-10-23 00:21:45 +00:00
|
|
|
<widget class="QLineEdit" name="xTitleEdit">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>Enter X axis title...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 08:10:42 +00:00
|
|
|
<item row="3" column="0">
|
2025-10-23 00:21:45 +00:00
|
|
|
<widget class="QLabel" name="yTitleLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Y Axis Title:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 08:10:42 +00:00
|
|
|
<item row="3" column="1">
|
2025-10-23 00:21:45 +00:00
|
|
|
<widget class="QLineEdit" name="yTitleEdit">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>Enter Y axis title...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 08:10:42 +00:00
|
|
|
<item row="4" column="0">
|
2025-10-23 00:21:45 +00:00
|
|
|
<widget class="QLabel" name="timeParamLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
2025-10-27 08:10:42 +00:00
|
|
|
<string>Time:</string>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 08:10:42 +00:00
|
|
|
<item row="4" column="1">
|
2025-10-31 15:10:35 +00:00
|
|
|
<widget class="QSpinBox" name="timeParamSpinBox">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-10-23 00:21:45 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="axisRangeGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Axis Range Settings</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="axisRangeGridLayout">
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="1" column="3">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="yMaxSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<double>-999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>800.000000000000000</double>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="xCountSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="minimum">
|
2025-10-27 00:35:04 +00:00
|
|
|
<number>2</number>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
2025-10-27 00:35:04 +00:00
|
|
|
<number>50</number>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
2025-10-27 00:35:04 +00:00
|
|
|
<number>6</number>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="xCountLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
2025-10-27 00:35:04 +00:00
|
|
|
<string>X Tick Count:</string>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="xMinSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<double>-999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
2025-10-27 00:35:04 +00:00
|
|
|
<double>0.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="xMinLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>X Min:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QLabel" name="yMaxLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Y Max:</string>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="yMinLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Y Min:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QSpinBox" name="yCountSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>50</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
2025-10-31 15:10:35 +00:00
|
|
|
<number>9</number>
|
2025-10-27 00:35:04 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-23 00:21:45 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="yMinSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<double>-999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>-800.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="xMaxSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<double>-999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
2025-10-27 00:35:04 +00:00
|
|
|
<double>250.000000000000000</double>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QLabel" name="xMaxLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
2025-10-27 00:35:04 +00:00
|
|
|
<string>X Max:</string>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-27 00:35:04 +00:00
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QLabel" name="xCountLabel_2">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Y Tick Count:</string>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="curveGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Curve Management</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="curveVerticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="curveButtonLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="curveListLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Curves:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="curveButtonSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="addCurveBtn">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Add Curve</string>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="removeCurveBtn">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>60</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Remove</string>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QListWidget" name="curveListWidget">
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>120</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alternatingRowColors">
|
2025-11-01 04:43:16 +00:00
|
|
|
<bool>false</bool>
|
2025-10-23 00:21:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="curvePropertiesGroupBox">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="title">
|
|
|
|
|
<string>Selected Curve Properties</string>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<layout class="QGridLayout" name="curvePropertiesGridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="curveNameLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Curve Name:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="curveNameEdit">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>Enter curve name...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="curveColorLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Curve Color:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<layout class="QHBoxLayout" name="colorLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="colorButton">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-27 00:35:04 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Select Color</string>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="colorPreview">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>50</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string>background-color: rgb(255, 0, 0); border: 1px solid black;</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="colorSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="dataStartLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Data Start:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="dataStartSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>999999</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="dataStopLabel">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Data Stop:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="dataStopSpinBox">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>999999</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>241</number>
|
|
|
|
|
</property>
|
2025-10-27 04:12:39 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="xValueLabel">
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2025-10-27 08:10:42 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>X Value:</string>
|
|
|
|
|
</property>
|
2025-10-27 04:12:39 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="xValueSpinBox">
|
2025-10-27 08:10:42 +00:00
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2025-10-27 04:12:39 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<double>-999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QLabel" name="yValueLabel">
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2025-10-27 08:10:42 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Y Value:</string>
|
|
|
|
|
</property>
|
2025-10-27 04:12:39 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="yValueSpinBox">
|
2025-10-27 08:10:42 +00:00
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2025-10-27 04:12:39 +00:00
|
|
|
<property name="minimum">
|
|
|
|
|
<double>-999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>999999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
|
</property>
|
2025-10-23 00:21:45 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-10-22 17:40:44 +00:00
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="buttonLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="addBtn">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
2025-11-02 01:27:55 +00:00
|
|
|
<height>0</height>
|
2025-10-31 15:10:35 +00:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Add File</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="default">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cancelBtn">
|
2025-10-31 15:10:35 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
2025-11-02 01:27:55 +00:00
|
|
|
<height>0</height>
|
2025-10-31 15:10:35 +00:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-10-22 17:40:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Cancel</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
2025-10-27 00:35:04 +00:00
|
|
|
</ui>
|