mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:30:04 +00:00 
			
		
		
		
	Add option to open text event products
This commit is contained in:
		
							parent
							
								
									cc82c5b102
								
							
						
					
					
						commit
						bf73b540f4
					
				
					 3 changed files with 54 additions and 11 deletions
				
			
		|  | @ -42,7 +42,14 @@ | |||
|     <property name="title"> | ||||
|      <string>&File</string> | ||||
|     </property> | ||||
|     <addaction name="actionOpen"/> | ||||
|     <widget class="QMenu" name="menu_Open"> | ||||
|      <property name="title"> | ||||
|       <string>&Open</string> | ||||
|      </property> | ||||
|      <addaction name="actionOpenNexrad"/> | ||||
|      <addaction name="actionOpenTextEvent"/> | ||||
|     </widget> | ||||
|     <addaction name="menu_Open"/> | ||||
|     <addaction name="separator"/> | ||||
|     <addaction name="actionExit"/> | ||||
|    </widget> | ||||
|  | @ -309,14 +316,6 @@ | |||
|     <string>About &Supercell Wx...</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="actionOpen"> | ||||
|    <property name="text"> | ||||
|     <string>&Open...</string> | ||||
|    </property> | ||||
|    <property name="shortcut"> | ||||
|     <string>Ctrl+O</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="actionRadarToolbox"> | ||||
|    <property name="text"> | ||||
|     <string>Radar Toolbox</string> | ||||
|  | @ -327,6 +326,16 @@ | |||
|     <string>&Resource Explorer</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="actionOpenNexrad"> | ||||
|    <property name="text"> | ||||
|     <string>&NEXRAD Product...</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="actionOpenTextEvent"> | ||||
|    <property name="text"> | ||||
|     <string>Text &Event Product...</string> | ||||
|    </property> | ||||
|   </action> | ||||
|  </widget> | ||||
|  <resources> | ||||
|   <include location="../../../../scwx-qt.qrc"/> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat