UiAnimViewNewSequenceDialog.ui 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CUiAVNewSequenceDialog</class>
  4. <widget class="QDialog" name="CUiAVNewSequenceDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>232</width>
  10. </rect>
  11. </property>
  12. <layout class="QVBoxLayout" name="verticalLayout">
  13. <property name="leftMargin">
  14. <number>4</number>
  15. </property>
  16. <property name="topMargin">
  17. <number>4</number>
  18. </property>
  19. <property name="rightMargin">
  20. <number>4</number>
  21. </property>
  22. <property name="bottomMargin">
  23. <number>4</number>
  24. </property>
  25. <item>
  26. <widget class="QLabel" name="STATIC">
  27. <property name="text">
  28. <string>New sequence name:</string>
  29. </property>
  30. <property name="alignment">
  31. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  32. </property>
  33. </widget>
  34. </item>
  35. <item>
  36. <widget class="QLineEdit" name="NAME">
  37. <property name="alignment">
  38. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QDialogButtonBox" name="buttonBox">
  44. <property name="standardButtons">
  45. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  46. </property>
  47. </widget>
  48. </item>
  49. </layout>
  50. </widget>
  51. <resources/>
  52. <connections>
  53. <connection>
  54. <sender>buttonBox</sender>
  55. <signal>rejected()</signal>
  56. <receiver>CUiAVNewSequenceDialog</receiver>
  57. <slot>reject()</slot>
  58. <hints>
  59. <hint type="sourcelabel">
  60. <x>173</x>
  61. <y>58</y>
  62. </hint>
  63. <hint type="destinationlabel">
  64. <x>175</x>
  65. <y>48</y>
  66. </hint>
  67. </hints>
  68. </connection>
  69. </connections>
  70. </ui>