123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?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>607</width>
- <height>355</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLineEdit" name="lineEdit_dir1">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>30</y>
- <width>441</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_dir2">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>80</y>
- <width>441</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_timediff">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>170</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Dir1</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>80</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Dir2</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>170</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>TimeDiff</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Merge">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>170</y>
- <width>89</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Merge</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="progressBar">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>230</y>
- <width>511</width>
- <height>23</height>
- </rect>
- </property>
- <property name="value">
- <number>24</number>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>607</width>
- <height>28</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|