From 97e95cef09282e6de5cb59dd3a425e11e98f3017 Mon Sep 17 00:00:00 2001 From: Oceguera Conchas <no67wuwu@idiv.de> Date: Fri, 14 Oct 2022 13:07:29 +0200 Subject: [PATCH] has been modified --- netCDFVisualizer.ui | 110 +++++++++++++++++++++++++++++--------------- 1 file changed, 73 insertions(+), 37 deletions(-) diff --git a/netCDFVisualizer.ui b/netCDFVisualizer.ui index d0b36e5..59c6890 100644 --- a/netCDFVisualizer.ui +++ b/netCDFVisualizer.ui @@ -6,13 +6,16 @@ <rect> <x>0</x> <y>0</y> - <width>389</width> - <height>518</height> + <width>1233</width> + <height>809</height> </rect> </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> @@ -32,45 +35,13 @@ <string>Load data:</string> </property> </widget> - <widget class="QWidget" name="formLayoutWidget_3"> - <property name="geometry"> - <rect> - <x>630</x> - <y>750</y> - <width>131</width> - <height>31</height> - </rect> - </property> - <layout class="QFormLayout" name="formLayout_3"> - <item row="0" column="0"> - <spacer name="horizontalSpacer_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="1"> - <widget class="QPushButton" name="btn_closePlugin"> - <property name="text"> - <string>Close</string> - </property> - </widget> - </item> - </layout> - </widget> <widget class="QWidget" name="horizontalLayoutWidget"> <property name="geometry"> <rect> <x>10</x> - <y>30</y> + <y>40</y> <width>751</width> - <height>51</height> + <height>25</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> @@ -110,7 +81,7 @@ </rect> </property> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> + <item row="0" column="1"> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> @@ -119,11 +90,76 @@ <attribute name="title"> <string>Datasets</string> </attribute> + <layout class="QFormLayout" name="formLayout"> + <item row="0" column="1"> + <widget class="QTableView" name="tableView"> + <property name="alternatingRowColors"> + <bool>false</bool> + </property> + <property name="showGrid"> + <bool>true</bool> + </property> + <property name="gridStyle"> + <enum>Qt::DashLine</enum> + </property> + <attribute name="verticalHeaderStretchLastSection"> + <bool>false</bool> + </attribute> + </widget> + </item> + </layout> </widget> </widget> </item> </layout> </widget> + <widget class="QWidget" name=""> + <property name="geometry"> + <rect> + <x>1030</x> + <y>750</y> + <width>147</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=""> + <property name="geometry"> + <rect> + <x>770</x> + <y>110</y> + <width>411</width> + <height>631</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QTableWidget" name="tableWidget"/> + </item> + </layout> + </widget> </widget> <resources/> <connections/> -- GitLab