mainwindow.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>607</width>
  10. <height>355</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLineEdit" name="lineEdit_dir1">
  18. <property name="geometry">
  19. <rect>
  20. <x>110</x>
  21. <y>30</y>
  22. <width>441</width>
  23. <height>25</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QLineEdit" name="lineEdit_dir2">
  28. <property name="geometry">
  29. <rect>
  30. <x>110</x>
  31. <y>80</y>
  32. <width>441</width>
  33. <height>25</height>
  34. </rect>
  35. </property>
  36. </widget>
  37. <widget class="QLineEdit" name="lineEdit_timediff">
  38. <property name="geometry">
  39. <rect>
  40. <x>110</x>
  41. <y>170</y>
  42. <width>113</width>
  43. <height>25</height>
  44. </rect>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="label">
  48. <property name="geometry">
  49. <rect>
  50. <x>20</x>
  51. <y>30</y>
  52. <width>67</width>
  53. <height>17</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>Dir1</string>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="label_2">
  61. <property name="geometry">
  62. <rect>
  63. <x>20</x>
  64. <y>80</y>
  65. <width>67</width>
  66. <height>17</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>Dir2</string>
  71. </property>
  72. </widget>
  73. <widget class="QLabel" name="label_3">
  74. <property name="geometry">
  75. <rect>
  76. <x>20</x>
  77. <y>170</y>
  78. <width>67</width>
  79. <height>17</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>TimeDiff</string>
  84. </property>
  85. </widget>
  86. <widget class="QPushButton" name="pushButton_Merge">
  87. <property name="geometry">
  88. <rect>
  89. <x>260</x>
  90. <y>170</y>
  91. <width>89</width>
  92. <height>25</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>Merge</string>
  97. </property>
  98. </widget>
  99. <widget class="QProgressBar" name="progressBar">
  100. <property name="geometry">
  101. <rect>
  102. <x>30</x>
  103. <y>230</y>
  104. <width>511</width>
  105. <height>23</height>
  106. </rect>
  107. </property>
  108. <property name="value">
  109. <number>24</number>
  110. </property>
  111. </widget>
  112. </widget>
  113. <widget class="QMenuBar" name="menuBar">
  114. <property name="geometry">
  115. <rect>
  116. <x>0</x>
  117. <y>0</y>
  118. <width>607</width>
  119. <height>28</height>
  120. </rect>
  121. </property>
  122. </widget>
  123. <widget class="QToolBar" name="mainToolBar">
  124. <attribute name="toolBarArea">
  125. <enum>TopToolBarArea</enum>
  126. </attribute>
  127. <attribute name="toolBarBreak">
  128. <bool>false</bool>
  129. </attribute>
  130. </widget>
  131. <widget class="QStatusBar" name="statusBar"/>
  132. </widget>
  133. <layoutdefault spacing="6" margin="11"/>
  134. <resources/>
  135. <connections/>
  136. </ui>