showtimewindow.ui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowTimeWindow</class>
  4. <widget class="QWidget" name="ShowTimeWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>699</width>
  10. <height>452</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="layout">
  19. <item>
  20. <widget class="QComboBox" name="user">
  21. <item>
  22. <property name="text">
  23. <string>Я</string>
  24. </property>
  25. </item>
  26. </widget>
  27. </item>
  28. <item>
  29. <widget class="QCalendarWidget" name="date">
  30. <property name="maximumSize">
  31. <size>
  32. <width>16777215</width>
  33. <height>16777215</height>
  34. </size>
  35. </property>
  36. <property name="locale">
  37. <locale language="Russian" country="Russia"/>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <widget class="QTableWidget" name="timeEntries">
  43. <column>
  44. <property name="text">
  45. <string>с</string>
  46. </property>
  47. </column>
  48. <column>
  49. <property name="text">
  50. <string>по</string>
  51. </property>
  52. </column>
  53. <column>
  54. <property name="text">
  55. <string>мин.</string>
  56. </property>
  57. </column>
  58. <column>
  59. <property name="text">
  60. <string>тип</string>
  61. </property>
  62. </column>
  63. <column>
  64. <property name="text">
  65. <string>#</string>
  66. </property>
  67. </column>
  68. <column>
  69. <property name="text">
  70. <string>задача/проект</string>
  71. </property>
  72. </column>
  73. <column>
  74. <property name="text">
  75. <string>комментарий</string>
  76. </property>
  77. </column>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QPushButton" name="closeButton">
  82. <property name="text">
  83. <string>Закрыть</string>
  84. </property>
  85. </widget>
  86. </item>
  87. </layout>
  88. </item>
  89. </layout>
  90. </widget>
  91. <resources/>
  92. <connections/>
  93. </ui>