3
0

ebushandleractionlistwidget.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EBusHandlerActionListWidget</class>
  4. <widget class="QWidget" name="EBusHandlerActionListWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>268</width>
  10. <height>109</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLineEdit" name="searchFilter">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="placeholderText">
  26. <string>Search...</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <widget class="QListView" name="actionListView">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="minimumSize">
  39. <size>
  40. <width>250</width>
  41. <height>65</height>
  42. </size>
  43. </property>
  44. <property name="maximumSize">
  45. <size>
  46. <width>16777215</width>
  47. <height>350</height>
  48. </size>
  49. </property>
  50. <property name="verticalScrollBarPolicy">
  51. <enum>Qt::ScrollBarAlwaysOn</enum>
  52. </property>
  53. <property name="horizontalScrollBarPolicy">
  54. <enum>Qt::ScrollBarAlwaysOff</enum>
  55. </property>
  56. <property name="showDropIndicator" stdset="0">
  57. <bool>false</bool>
  58. </property>
  59. <property name="defaultDropAction">
  60. <enum>Qt::IgnoreAction</enum>
  61. </property>
  62. <property name="alternatingRowColors">
  63. <bool>true</bool>
  64. </property>
  65. <property name="selectionMode">
  66. <enum>QAbstractItemView::SingleSelection</enum>
  67. </property>
  68. <property name="selectionBehavior">
  69. <enum>QAbstractItemView::SelectRows</enum>
  70. </property>
  71. <property name="uniformItemSizes">
  72. <bool>true</bool>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </widget>
  78. <resources/>
  79. <connections/>
  80. </ui>