From 0c6873beac2146f0e752c17c2ff84275385a8391 Mon Sep 17 00:00:00 2001 From: Oceguera Conchas <no67wuwu@idiv.de> Date: Mon, 19 Sep 2022 15:34:49 +0200 Subject: [PATCH] initial interface --- netCDF_visualization_base.ui | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 netCDF_visualization_base.ui diff --git a/netCDF_visualization_base.ui b/netCDF_visualization_base.ui new file mode 100644 index 0000000..c5e57c7 --- /dev/null +++ b/netCDF_visualization_base.ui @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Dialog</class> + <widget class="QDialog" name="Dialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>551</width> + <height>580</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <widget class="QWidget" name="horizontalLayoutWidget"> + <property name="geometry"> + <rect> + <x>10</x> + <y>50</y> + <width>511</width> + <height>61</height> + </rect> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="pushButton"> + <property name="text"> + <string>import</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit"/> + </item> + </layout> + </widget> + <widget class="QLabel" name="label"> + <property name="geometry"> + <rect> + <x>20</x> + <y>-10</y> + <width>71</width> + <height>81</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> + <resources/> + <connections/> +</ui> -- GitLab