<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>netCDF</class> <widget class="QDialog" name="netCDF"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1203</width> <height>792</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>1203</width> <height>792</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777190</height> </size> </property> <property name="windowTitle"> <string>netCDFVisualizer</string> </property> <property name="modal"> <bool>false</bool> </property> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>20</x> <y>10</y> <width>61</width> <height>16</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Load data:</string> </property> </widget> <widget class="QWidget" name="horizontalLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>751</width> <height>25</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QToolButton" name="btn_inputFile"> <property name="text"> <string>...</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="text_set"/> </item> <item> <widget class="QPushButton" name="btn_load"> <property name="text"> <string>load</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="gridLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>90</y> <width>751</width> <height>651</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="1"> <widget class="QTabWidget" name="tabWidget"> <property name="maximumSize"> <size> <width>249000</width> <height>16777215</height> </size> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Datasets</string> </attribute> <layout class="QFormLayout" name="formLayout"> <item row="0" column="1"> <widget class="QTreeWidget" name="tree_data"> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> <property name="styleSheet"> <string notr="true">alternate-background-color: rgb(205, 233, 236);</string> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="sizeAdjustPolicy"> <enum>QAbstractScrollArea::AdjustToContents</enum> </property> <property name="autoScrollMargin"> <number>50</number> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="indentation"> <number>20</number> </property> <attribute name="headerCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="headerMinimumSectionSize"> <number>206</number> </attribute> <attribute name="headerDefaultSectionSize"> <number>300</number> </attribute> <attribute name="headerShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Long Name</string> </property> </column> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>953</x> <y>750</y> <width>231</width> <height>25</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>64</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btn_closePlugin"> <property name="text"> <string>Close</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>770</x> <y>110</y> <width>411</width> <height>451</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QTextBrowser" name="text_info"/> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>30</x> <y>750</y> <width>221</width> <height>25</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="btn_remove"> <property name="text"> <string>Remove all</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btn_remove_sel"> <property name="text"> <string>Remove</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>56</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QFrame" name="load_map"> <property name="geometry"> <rect> <x>770</x> <y>570</y> <width>411</width> <height>161</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Ignored"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(198, 225, 221);</string> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <widget class="QComboBox" name="cbox_time"> <property name="geometry"> <rect> <x>60</x> <y>80</y> <width>181</width> <height>21</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Ignored"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="QComboBox" name="cbox_entity"> <property name="geometry"> <rect> <x>60</x> <y>50</y> <width>161</width> <height>20</height> </rect> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>41</width> <height>21</height> </rect> </property> <property name="text"> <string>Entity:</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>41</width> <height>21</height> </rect> </property> <property name="text"> <string>Time:</string> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>10</x> <y>13</y> <width>66</width> <height>21</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>map data</string> </property> </widget> <widget class="QPushButton" name="btn_plot"> <property name="geometry"> <rect> <x>90</x> <y>130</y> <width>229</width> <height>23</height> </rect> </property> <property name="styleSheet"> <string notr="true">selection-background-color: rgb(83, 194, 200);</string> </property> <property name="text"> <string>data display</string> </property> </widget> </widget> </widget> <resources/> <connections/> </ui>