TrackViewFBXImportPreviewDialog.ui 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TrackViewFBXImportPreviewDialog</class>
  4. <widget class="QDialog" name="TrackViewFBXImportPreviewDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>384</width>
  10. <height>489</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>FBX Import - Select Nodes to Import...</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,1">
  17. <item row="1" column="1">
  18. <widget class="QPushButton" name="buttonUnselectAll">
  19. <property name="text">
  20. <string>Unselect All</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="1" column="0">
  25. <widget class="QPushButton" name="buttonSelectAll">
  26. <property name="text">
  27. <string>Select All</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="0" column="0" colspan="3">
  32. <widget class="QTreeView" name="m_tree">
  33. <property name="rootIsDecorated">
  34. <bool>false</bool>
  35. </property>
  36. <attribute name="headerVisible">
  37. <bool>false</bool>
  38. </attribute>
  39. </widget>
  40. </item>
  41. <item row="2" column="0" colspan="3">
  42. <widget class="QDialogButtonBox" name="buttonBox">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. <property name="standardButtons">
  47. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  48. </property>
  49. </widget>
  50. </item>
  51. </layout>
  52. </widget>
  53. <resources/>
  54. <connections>
  55. <connection>
  56. <sender>buttonBox</sender>
  57. <signal>accepted()</signal>
  58. <receiver>TrackViewFBXImportPreviewDialog</receiver>
  59. <slot>accept()</slot>
  60. <hints>
  61. <hint type="sourcelabel">
  62. <x>248</x>
  63. <y>254</y>
  64. </hint>
  65. <hint type="destinationlabel">
  66. <x>157</x>
  67. <y>274</y>
  68. </hint>
  69. </hints>
  70. </connection>
  71. <connection>
  72. <sender>buttonBox</sender>
  73. <signal>rejected()</signal>
  74. <receiver>TrackViewFBXImportPreviewDialog</receiver>
  75. <slot>reject()</slot>
  76. <hints>
  77. <hint type="sourcelabel">
  78. <x>316</x>
  79. <y>260</y>
  80. </hint>
  81. <hint type="destinationlabel">
  82. <x>286</x>
  83. <y>274</y>
  84. </hint>
  85. </hints>
  86. </connection>
  87. </connections>
  88. </ui>