This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/SoftwareDesign/Lab6/2020114490/mainwindow.ui

191 lines
5.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>561</width>
<height>419</height>
</rect>
</property>
<property name="windowTitle">
<string>神经元计算器</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="4">
<widget class="QPushButton" name="equal">
<property name="text">
<string>=</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_x0">
<property name="text">
<string>x0</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="x0">
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="8" column="0" colspan="6">
<widget class="QLabel" name="label_name">
<property name="text">
<string>2020114490 电子1班 江一和</string>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QDoubleSpinBox" name="w1">
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="label_his">
<property name="text">
<string>历史记录</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QDoubleSpinBox" name="w0">
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QLabel" name="label">
<property name="text">
<string>f(x0,x1)</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_x1">
<property name="text">
<string>x1</string>
</property>
</widget>
</item>
<item row="7" column="0" colspan="6">
<widget class="QListWidget" name="list"/>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_w0">
<property name="text">
<string>w0</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_w1">
<property name="text">
<string>w1</string>
</property>
</widget>
</item>
<item row="3" column="5">
<widget class="QLineEdit" name="result"/>
</item>
<item row="5" column="3">
<widget class="QDoubleSpinBox" name="b">
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QLabel" name="label_b">
<property name="text">
<string>b</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="x1">
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>561</width>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>处理</string>
</property>
<addaction name="action"/>
</widget>
<addaction name="menu"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="action">
<property name="text">
<string>清空历史记录</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>x0</tabstop>
<tabstop>x1</tabstop>
<tabstop>w0</tabstop>
<tabstop>w1</tabstop>
<tabstop>b</tabstop>
<tabstop>equal</tabstop>
<tabstop>list</tabstop>
<tabstop>result</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>