logtimewindow.ui 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LogTimeWindow</class>
  4. <widget class="QScrollArea" name="LogTimeWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>366</width>
  10. <height>406</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ScrollArea</string>
  15. </property>
  16. <property name="widgetResizable">
  17. <bool>true</bool>
  18. </property>
  19. <widget class="QWidget" name="scrollAreaWidgetContents">
  20. <property name="geometry">
  21. <rect>
  22. <x>0</x>
  23. <y>0</y>
  24. <width>364</width>
  25. <height>404</height>
  26. </rect>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout_2">
  29. <item>
  30. <layout class="QVBoxLayout" name="verticalLayout">
  31. <item>
  32. <layout class="QGridLayout" name="gridLayout_2">
  33. <item row="0" column="0">
  34. <widget class="QLabel" name="sinceLabel">
  35. <property name="sizePolicy">
  36. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  37. <horstretch>0</horstretch>
  38. <verstretch>0</verstretch>
  39. </sizepolicy>
  40. </property>
  41. <property name="text">
  42. <string>C:</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="1" column="0">
  47. <widget class="QLabel" name="untilLabel">
  48. <property name="sizePolicy">
  49. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  50. <horstretch>0</horstretch>
  51. <verstretch>0</verstretch>
  52. </sizepolicy>
  53. </property>
  54. <property name="text">
  55. <string>По:</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="0" column="1">
  60. <widget class="QTimeEdit" name="sinceInput">
  61. <property name="sizePolicy">
  62. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  63. <horstretch>0</horstretch>
  64. <verstretch>0</verstretch>
  65. </sizepolicy>
  66. </property>
  67. <property name="currentSection">
  68. <enum>QDateTimeEdit::HourSection</enum>
  69. </property>
  70. <property name="displayFormat">
  71. <string>hh:mm</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item row="1" column="1">
  76. <widget class="QTimeEdit" name="untilInput">
  77. <property name="currentSection">
  78. <enum>QDateTimeEdit::HourSection</enum>
  79. </property>
  80. <property name="displayFormat">
  81. <string>hh:mm</string>
  82. </property>
  83. </widget>
  84. </item>
  85. </layout>
  86. </item>
  87. <item>
  88. <widget class="QComboBox" name="project">
  89. <item>
  90. <property name="text">
  91. <string>По всем проектам</string>
  92. </property>
  93. </item>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QTreeWidget" name="issue">
  98. <property name="columnCount">
  99. <number>2</number>
  100. </property>
  101. <column>
  102. <property name="text">
  103. <string>№</string>
  104. </property>
  105. <property name="foreground">
  106. <brush brushstyle="NoBrush">
  107. <color alpha="255">
  108. <red>111</red>
  109. <green>111</green>
  110. <blue>111</blue>
  111. </color>
  112. </brush>
  113. </property>
  114. </column>
  115. <column>
  116. <property name="text">
  117. <string>Задача</string>
  118. </property>
  119. </column>
  120. <item>
  121. <property name="text">
  122. <string>0</string>
  123. </property>
  124. <property name="font">
  125. <font>
  126. <weight>50</weight>
  127. <bold>false</bold>
  128. </font>
  129. </property>
  130. <property name="foreground">
  131. <brush brushstyle="NoBrush">
  132. <color alpha="255">
  133. <red>121</red>
  134. <green>121</green>
  135. <blue>121</blue>
  136. </color>
  137. </brush>
  138. </property>
  139. <property name="text">
  140. <string>Другое</string>
  141. </property>
  142. <property name="font">
  143. <font>
  144. <weight>75</weight>
  145. <bold>true</bold>
  146. </font>
  147. </property>
  148. </item>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QComboBox" name="activityType">
  153. <property name="editable">
  154. <bool>false</bool>
  155. </property>
  156. <property name="currentText">
  157. <string>Разработка</string>
  158. </property>
  159. <property name="currentIndex">
  160. <number>1</number>
  161. </property>
  162. <item>
  163. <property name="text">
  164. <string>Проектирование</string>
  165. </property>
  166. </item>
  167. <item>
  168. <property name="text">
  169. <string>Разработка</string>
  170. </property>
  171. </item>
  172. <item>
  173. <property name="text">
  174. <string>Отчётность</string>
  175. </property>
  176. </item>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QLineEdit" name="comment">
  181. <property name="placeholderText">
  182. <string>Комментарий</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item>
  187. <layout class="QHBoxLayout" name="horizontalLayout">
  188. <item>
  189. <widget class="QPushButton" name="cancel">
  190. <property name="sizePolicy">
  191. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  192. <horstretch>0</horstretch>
  193. <verstretch>0</verstretch>
  194. </sizepolicy>
  195. </property>
  196. <property name="minimumSize">
  197. <size>
  198. <width>0</width>
  199. <height>0</height>
  200. </size>
  201. </property>
  202. <property name="text">
  203. <string>Отменить</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item>
  208. <widget class="QPushButton" name="accept">
  209. <property name="sizePolicy">
  210. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  211. <horstretch>0</horstretch>
  212. <verstretch>0</verstretch>
  213. </sizepolicy>
  214. </property>
  215. <property name="minimumSize">
  216. <size>
  217. <width>0</width>
  218. <height>36</height>
  219. </size>
  220. </property>
  221. <property name="text">
  222. <string>Подтвердить</string>
  223. </property>
  224. </widget>
  225. </item>
  226. </layout>
  227. </item>
  228. </layout>
  229. </item>
  230. </layout>
  231. </widget>
  232. </widget>
  233. <resources/>
  234. <connections/>
  235. </ui>