mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	Add select Map Layers to View menu
This commit is contained in:
		
							parent
							
								
									54047b7645
								
							
						
					
					
						commit
						9e3b2916e1
					
				
					 6 changed files with 199 additions and 5 deletions
				
			
		|  | @ -75,8 +75,18 @@ | |||
|     <property name="title"> | ||||
|      <string>&View</string> | ||||
|     </property> | ||||
|     <widget class="QMenu" name="menuMapLayers"> | ||||
|      <property name="title"> | ||||
|       <string>&Map Layers</string> | ||||
|      </property> | ||||
|      <addaction name="actionColorTable"/> | ||||
|      <addaction name="actionRadarSites"/> | ||||
|      <addaction name="actionRadarRange"/> | ||||
|     </widget> | ||||
|     <addaction name="actionRadarToolbox"/> | ||||
|     <addaction name="actionAlerts"/> | ||||
|     <addaction name="separator"/> | ||||
|     <addaction name="menuMapLayers"/> | ||||
|    </widget> | ||||
|    <widget class="QMenu" name="menuDebug"> | ||||
|     <property name="title"> | ||||
|  | @ -166,7 +176,7 @@ | |||
|            <property name="frameShadow"> | ||||
|             <enum>QFrame::Raised</enum> | ||||
|            </property> | ||||
|            <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0,0,0"> | ||||
|            <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0,0"> | ||||
|             <item row="0" column="2"> | ||||
|              <widget class="QLabel" name="radarSiteValueLabel"> | ||||
|               <property name="sizePolicy"> | ||||
|  | @ -447,6 +457,30 @@ | |||
|     <string>Dump &Layer List</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="actionRadarRange"> | ||||
|    <property name="checkable"> | ||||
|     <bool>true</bool> | ||||
|    </property> | ||||
|    <property name="text"> | ||||
|     <string>Radar &Range</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="actionColorTable"> | ||||
|    <property name="checkable"> | ||||
|     <bool>true</bool> | ||||
|    </property> | ||||
|    <property name="text"> | ||||
|     <string>&Color Table</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="actionRadarSites"> | ||||
|    <property name="checkable"> | ||||
|     <bool>true</bool> | ||||
|    </property> | ||||
|    <property name="text"> | ||||
|     <string>Radar &Sites</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