towneventswidget.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TownEventsWidget</class>
  4. <widget class="QDialog" name="TownEventsWidget">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>691</width>
  13. <height>462</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>400</width>
  25. <height>400</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Town events</string>
  30. </property>
  31. <layout class="QVBoxLayout" name="verticalLayout">
  32. <item>
  33. <layout class="QHBoxLayout" name="horizontalLayout_7">
  34. <item>
  35. <widget class="QLabel" name="timedEventText">
  36. <property name="text">
  37. <string>Timed events</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <spacer name="horizontalSpacer">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. <property name="sizeHint" stdset="0">
  47. <size>
  48. <width>40</width>
  49. <height>20</height>
  50. </size>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item>
  55. <widget class="QPushButton" name="timedEventAdd">
  56. <property name="minimumSize">
  57. <size>
  58. <width>90</width>
  59. <height>0</height>
  60. </size>
  61. </property>
  62. <property name="text">
  63. <string>Add</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QPushButton" name="timedEventRemove">
  69. <property name="minimumSize">
  70. <size>
  71. <width>90</width>
  72. <height>0</height>
  73. </size>
  74. </property>
  75. <property name="text">
  76. <string>Remove</string>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. <item>
  83. <widget class="QListWidget" name="eventsList">
  84. <property name="sortingEnabled">
  85. <bool>true</bool>
  86. </property>
  87. </widget>
  88. </item>
  89. </layout>
  90. </widget>
  91. <resources/>
  92. <connections/>
  93. </ui>