mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 16:10:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			253 lines
		
	
	
	
		
			7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			253 lines
		
	
	
	
		
			7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>MainWindow</class>
 | |
|  <widget class="QMainWindow" name="MainWindow">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>1024</width>
 | |
|     <height>768</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Supercell Wx</string>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="centralwidget">
 | |
|    <layout class="QHBoxLayout">
 | |
|     <property name="leftMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|     <property name="topMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|     <property name="rightMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|     <property name="bottomMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|    </layout>
 | |
|   </widget>
 | |
|   <widget class="QMenuBar" name="menubar">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>0</x>
 | |
|      <y>0</y>
 | |
|      <width>1024</width>
 | |
|      <height>21</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <widget class="QMenu" name="menu_File">
 | |
|     <property name="title">
 | |
|      <string>&File</string>
 | |
|     </property>
 | |
|     <addaction name="actionExit"/>
 | |
|    </widget>
 | |
|    <widget class="QMenu" name="menu_Help">
 | |
|     <property name="title">
 | |
|      <string>&Help</string>
 | |
|     </property>
 | |
|     <addaction name="actionAboutSupercellWx"/>
 | |
|    </widget>
 | |
|    <addaction name="menu_File"/>
 | |
|    <addaction name="menu_Help"/>
 | |
|   </widget>
 | |
|   <widget class="QStatusBar" name="statusbar"/>
 | |
|   <widget class="QDockWidget" name="radarToolboxDock">
 | |
|    <property name="windowTitle">
 | |
|     <string>Toolbox</string>
 | |
|    </property>
 | |
|    <attribute name="dockWidgetArea">
 | |
|     <number>1</number>
 | |
|    </attribute>
 | |
|    <widget class="QWidget" name="radarToolboxDockContents">
 | |
|     <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|      <property name="leftMargin">
 | |
|       <number>2</number>
 | |
|      </property>
 | |
|      <property name="topMargin">
 | |
|       <number>2</number>
 | |
|      </property>
 | |
|      <property name="rightMargin">
 | |
|       <number>2</number>
 | |
|      </property>
 | |
|      <property name="bottomMargin">
 | |
|       <number>2</number>
 | |
|      </property>
 | |
|      <item>
 | |
|       <widget class="QFrame" name="radarInfoFrame">
 | |
|        <property name="frameShape">
 | |
|         <enum>QFrame::StyledPanel</enum>
 | |
|        </property>
 | |
|        <property name="frameShadow">
 | |
|         <enum>QFrame::Raised</enum>
 | |
|        </property>
 | |
|        <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0">
 | |
|         <item row="0" column="2">
 | |
|          <widget class="QToolButton" name="radarSiteSelectButton">
 | |
|           <property name="maximumSize">
 | |
|            <size>
 | |
|             <width>16777215</width>
 | |
|             <height>13</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>...</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item row="1" column="1" colspan="2">
 | |
|          <widget class="QLabel" name="radarLocationLabel">
 | |
|           <property name="text">
 | |
|            <string notr="true">St. Louis, MO</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item row="2" column="0">
 | |
|          <widget class="QLabel" name="vcpLabel">
 | |
|           <property name="toolTip">
 | |
|            <string>Volume Coverage Pattern</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>VCP</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item row="0" column="1">
 | |
|          <widget class="QLabel" name="radarSiteValueLabel">
 | |
|           <property name="text">
 | |
|            <string notr="true">KLSX</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item row="0" column="0">
 | |
|          <widget class="QLabel" name="radarSiteLabel">
 | |
|           <property name="text">
 | |
|            <string>Radar Site</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item row="3" column="1" colspan="2">
 | |
|          <widget class="QLabel" name="vcpDescriptionLabel">
 | |
|           <property name="text">
 | |
|            <string>Clear Air Mode</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item row="2" column="1" colspan="2">
 | |
|          <widget class="QLabel" name="vcpValueLabel">
 | |
|           <property name="text">
 | |
|            <string notr="true">35</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item>
 | |
|       <widget class="QGroupBox" name="radarProductGroupBox">
 | |
|        <property name="title">
 | |
|         <string>Radar Products</string>
 | |
|        </property>
 | |
|        <layout class="QVBoxLayout" name="verticalLayout">
 | |
|         <item>
 | |
|          <widget class="QLabel" name="level2Label">
 | |
|           <property name="text">
 | |
|            <string>Level 2</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QWidget" name="level2ProductFrame" native="true"/>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QFrame" name="frame">
 | |
|           <property name="frameShape">
 | |
|            <enum>QFrame::StyledPanel</enum>
 | |
|           </property>
 | |
|           <property name="frameShadow">
 | |
|            <enum>QFrame::Raised</enum>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="Line" name="level2Separator">
 | |
|           <property name="orientation">
 | |
|            <enum>Qt::Horizontal</enum>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="level3Label">
 | |
|           <property name="text">
 | |
|            <string>Level 3</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QFrame" name="level3ProductFrame">
 | |
|           <property name="frameShape">
 | |
|            <enum>QFrame::StyledPanel</enum>
 | |
|           </property>
 | |
|           <property name="frameShadow">
 | |
|            <enum>QFrame::Raised</enum>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item>
 | |
|       <widget class="QGroupBox" name="elevationGroupBox">
 | |
|        <property name="title">
 | |
|         <string>Elevation</string>
 | |
|        </property>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item>
 | |
|       <widget class="QGroupBox" name="settingsGroupBox">
 | |
|        <property name="title">
 | |
|         <string>Settings</string>
 | |
|        </property>
 | |
|        <layout class="QVBoxLayout" name="verticalLayout_3">
 | |
|         <item>
 | |
|          <widget class="QCheckBox" name="declutterCheckbox">
 | |
|           <property name="text">
 | |
|            <string>Declutter</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item>
 | |
|       <spacer name="radarToolboxSpacer">
 | |
|        <property name="orientation">
 | |
|         <enum>Qt::Vertical</enum>
 | |
|        </property>
 | |
|        <property name="sizeHint" stdset="0">
 | |
|         <size>
 | |
|          <width>20</width>
 | |
|          <height>0</height>
 | |
|         </size>
 | |
|        </property>
 | |
|       </spacer>
 | |
|      </item>
 | |
|     </layout>
 | |
|    </widget>
 | |
|   </widget>
 | |
|   <action name="actionExit">
 | |
|    <property name="text">
 | |
|     <string>E&xit</string>
 | |
|    </property>
 | |
|   </action>
 | |
|   <action name="actionAboutSupercellWx">
 | |
|    <property name="text">
 | |
|     <string>About &Supercell Wx...</string>
 | |
|    </property>
 | |
|   </action>
 | |
|  </widget>
 | |
|  <resources/>
 | |
|  <connections/>
 | |
| </ui>
 | 
