mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 19:57:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			113 lines
		
	
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			113 lines
		
	
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface>
 | |
|   <requires lib="gtk" version="4.0"/>
 | |
|   <requires lib="libadwaita" version="1.0"/>
 | |
|   <object class="GtkBox" id="widget">
 | |
|     <property name="orientation">vertical</property>
 | |
|     <child>
 | |
|       <object class="AdwHeaderBar">
 | |
|         <property name="show-start-title-buttons">false</property>
 | |
|         <property name="show-end-title-buttons">false</property>
 | |
|         <property name="title-widget">
 | |
|           <object class="GtkLabel">
 | |
|             <property name="label" translatable="yes">Import music</property>
 | |
|             <style>
 | |
|               <class name="title"/>
 | |
|             </style>
 | |
|           </object>
 | |
|         </property>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="back_button">
 | |
|             <property name="icon-name">go-previous-symbolic</property>
 | |
|           </object>
 | |
|         </child>
 | |
|         <child type="end">
 | |
|           <object class="GtkButton" id="save_button">
 | |
|             <property name="icon-name">object-select-symbolic</property>
 | |
|             <property name="sensitive">False</property>
 | |
|             <style>
 | |
|               <class name="suggested-action"/>
 | |
|             </style>
 | |
|           </object>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|     <child>
 | |
|       <object class="GtkScrolledWindow">
 | |
|         <property name="vexpand">True</property>
 | |
|         <child>
 | |
|           <object class="AdwClamp">
 | |
|             <child>
 | |
|               <object class="GtkBox">
 | |
|                 <property name="margin-start">6</property>
 | |
|                 <property name="margin-end">6</property>
 | |
|                 <property name="margin-bottom">6</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="halign">start</property>
 | |
|                     <property name="margin-top">12</property>
 | |
|                     <property name="margin-bottom">6</property>
 | |
|                     <property name="label" translatable="yes">Recording</property>
 | |
|                     <attributes>
 | |
|                       <attribute name="weight" value="bold"/>
 | |
|                     </attributes>
 | |
|                   </object>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkFrame">
 | |
|                     <child>
 | |
|                       <object class="GtkListBox">
 | |
|                         <property name="selection-mode">none</property>
 | |
|                         <child>
 | |
|                           <object class="AdwActionRow" id="recording_row">
 | |
|                             <property name="activatable">True</property>
 | |
|                             <property name="title" translatable="yes">Select a recording</property>
 | |
|                             <property name="activatable-widget">select_recording_button</property>
 | |
|                             <child>
 | |
|                               <object class="GtkButton" id="select_recording_button">
 | |
|                                 <property name="label" translatable="yes">Select</property>
 | |
|                                 <property name="valign">center</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkBox">
 | |
|                     <property name="orientation">horizontal</property>
 | |
|                     <property name="margin-top">12</property>
 | |
|                     <property name="margin-bottom">6</property>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel">
 | |
|                         <property name="halign">start</property>
 | |
|                         <property name="valign">end</property>
 | |
|                         <property name="hexpand">True</property>
 | |
|                         <property name="label" translatable="yes">Tracks</property>
 | |
|                         <attributes>
 | |
|                           <attribute name="weight" value="bold"/>
 | |
|                         </attributes>
 | |
|                       </object>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkButton" id="edit_tracks_button">
 | |
|                         <property name="has-frame">false</property>
 | |
|                         <property name="icon-name">document-edit-symbolic</property>
 | |
|                       </object>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkFrame" id="tracks_frame"/>
 | |
|                 </child>
 | |
|               </object>
 | |
|             </child>
 | |
|           </object>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 | 
