takeFiles.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>takeFiles</class>
  4. <widget class="QWidget" name="takeFiles">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>745</width>
  10. <height>163</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Выберите папку с файлами PRISMA</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color: rgb(51, 252, 255);</string>
  18. </property>
  19. <widget class="QLabel" name="label">
  20. <property name="geometry">
  21. <rect>
  22. <x>20</x>
  23. <y>40</y>
  24. <width>91</width>
  25. <height>21</height>
  26. </rect>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <family>Calibri</family>
  31. <pointsize>12</pointsize>
  32. <weight>75</weight>
  33. <bold>true</bold>
  34. </font>
  35. </property>
  36. <property name="text">
  37. <string>1-кластер</string>
  38. </property>
  39. </widget>
  40. <widget class="QLineEdit" name="lineEdit">
  41. <property name="geometry">
  42. <rect>
  43. <x>130</x>
  44. <y>30</y>
  45. <width>481</width>
  46. <height>41</height>
  47. </rect>
  48. </property>
  49. <property name="font">
  50. <font>
  51. <pointsize>10</pointsize>
  52. </font>
  53. </property>
  54. <property name="styleSheet">
  55. <string notr="true">background-color: rgb(255, 255, 255);
  56. color: rgb(0, 0, 0);</string>
  57. </property>
  58. <property name="text">
  59. <string/>
  60. </property>
  61. <property name="placeholderText">
  62. <string>Введите папку c нужными файлами</string>
  63. </property>
  64. </widget>
  65. <widget class="QPushButton" name="pushButton">
  66. <property name="geometry">
  67. <rect>
  68. <x>630</x>
  69. <y>35</y>
  70. <width>93</width>
  71. <height>31</height>
  72. </rect>
  73. </property>
  74. <property name="font">
  75. <font>
  76. <family>Calibri</family>
  77. <pointsize>12</pointsize>
  78. <weight>75</weight>
  79. <bold>true</bold>
  80. </font>
  81. </property>
  82. <property name="styleSheet">
  83. <string notr="true">background-color: rgb(255, 255, 255);</string>
  84. </property>
  85. <property name="text">
  86. <string>Обзор</string>
  87. </property>
  88. </widget>
  89. <widget class="QLabel" name="label_2">
  90. <property name="geometry">
  91. <rect>
  92. <x>20</x>
  93. <y>110</y>
  94. <width>91</width>
  95. <height>21</height>
  96. </rect>
  97. </property>
  98. <property name="font">
  99. <font>
  100. <family>Calibri</family>
  101. <pointsize>12</pointsize>
  102. <weight>75</weight>
  103. <bold>true</bold>
  104. </font>
  105. </property>
  106. <property name="text">
  107. <string>2-кластер</string>
  108. </property>
  109. </widget>
  110. <widget class="QLineEdit" name="lineEdit_2">
  111. <property name="geometry">
  112. <rect>
  113. <x>130</x>
  114. <y>100</y>
  115. <width>481</width>
  116. <height>41</height>
  117. </rect>
  118. </property>
  119. <property name="font">
  120. <font>
  121. <pointsize>10</pointsize>
  122. </font>
  123. </property>
  124. <property name="styleSheet">
  125. <string notr="true">background-color: rgb(255, 255, 255);
  126. color: rgb(0, 0, 0);</string>
  127. </property>
  128. <property name="text">
  129. <string/>
  130. </property>
  131. <property name="placeholderText">
  132. <string>Введите папку c нужными файлами</string>
  133. </property>
  134. </widget>
  135. <widget class="QPushButton" name="pushButton_2">
  136. <property name="geometry">
  137. <rect>
  138. <x>630</x>
  139. <y>105</y>
  140. <width>93</width>
  141. <height>31</height>
  142. </rect>
  143. </property>
  144. <property name="font">
  145. <font>
  146. <family>Calibri</family>
  147. <pointsize>12</pointsize>
  148. <weight>75</weight>
  149. <bold>true</bold>
  150. </font>
  151. </property>
  152. <property name="styleSheet">
  153. <string notr="true">background-color: rgb(255, 255, 255);</string>
  154. </property>
  155. <property name="text">
  156. <string>Обзор</string>
  157. </property>
  158. </widget>
  159. </widget>
  160. <resources/>
  161. <connections/>
  162. </ui>