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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 - <ui version="4.0">
 -  <class>CanvasTestApp</class>
 -  <widget class="QMainWindow" name="CanvasTestApp">
 -   <property name="geometry">
 -    <rect>
 -     <x>0</x>
 -     <y>0</y>
 -     <width>811</width>
 -     <height>646</height>
 -    </rect>
 -   </property>
 -   <property name="windowTitle">
 -    <string>CanvasTestApp</string>
 -   </property>
 -   <widget class="QWidget" name="centralWidget">
 -    <layout class="QVBoxLayout" name="verticalLayout">
 -     <property name="spacing">
 -      <number>0</number>
 -     </property>
 -     <property name="margin">
 -      <number>0</number>
 -     </property>
 -     <item>
 -      <widget class="QGraphicsView" name="graphicsView"/>
 -     </item>
 -    </layout>
 -   </widget>
 -   <action name="action_Quit">
 -    <property name="text">
 -     <string>&Quit</string>
 -    </property>
 -   </action>
 -   <action name="action_Arrange">
 -    <property name="text">
 -     <string>&Arrange</string>
 -    </property>
 -   </action>
 -   <action name="action_Refresh">
 -    <property name="text">
 -     <string>&Refresh</string>
 -    </property>
 -   </action>
 -   <action name="actionZoom_Fit">
 -    <property name="text">
 -     <string>Zoom Fit</string>
 -    </property>
 -   </action>
 -   <action name="actionZoom_In">
 -    <property name="text">
 -     <string>Zoom In</string>
 -    </property>
 -   </action>
 -   <action name="actionZoom_Out">
 -    <property name="text">
 -     <string>Zoom Out</string>
 -    </property>
 -   </action>
 -   <action name="actionZoom_100">
 -    <property name="text">
 -     <string>Zoom 100%</string>
 -    </property>
 -   </action>
 -   <action name="action_Print">
 -    <property name="text">
 -     <string>&Print...</string>
 -    </property>
 -   </action>
 -   <action name="action_Save_Image">
 -    <property name="text">
 -     <string>&Save Image...</string>
 -    </property>
 -   </action>
 -  </widget>
 -  <layoutdefault spacing="6" margin="11"/>
 -  <resources/>
 -  <connections>
 -   <connection>
 -    <sender>action_Quit</sender>
 -    <signal>triggered()</signal>
 -    <receiver>CanvasTestApp</receiver>
 -    <slot>close()</slot>
 -    <hints>
 -     <hint type="sourcelabel">
 -      <x>-1</x>
 -      <y>-1</y>
 -     </hint>
 -     <hint type="destinationlabel">
 -      <x>198</x>
 -      <y>148</y>
 -     </hint>
 -    </hints>
 -   </connection>
 -  </connections>
 - </ui>
 
 
  |