<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>EBVCube</class> <widget class="QDialog" name="EBVCube"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1273</width> <height>792</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="sizeIncrement"> <size> <width>0</width> <height>0</height> </size> </property> <property name="mouseTracking"> <bool>false</bool> </property> <property name="windowTitle"> <string>EBVCubeVisualizer</string> </property> <property name="toolTip"> <string><html><head/><body><p><br/></p></body></html></string> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(249, 255, 254);</string> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> <property name="modal"> <bool>false</bool> </property> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>30</x> <y>10</y> <width>271</width> <height>31</height> </rect> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string><html><head/><body><p><span style=" font-size:18pt; font-weight:600; color:#00226a;">EBV Cube Visualizer</span></p></body></html></string> </property> </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>1010</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>491</width> <height>371</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>490</y> <width>491</width> <height>251</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="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>140</x> <y>210</y> <width>221</width> <height>25</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QPushButton" name="btn_plot"> <property name="styleSheet"> <string notr="true">selection-background-color: rgb(83, 194, 200);</string> </property> <property name="text"> <string>add layer </string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="formLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>231</width> <height>189</height> </rect> </property> <layout class="QFormLayout" name="formLayout_2"> <item row="1" column="1"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="2" column="1"> <widget class="Line" name="line_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Scenario:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QComboBox" name="cbox_scenarios"/> </item> <item row="5" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Metric:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QComboBox" name="cbox_metric"/> </item> <item row="7" column="1"> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="8" column="1"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="9" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Entity:</string> </property> </widget> </item> <item row="9" column="1"> <widget class="QComboBox" name="cbox_entity"/> </item> <item row="10" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Time:</string> </property> </widget> </item> <item row="10" column="1"> <widget class="QComboBox" name="cbox_time"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_8"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string> select:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="label"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string><html><head/><body><p><span style=" font-size:10pt;">create map</span></p></body></html></string> </property> </widget> </item> </layout> </widget> </widget> <widget class="QToolButton" name="btn_inputFile"> <property name="geometry"> <rect> <x>610</x> <y>60</y> <width>71</width> <height>21</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="sizeIncrement"> <size> <width>0</width> <height>0</height> </size> </property> <property name="baseSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="toolTip"> <string><html><head/><body><p align="center"><br/></p></body></html></string> </property> <property name="text"> <string>Load</string> </property> </widget> <widget class="QPushButton" name="btn_load"> <property name="geometry"> <rect> <x>690</x> <y>60</y> <width>71</width> <height>21</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Open</string> </property> <property name="autoRepeat"> <bool>false</bool> </property> </widget> <widget class="QLineEdit" name="text_set"> <property name="geometry"> <rect> <x>10</x> <y>60</y> <width>591</width> <height>20</height> </rect> </property> </widget> </widget> <resources/> <connections/> </ui>