From 678a7b677729041d97105962472de6db5c4fa7c2 Mon Sep 17 00:00:00 2001 From: EmmanuelOceguera <113361856+EmmaOceg@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:28:07 +0200 Subject: [PATCH] Delete netCDF_visualization_base.ui --- netCDF_visualization_base.ui | 60 ------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 netCDF_visualization_base.ui diff --git a/netCDF_visualization_base.ui b/netCDF_visualization_base.ui deleted file mode 100644 index c5e57c7..0000000 --- a/netCDF_visualization_base.ui +++ /dev/null @@ -1,60 +0,0 @@ -<?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