<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>H3C</class>
<widget class="QMainWindow" name="H3C">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>116</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>290</x>
<y>70</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>开始比对</string>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>361</width>
<height>25</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>文件1路径:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>浏览</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>361</width>
<height>25</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>文件2路径:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>浏览</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>H3C</receiver>
<slot>liu1()</slot>
<hints>
<hint type="sourcelabel">
<x>350</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>16</x>
<y>6</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_2</sender>
<signal>clicked()</signal>
<receiver>H3C</receiver>
<slot>liu2()</slot>
<hints>
<hint type="sourcelabel">
<x>329</x>
<y>54</y>
</hint>
<hint type="destinationlabel">
<x>14</x>
<y>38</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_3</sender>
<signal>clicked()</signal>
<receiver>H3C</receiver>
<slot>start()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>84</y>
</hint>
<hint type="destinationlabel">
<x>156</x>
<y>80</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>liu1()</slot>
<slot>liu2()</slot>
<slot>start()</slot>
</slots>
</ui>
ui
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 版本记录 前言 Unity是由Unity Technologies开发的一个让玩家轻松创建诸如三维视频游戏、建筑可...
- 在上一篇中我讲解了怎么打开网易云课堂以及怎么登录,在本篇中将更深入的往实战方向靠近,将会讲解以下功能测试用例的脚本...
- Interaction Components 交互组件在UI系统中处理交互事件,比如鼠标或者触摸事件 Select...
- 设计师是一群非常忙碌的人,忙成狗,这是公认的。(耐心看完,最干的干货都在后面) 不仅要为下一个项目找灵感,还要去处...