mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:10:05 +00:00
423 lines
13 KiB
XML
423 lines
13 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>
|
|
<property name="windowIcon">
|
|
<iconset resource="../../../../scwx-qt.qrc">
|
|
<normaloff>:/res/icons/scwx-256.ico</normaloff>:/res/icons/scwx-256.ico</iconset>
|
|
</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="menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<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="actionSettings"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="actionUserManual"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionDiscord"/>
|
|
<addaction name="actionGitHubRepository"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionCheckForUpdates"/>
|
|
<addaction name="actionAboutSupercellWx"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>&View</string>
|
|
</property>
|
|
<addaction name="actionRadarToolbox"/>
|
|
<addaction name="actionResourceExplorer"/>
|
|
<addaction name="actionAlerts"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuDebug">
|
|
<property name="title">
|
|
<string>&Debug</string>
|
|
</property>
|
|
<addaction name="actionImGuiDebug"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionDumpRadarProductRecords"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuView"/>
|
|
<addaction name="menuDebug"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QDockWidget" name="radarToolboxDock">
|
|
<property name="windowTitle">
|
|
<string>Radar 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="QScrollArea" name="radarToolboxScrollArea">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
</property>
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="radarToolboxScrollAreaContents">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>157</width>
|
|
<height>702</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<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>
|
|
<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="mapSettingsGroupBox">
|
|
<property name="title">
|
|
<string>Map Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<item>
|
|
<widget class="QLabel" name="mapStyleLabel">
|
|
<property name="text">
|
|
<string>Map Style</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="mapStyleComboBox"/>
|
|
</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>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDockWidget" name="resourceExplorerDock">
|
|
<property name="windowTitle">
|
|
<string>Resource Explorer</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>2</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<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>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>193</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="resourceTreeExpandAllButton">
|
|
<property name="toolTip">
|
|
<string>Expand All</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../../../scwx-qt.qrc">
|
|
<normaloff>:/res/icons/font-awesome-6/square-plus-regular.svg</normaloff>:/res/icons/font-awesome-6/square-plus-regular.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="resourceTreeCollapseAllButton">
|
|
<property name="toolTip">
|
|
<string>Collapse All</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../../../scwx-qt.qrc">
|
|
<normaloff>:/res/icons/font-awesome-6/square-minus-regular.svg</normaloff>:/res/icons/font-awesome-6/square-minus-regular.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTreeView" name="resourceTreeView"/>
|
|
</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>
|
|
<action name="actionRadarToolbox">
|
|
<property name="text">
|
|
<string>Radar &Toolbox</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionResourceExplorer">
|
|
<property name="text">
|
|
<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>
|
|
<action name="actionAlerts">
|
|
<property name="text">
|
|
<string>&Alerts</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImGuiDebug">
|
|
<property name="text">
|
|
<string>&ImGui Debug</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSettings">
|
|
<property name="text">
|
|
<string>&Settings</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUserManual">
|
|
<property name="icon">
|
|
<iconset resource="../../../../scwx-qt.qrc">
|
|
<normaloff>:/res/icons/font-awesome-6/book-solid.svg</normaloff>:/res/icons/font-awesome-6/book-solid.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&User Manual</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDiscord">
|
|
<property name="icon">
|
|
<iconset resource="../../../../scwx-qt.qrc">
|
|
<normaloff>:/res/icons/font-awesome-6/discord.svg</normaloff>:/res/icons/font-awesome-6/discord.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Discord</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGitHubRepository">
|
|
<property name="icon">
|
|
<iconset resource="../../../../scwx-qt.qrc">
|
|
<normaloff>:/res/icons/font-awesome-6/github.svg</normaloff>:/res/icons/font-awesome-6/github.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&GitHub Repository</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDumpRadarProductRecords">
|
|
<property name="text">
|
|
<string>Dump Radar &Product Records</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCheckForUpdates">
|
|
<property name="text">
|
|
<string>&Check for Updates</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="../../../../scwx-qt.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|