mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:00:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			151 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			151 lines
		
	
	
	
		
			4.1 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>MainWindow</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>
 | |
|   <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="QToolBox" name="radarToolbox">
 | |
|        <widget class="QWidget" name="radarSitesPage">
 | |
|         <attribute name="label">
 | |
|          <string>Radar Sites</string>
 | |
|         </attribute>
 | |
|         <layout class="QVBoxLayout" name="verticalLayout_4">
 | |
|          <item>
 | |
|           <widget class="QTableWidget" name="tableWidget"/>
 | |
|          </item>
 | |
|          <item>
 | |
|           <spacer name="radarSitesSpacer">
 | |
|            <property name="orientation">
 | |
|             <enum>Qt::Vertical</enum>
 | |
|            </property>
 | |
|            <property name="sizeHint" stdset="0">
 | |
|             <size>
 | |
|              <width>20</width>
 | |
|              <height>40</height>
 | |
|             </size>
 | |
|            </property>
 | |
|           </spacer>
 | |
|          </item>
 | |
|         </layout>
 | |
|        </widget>
 | |
|        <widget class="QWidget" name="radarProductsPage">
 | |
|         <attribute name="label">
 | |
|          <string>Radar Products</string>
 | |
|         </attribute>
 | |
|         <layout class="QVBoxLayout" name="verticalLayout_5">
 | |
|          <item>
 | |
|           <widget class="QGroupBox" name="level2Products">
 | |
|            <property name="title">
 | |
|             <string>Level 2</string>
 | |
|            </property>
 | |
|           </widget>
 | |
|          </item>
 | |
|          <item>
 | |
|           <spacer name="radarProductsSpacer">
 | |
|            <property name="orientation">
 | |
|             <enum>Qt::Vertical</enum>
 | |
|            </property>
 | |
|            <property name="sizeHint" stdset="0">
 | |
|             <size>
 | |
|              <width>20</width>
 | |
|              <height>40</height>
 | |
|             </size>
 | |
|            </property>
 | |
|           </spacer>
 | |
|          </item>
 | |
|         </layout>
 | |
|        </widget>
 | |
|        <widget class="QWidget" name="productSettingsPage">
 | |
|         <attribute name="label">
 | |
|          <string>Product Settings</string>
 | |
|         </attribute>
 | |
|         <layout class="QVBoxLayout" name="verticalLayout_6">
 | |
|          <item>
 | |
|           <widget class="QGroupBox" name="elevationSettings">
 | |
|            <property name="title">
 | |
|             <string>Elevation</string>
 | |
|            </property>
 | |
|           </widget>
 | |
|          </item>
 | |
|          <item>
 | |
|           <spacer name="productSettingsSpacer">
 | |
|            <property name="orientation">
 | |
|             <enum>Qt::Vertical</enum>
 | |
|            </property>
 | |
|            <property name="sizeHint" stdset="0">
 | |
|             <size>
 | |
|              <width>20</width>
 | |
|              <height>40</height>
 | |
|             </size>
 | |
|            </property>
 | |
|           </spacer>
 | |
|          </item>
 | |
|         </layout>
 | |
|        </widget>
 | |
|       </widget>
 | |
|      </item>
 | |
|     </layout>
 | |
|    </widget>
 | |
|   </widget>
 | |
|  </widget>
 | |
|  <resources/>
 | |
|  <connections/>
 | |
| </ui>
 | 
