mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
102 lines
2.3 KiB
Plaintext
102 lines
2.3 KiB
Plaintext
|
<?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>582</width>
|
||
|
<height>355</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>0</y>
|
||
|
<width>561</width>
|
||
|
<height>311</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>mid信息</string>
|
||
|
</property>
|
||
|
<widget class="QPushButton" name="file_chose_button">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>20</y>
|
||
|
<width>75</width>
|
||
|
<height>24</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>选择文件</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="note_count_label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>50</y>
|
||
|
<width>54</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>音符数</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit" name="note_count_shower">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>70</x>
|
||
|
<y>50</y>
|
||
|
<width>113</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="horizontalLayoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>310</y>
|
||
|
<width>561</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="input_button">
|
||
|
<property name="text">
|
||
|
<string>导入</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="output_button">
|
||
|
<property name="text">
|
||
|
<string>导出分析</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="close_button">
|
||
|
<property name="text">
|
||
|
<string>关闭</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|