123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>chart_file</class>
- <widget class="QWidget" name="chart_file">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>882</width>
- <height>694</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="1" column="3">
- <widget class="QPushButton" name="pushButton">
- <property name="text">
- <string>清空窗口</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" rowspan="5" colspan="2">
- <layout class="QVBoxLayout" name="mainvertical">
- <property name="spacing">
- <number>0</number>
- </property>
- <item>
- <layout class="QVBoxLayout" name="behindvertical">
- <property name="spacing">
- <number>0</number>
- </property>
- <item>
- <widget class="QTableView" name="tableView"/>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- <item row="0" column="3">
- <widget class="QGroupBox" name="groupBox">
- <property name="minimumSize">
- <size>
- <width>120</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>100</height>
- </size>
- </property>
- <property name="toolTipDuration">
- <number>-1</number>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="title">
- <string>曲线</string>
- </property>
- <property name="flat">
- <bool>false</bool>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QRadioButton" name="allRadioButton">
- <property name="text">
- <string>全选</string>
- </property>
- <property name="iconSize">
- <size>
- <width>16</width>
- <height>16</height>
- </size>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="invertRadioButton">
- <property name="text">
- <string>反转</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="0" column="0" rowspan="5">
- <widget class="QTreeView" name="tree_set">
- <property name="minimumSize">
- <size>
- <width>120</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- </widget>
- </item>
- <item row="2" column="3">
- <widget class="QPushButton" name="pushButton_2">
- <property name="text">
- <string>归一化</string>
- </property>
- </widget>
- </item>
- <item row="3" column="3">
- <widget class="QPushButton" name="pushButton_3">
- <property name="text">
- <string>保存</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|