CommandLine.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CommandLine</class>
  4. <widget class="QWidget" name="commandLine">
  5. <property name="minimumSize">
  6. <size>
  7. <width>120</width>
  8. <height>400</height>
  9. </size>
  10. </property>
  11. <property name="sizePolicy">
  12. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  13. <horstretch>1</horstretch>
  14. <verstretch>0</verstretch>
  15. </sizepolicy>
  16. </property>
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="ScriptCanvasEditor::Widget::CommandLineEdit" name="commandText">
  20. <property name="geometry">
  21. <rect>
  22. <x>0</x>
  23. <y>0</y>
  24. <width>261</width>
  25. <height>20</height>
  26. </rect>
  27. </property>
  28. <property name="sizePolicy">
  29. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  30. <horstretch>1</horstretch>
  31. <verstretch>0</verstretch>
  32. </sizepolicy>
  33. </property>
  34. <property name="minimumSize">
  35. <size>
  36. <width>120</width>
  37. <height>20</height>
  38. </size>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="ScriptCanvasEditor::Widget::CommandLineList" name="commandList">
  44. <property name="geometry">
  45. <rect>
  46. <x>0</x>
  47. <y>0</y>
  48. <width>261</width>
  49. <height>20</height>
  50. </rect>
  51. </property>
  52. <property name="styleSheet">
  53. <string notr="true">
  54. QTableView { background-color: rgba(15,15,15,0.1); }
  55. </string>
  56. </property>
  57. <property name="selectionBehavior">
  58. <enum>QAbstractItemView::SelectRows</enum>
  59. </property>
  60. <property name="showGrid">
  61. <bool>false</bool>
  62. </property>
  63. <property name="cornerButtonEnabled">
  64. <bool>false</bool>
  65. </property>
  66. <attribute name="verticalHeaderVisible">
  67. <bool>false</bool>
  68. </attribute>
  69. <attribute name="horizontalHeaderVisible">
  70. <bool>false</bool>
  71. </attribute>
  72. <property name="frameShape">
  73. <enum>QFrame::NoFrame</enum>
  74. </property>
  75. <property name="lineWidth">
  76. <number>0</number>
  77. </property>
  78. <property name="sizePolicy">
  79. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
  80. <horstretch>1</horstretch>
  81. <verstretch>0</verstretch>
  82. </sizepolicy>
  83. </property>
  84. <property name="minimumSize">
  85. <size>
  86. <width>120</width>
  87. <height>220</height>
  88. </size>
  89. </property>
  90. <property name="showGrid">
  91. <bool>false</bool>
  92. </property>
  93. <property name="alternatingRowColors">
  94. <bool>true</bool>
  95. </property>
  96. <property name="selectionMode">
  97. <enum>QAbstractItemView::ExtendedSelection</enum>
  98. </property>
  99. <property name="selectionBehavior">
  100. <enum>QAbstractItemView::SelectRows</enum>
  101. </property>
  102. <property name="sortingEnabled">
  103. <bool>true</bool>
  104. </property>
  105. <attribute name="headerStretchLastSection">
  106. <bool>true</bool>
  107. </attribute>
  108. </widget>
  109. </item>
  110. </layout>
  111. </widget>
  112. <customwidgets>
  113. <customwidget>
  114. <class>ScriptCanvasEditor::Widget::CommandLineEdit</class>
  115. <extends>QLineEdit</extends>
  116. <header>Editor/View/Widgets/CommandLine.h</header>
  117. </customwidget>
  118. <customwidget>
  119. <class>ScriptCanvasEditor::Widget::CommandLineList</class>
  120. <extends>QTableView</extends>
  121. <header>Editor/View/Widgets/CommandLine.h</header>
  122. </customwidget>
  123. </customwidgets>
  124. </ui>