代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>775</width>
<height>643</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>775</width>
<height>643</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>775</width>
<height>643</height>
</size>
</property>
<property name="windowTitle">
<string>插值计算</string>
</property>
<property name="windowIcon">
<iconset resource="resource.qrc">
<normaloff>:/images/logo.png</normaloff>:/images/logo.png</iconset>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QWidget" name="widget" native="true">
<widget class="QWidget" name="widget_2" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>701</width>
<height>211</height>
</rect>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>181</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Method</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="Method">
<item>
<property name="text">
<string>Lagrange</string>
</property>
</item>
<item>
<property name="text">
<string>Newton</string>
</property>
</item>
<item>
<property name="text">
<string>Hermite</string>
</property>
</item>
<item>
<property name="text">
<string>Cubic</string>
</property>
</item>
<item>
<property name="text">
<string>Inverse</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="Caculate">
<property name="geometry">
<rect>
<x>30</x>
<y>160</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Calculate</string>
</property>
</widget>
<widget class="QPushButton" name="Reset">
<property name="geometry">
<rect>
<x>140</x>
<y>160</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QPushButton" name="Help">
<property name="geometry">
<rect>
<x>250</x>
<y>160</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Help</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>611</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>220</x>
<y>100</y>
<width>371</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_target">
<property name="text">
<string>Xtarget</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_target_x">
<property name="placeholderText">
<string>目标x值</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="SelectFileButton">
<property name="geometry">
<rect>
<x>600</x>
<y>40</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>SecletFile</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>561</width>
<height>30</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Xvalue</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_x">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>请输入英文逗号分隔的数据</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>561</width>
<height>32</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Yvalue</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_y">
<property name="placeholderText">
<string>请输入英文逗号分隔的数据</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QPushButton" name="SelectFileButton_2">
<property name="geometry">
<rect>
<x>602</x>
<y>110</y>
<width>91</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>SecletFile</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>210</y>
<width>751</width>
<height>411</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Result</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser"/>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Graph</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicsView">
<property name="interactive">
<bool>true</bool>
</property>
<property name="cacheMode">
<set>QGraphicsView::CacheNone</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。