timepartwidget.ui 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TimePartWidget</class>
  4. <widget class="QWidget" name="TimePartWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>116</width>
  10. <height>192</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>16777215</width>
  16. <height>16777215</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <property name="spacing">
  24. <number>0</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QListWidget" name="listWidget">
  40. <property name="minimumSize">
  41. <size>
  42. <width>0</width>
  43. <height>0</height>
  44. </size>
  45. </property>
  46. <property name="maximumSize">
  47. <size>
  48. <width>16777215</width>
  49. <height>16777215</height>
  50. </size>
  51. </property>
  52. <property name="styleSheet">
  53. <string notr="true"/>
  54. </property>
  55. </widget>
  56. </item>
  57. </layout>
  58. </widget>
  59. <resources/>
  60. <connections/>
  61. </ui>