TrackViewExportKeyTimeDlg.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TrackViewExportKeyTimeDlg</class>
  4. <widget class="QDialog" name="TrackViewExportKeyTimeDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>224</width>
  10. <height>128</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Export TrackView Keys Global Time</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>Export Keys In Tracks</string>
  21. </property>
  22. <property name="alignment">
  23. <set>Qt::AlignCenter</set>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <item>
  30. <spacer name="horizontalSpacer">
  31. <property name="orientation">
  32. <enum>Qt::Horizontal</enum>
  33. </property>
  34. <property name="sizeHint" stdset="0">
  35. <size>
  36. <width>40</width>
  37. <height>20</height>
  38. </size>
  39. </property>
  40. </spacer>
  41. </item>
  42. <item>
  43. <layout class="QVBoxLayout" name="verticalLayout">
  44. <item>
  45. <widget class="QCheckBox" name="m_animationTimeExport">
  46. <property name="text">
  47. <string>Animation</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QCheckBox" name="m_soundTimeExport">
  53. <property name="text">
  54. <string>Sound</string>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </item>
  60. <item>
  61. <spacer name="horizontalSpacer_2">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>40</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. </layout>
  74. </item>
  75. <item>
  76. <widget class="QDialogButtonBox" name="buttonBox">
  77. <property name="standardButtons">
  78. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  79. </property>
  80. </widget>
  81. </item>
  82. </layout>
  83. </widget>
  84. <resources/>
  85. <connections>
  86. <connection>
  87. <sender>buttonBox</sender>
  88. <signal>accepted()</signal>
  89. <receiver>TrackViewExportKeyTimeDlg</receiver>
  90. <slot>accept()</slot>
  91. <hints>
  92. <hint type="sourcelabel">
  93. <x>99</x>
  94. <y>106</y>
  95. </hint>
  96. <hint type="destinationlabel">
  97. <x>23</x>
  98. <y>75</y>
  99. </hint>
  100. </hints>
  101. </connection>
  102. <connection>
  103. <sender>buttonBox</sender>
  104. <signal>rejected()</signal>
  105. <receiver>TrackViewExportKeyTimeDlg</receiver>
  106. <slot>reject()</slot>
  107. <hints>
  108. <hint type="sourcelabel">
  109. <x>170</x>
  110. <y>102</y>
  111. </hint>
  112. <hint type="destinationlabel">
  113. <x>34</x>
  114. <y>56</y>
  115. </hint>
  116. </hints>
  117. </connection>
  118. </connections>
  119. </ui>