UiAVEventsDialog.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>UiAVEventsDialog</class>
  4. <widget class="QDialog" name="UiAVEventsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>427</width>
  10. <height>308</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>350</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Ui Editor Events</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="0" column="0" colspan="5">
  24. <widget class="QTreeView" name="m_List">
  25. <property name="selectionMode">
  26. <enum>QAbstractItemView::ExtendedSelection</enum>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="1" column="0">
  31. <widget class="QPushButton" name="buttonAddEvent">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="text">
  39. <string>Add</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="1" column="1">
  44. <widget class="QPushButton" name="buttonRemoveEvent">
  45. <property name="sizePolicy">
  46. <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
  47. <horstretch>0</horstretch>
  48. <verstretch>0</verstretch>
  49. </sizepolicy>
  50. </property>
  51. <property name="text">
  52. <string>Remove</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="1" column="2">
  57. <widget class="QPushButton" name="buttonRenameEvent">
  58. <property name="sizePolicy">
  59. <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
  60. <horstretch>0</horstretch>
  61. <verstretch>0</verstretch>
  62. </sizepolicy>
  63. </property>
  64. <property name="text">
  65. <string>Rename</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item row="1" column="3">
  70. <widget class="QPushButton" name="buttonUpEvent">
  71. <property name="sizePolicy">
  72. <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
  73. <horstretch>0</horstretch>
  74. <verstretch>0</verstretch>
  75. </sizepolicy>
  76. </property>
  77. <property name="text">
  78. <string>Up</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item row="1" column="4">
  83. <widget class="QPushButton" name="buttonDownEvent">
  84. <property name="sizePolicy">
  85. <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
  86. <horstretch>0</horstretch>
  87. <verstretch>0</verstretch>
  88. </sizepolicy>
  89. </property>
  90. <property name="text">
  91. <string>Down</string>
  92. </property>
  93. </widget>
  94. </item>
  95. </layout>
  96. </widget>
  97. <resources/>
  98. <connections/>
  99. </ui>