NodeTreeSelectionWidget.ui 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AZ::SceneAPI::UI::NodeTreeSelectionWidget</class>
  4. <widget class="QWidget" name="AZ::SceneAPI::UI::NodeTreeSelectionWidget">
  5. <property name="sizePolicy">
  6. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  7. <horstretch>0</horstretch>
  8. <verstretch>0</verstretch>
  9. </sizepolicy>
  10. </property>
  11. <layout class="QHBoxLayout" name="horizontalLayout">
  12. <property name="leftMargin">
  13. <number>0</number>
  14. </property>
  15. <property name="topMargin">
  16. <number>0</number>
  17. </property>
  18. <property name="rightMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="bottomMargin">
  22. <number>0</number>
  23. </property>
  24. <item>
  25. <widget class="QLabel" name="m_statusLabel">
  26. <property name="frameShape">
  27. <enum>QFrame::Panel</enum>
  28. </property>
  29. <property name="frameShadow">
  30. <enum>QFrame::Sunken</enum>
  31. </property>
  32. <property name="text">
  33. <string>All nodes selected</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QToolButton" name="m_selectButton">
  39. <property name="sizePolicy">
  40. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  41. <horstretch>0</horstretch>
  42. <verstretch>0</verstretch>
  43. </sizepolicy>
  44. </property>
  45. <property name="minimumSize">
  46. <size>
  47. <width>20</width>
  48. <height>20</height>
  49. </size>
  50. </property>
  51. <property name="maximumSize">
  52. <size>
  53. <width>20</width>
  54. <height>20</height>
  55. </size>
  56. </property>
  57. <property name="toolTip">
  58. <string>Select Nodes</string>
  59. </property>
  60. </widget>
  61. </item>
  62. </layout>
  63. </widget>
  64. <resources/>
  65. <connections/>
  66. </ui>