undo_history.ui 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>UndoHistoryDock</class>
  4. <widget class="QDockWidget" name="UndoHistoryDock">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>203</width>
  10. <height>188</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>&amp;Undo history</string>
  15. </property>
  16. <widget class="QWidget" name="dockWidgetContents">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QListView" name="action_list"/>
  20. </item>
  21. <item>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <item>
  24. <widget class="QToolButton" name="undo">
  25. <property name="text">
  26. <string>Undo</string>
  27. </property>
  28. <property name="icon">
  29. <iconset theme="edit-undo"/>
  30. </property>
  31. <property name="autoRaise">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QToolButton" name="redo">
  38. <property name="text">
  39. <string>Redo</string>
  40. </property>
  41. <property name="icon">
  42. <iconset theme="edit-redo"/>
  43. </property>
  44. <property name="autoRaise">
  45. <bool>true</bool>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QToolButton" name="clear">
  51. <property name="text">
  52. <string>Clear</string>
  53. </property>
  54. <property name="icon">
  55. <iconset theme="edit-clear"/>
  56. </property>
  57. <property name="autoRaise">
  58. <bool>true</bool>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <spacer name="horizontalSpacer">
  64. <property name="orientation">
  65. <enum>Qt::Horizontal</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>40</width>
  70. <height>20</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. </layout>
  76. </item>
  77. </layout>
  78. </widget>
  79. </widget>
  80. <resources/>
  81. <connections/>
  82. </ui>