37 lines
851 B
Plaintext
37 lines
851 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>CopyChannelSetting</class>
|
||
|
|
<widget class="QWidget" name="CopyChannelSetting">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>681</width>
|
||
|
|
<height>429</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Form</string>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">font: 16pt "黑体";
|
||
|
|
color: rgb(27, 30, 35);</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>140</x>
|
||
|
|
<y>110</y>
|
||
|
|
<width>421</width>
|
||
|
|
<height>31</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>你想要把当前通道的配置复制到哪些通道?</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|