UnsavedChangesDialog.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>UnsavedChangesDialog</class>
  4. <widget class="QDialog" name="SaveChangesDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>404</width>
  10. <height>75</height>
  11. </rect>
  12. </property>
  13. <layout class="QGridLayout" name="gridLayout">
  14. <item row="0" column="0">
  15. <widget class="QLabel" name="m_saveLabel">
  16. <property name="geometry">
  17. <rect>
  18. <x>10</x>
  19. <y>0</y>
  20. <width>391</width>
  21. <height>41</height>
  22. </rect>
  23. </property>
  24. <property name="text">
  25. <string>Would you like to save changes?</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item row="1" column="0" colspan="4">
  30. <layout class="QHBoxLayout" name="horizontalLayout">
  31. <item>
  32. <spacer name="horizontalSpacer">
  33. <property name="orientation">
  34. <enum>Qt::Horizontal</enum>
  35. </property>
  36. <property name="sizeHint" stdset="0">
  37. <size>
  38. <width>40</width>
  39. <height>10</height>
  40. </size>
  41. </property>
  42. </spacer>
  43. </item>
  44. <item>
  45. <widget class="QPushButton" name="m_saveButton">
  46. <property name="text">
  47. <string>Save</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QPushButton" name="m_continueButton">
  53. <property name="text">
  54. <string>Don't Save</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QPushButton" name="m_cancelButton">
  60. <property name="text">
  61. <string>Cancel</string>
  62. </property>
  63. </widget>
  64. </item>
  65. </layout>
  66. </item>
  67. </layout>
  68. <property name="windowTitle">
  69. <string>Save Script Canvas Changes?</string>
  70. </property>
  71. </widget>
  72. <resources/>
  73. <connections/>
  74. </ui>