Collection of tools useful for audio production
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.2KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CanvasTestApp</class>
  4. <widget class="QMainWindow" name="CanvasTestApp">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>811</width>
  10. <height>646</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CanvasTestApp</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <property name="spacing">
  19. <number>0</number>
  20. </property>
  21. <property name="margin">
  22. <number>0</number>
  23. </property>
  24. <item>
  25. <widget class="QGraphicsView" name="graphicsView"/>
  26. </item>
  27. </layout>
  28. </widget>
  29. <action name="action_Quit">
  30. <property name="text">
  31. <string>&amp;Quit</string>
  32. </property>
  33. </action>
  34. <action name="action_Arrange">
  35. <property name="text">
  36. <string>&amp;Arrange</string>
  37. </property>
  38. </action>
  39. <action name="action_Refresh">
  40. <property name="text">
  41. <string>&amp;Refresh</string>
  42. </property>
  43. </action>
  44. <action name="actionZoom_Fit">
  45. <property name="text">
  46. <string>Zoom Fit</string>
  47. </property>
  48. </action>
  49. <action name="actionZoom_In">
  50. <property name="text">
  51. <string>Zoom In</string>
  52. </property>
  53. </action>
  54. <action name="actionZoom_Out">
  55. <property name="text">
  56. <string>Zoom Out</string>
  57. </property>
  58. </action>
  59. <action name="actionZoom_100">
  60. <property name="text">
  61. <string>Zoom 100%</string>
  62. </property>
  63. </action>
  64. <action name="action_Print">
  65. <property name="text">
  66. <string>&amp;Print...</string>
  67. </property>
  68. </action>
  69. <action name="action_Save_Image">
  70. <property name="text">
  71. <string>&amp;Save Image...</string>
  72. </property>
  73. </action>
  74. </widget>
  75. <layoutdefault spacing="6" margin="11"/>
  76. <resources/>
  77. <connections>
  78. <connection>
  79. <sender>action_Quit</sender>
  80. <signal>triggered()</signal>
  81. <receiver>CanvasTestApp</receiver>
  82. <slot>close()</slot>
  83. <hints>
  84. <hint type="sourcelabel">
  85. <x>-1</x>
  86. <y>-1</y>
  87. </hint>
  88. <hint type="destinationlabel">
  89. <x>198</x>
  90. <y>148</y>
  91. </hint>
  92. </hints>
  93. </connection>
  94. </connections>
  95. </ui>