FBXExporterDialog.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FBXExporterDialog</class>
  4. <widget class="QDialog" name="FBXExporterDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>240</width>
  10. <height>130</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Export FBX</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Select Bake FPS</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QComboBox" name="m_fpsCombo">
  28. <property name="editable">
  29. <bool>true</bool>
  30. </property>
  31. <property name="insertPolicy">
  32. <enum>QComboBox::NoInsert</enum>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <spacer name="horizontalSpacer_2">
  38. <property name="orientation">
  39. <enum>Qt::Horizontal</enum>
  40. </property>
  41. <property name="sizeHint" stdset="0">
  42. <size>
  43. <width>40</width>
  44. <height>20</height>
  45. </size>
  46. </property>
  47. </spacer>
  48. </item>
  49. </layout>
  50. </item>
  51. <item>
  52. <widget class="QCheckBox" name="m_exportOnlyPrimaryCameraCheckBox">
  53. <property name="text">
  54. <string>Export Only Primary Camera</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QCheckBox" name="m_exportLocalCoordsCheckbox">
  60. <property name="text">
  61. <string>Export As Local To The Selected Object</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QDialogButtonBox" name="buttonBox">
  67. <property name="standardButtons">
  68. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  69. </property>
  70. </widget>
  71. </item>
  72. </layout>
  73. </widget>
  74. <resources/>
  75. <connections>
  76. <connection>
  77. <sender>buttonBox</sender>
  78. <signal>accepted()</signal>
  79. <receiver>FBXExporterDialog</receiver>
  80. <slot>accept()</slot>
  81. <hints>
  82. <hint type="sourcelabel">
  83. <x>113</x>
  84. <y>117</y>
  85. </hint>
  86. <hint type="destinationlabel">
  87. <x>219</x>
  88. <y>46</y>
  89. </hint>
  90. </hints>
  91. </connection>
  92. <connection>
  93. <sender>buttonBox</sender>
  94. <signal>rejected()</signal>
  95. <receiver>FBXExporterDialog</receiver>
  96. <slot>reject()</slot>
  97. <hints>
  98. <hint type="sourcelabel">
  99. <x>199</x>
  100. <y>103</y>
  101. </hint>
  102. <hint type="destinationlabel">
  103. <x>218</x>
  104. <y>13</y>
  105. </hint>
  106. </hints>
  107. </connection>
  108. </connections>
  109. </ui>