savestatemanager.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <ui version="4.0" >
  2. <class>saveStateManager</class>
  3. <widget class="QDialog" name="saveStateManager" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>609</width>
  9. <height>402</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Save State Manager</string>
  14. </property>
  15. <layout class="QGridLayout" name="gridLayout" >
  16. <item row="0" column="0" >
  17. <layout class="QVBoxLayout" name="verticalLayout" >
  18. <item>
  19. <widget class="QLabel" name="label_2" >
  20. <property name="text" >
  21. <string>Select a save state:</string>
  22. </property>
  23. </widget>
  24. </item>
  25. <item>
  26. <widget class="QListWidget" name="saveStateListWidget" >
  27. <property name="sizePolicy" >
  28. <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
  29. <horstretch>0</horstretch>
  30. <verstretch>0</verstretch>
  31. </sizepolicy>
  32. </property>
  33. <property name="minimumSize" >
  34. <size>
  35. <width>40</width>
  36. <height>0</height>
  37. </size>
  38. </property>
  39. <property name="toolTip" >
  40. <string>Save state files</string>
  41. </property>
  42. <property name="editTriggers" >
  43. <set>QAbstractItemView::NoEditTriggers</set>
  44. </property>
  45. <property name="showDropIndicator" stdset="0" >
  46. <bool>false</bool>
  47. </property>
  48. <property name="alternatingRowColors" >
  49. <bool>true</bool>
  50. </property>
  51. <property name="resizeMode" >
  52. <enum>QListView::Adjust</enum>
  53. </property>
  54. </widget>
  55. </item>
  56. </layout>
  57. </item>
  58. <item row="1" column="0" colspan="3" >
  59. <widget class="QWidget" native="1" name="newFileWidget" >
  60. <layout class="QHBoxLayout" name="horizontalLayout_2" >
  61. <item>
  62. <widget class="QLabel" name="label" >
  63. <property name="text" >
  64. <string>New file:</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QLineEdit" name="newFileLineEdit" >
  70. <property name="toolTip" >
  71. <string>Type a new save state file name</string>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </widget>
  77. </item>
  78. <item row="2" column="0" colspan="3" >
  79. <layout class="QHBoxLayout" name="horizontalLayout" >
  80. <item>
  81. <spacer name="horizontalSpacer" >
  82. <property name="orientation" >
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. <property name="sizeHint" stdset="0" >
  86. <size>
  87. <width>40</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. </spacer>
  92. </item>
  93. <item>
  94. <widget class="QPushButton" name="deleteStateButton" >
  95. <property name="focusPolicy" >
  96. <enum>Qt::ClickFocus</enum>
  97. </property>
  98. <property name="toolTip" >
  99. <string>Delete currently selected save state file</string>
  100. </property>
  101. <property name="text" >
  102. <string>Delete</string>
  103. </property>
  104. <property name="autoDefault" >
  105. <bool>false</bool>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QPushButton" name="saveStateButton" >
  111. <property name="enabled" >
  112. <bool>true</bool>
  113. </property>
  114. <property name="toolTip" >
  115. <string>Save using new file name or (if none provided) over the selected save state file</string>
  116. </property>
  117. <property name="text" >
  118. <string>Save</string>
  119. </property>
  120. <property name="autoDefault" >
  121. <bool>false</bool>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QPushButton" name="loadStateButton" >
  127. <property name="toolTip" >
  128. <string>Load selected save state file</string>
  129. </property>
  130. <property name="text" >
  131. <string>Load</string>
  132. </property>
  133. <property name="autoDefault" >
  134. <bool>false</bool>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="QPushButton" name="cancelButton" >
  140. <property name="focusPolicy" >
  141. <enum>Qt::StrongFocus</enum>
  142. </property>
  143. <property name="text" >
  144. <string>Cancel</string>
  145. </property>
  146. <property name="autoExclusive" >
  147. <bool>false</bool>
  148. </property>
  149. </widget>
  150. </item>
  151. </layout>
  152. </item>
  153. <item row="0" column="1" >
  154. <spacer name="horizontalSpacer_2" >
  155. <property name="orientation" >
  156. <enum>Qt::Horizontal</enum>
  157. </property>
  158. <property name="sizeHint" stdset="0" >
  159. <size>
  160. <width>40</width>
  161. <height>20</height>
  162. </size>
  163. </property>
  164. </spacer>
  165. </item>
  166. </layout>
  167. </widget>
  168. <resources/>
  169. <connections/>
  170. </ui>