From bfac220c785c2951afb5f106fc6cd473482a9987 Mon Sep 17 00:00:00 2001 From: sbosse <sbosse@uni-bremen.de> Date: Wed, 28 Aug 2024 21:41:25 +0200 Subject: [PATCH] Wed 28 Aug 21:38:52 CEST 2024 --- .../gui/resources/ui/checksimulation.ui | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/SimNDT/gui/resources/ui/checksimulation.ui diff --git a/src/SimNDT/gui/resources/ui/checksimulation.ui b/src/SimNDT/gui/resources/ui/checksimulation.ui new file mode 100644 index 0000000..eb20cb6 --- /dev/null +++ b/src/SimNDT/gui/resources/ui/checksimulation.ui @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>checkSimulationDialog</class> + <widget class="QDialog" name="checkSimulationDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>700</width> + <height>220</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>700</width> + <height>220</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>700</width> + <height>220</height> + </size> + </property> + <property name="contextMenuPolicy"> + <enum>Qt::DefaultContextMenu</enum> + </property> + <property name="windowTitle"> + <string>Check Simulation Setup</string> + </property> + <property name="windowIcon"> + <iconset resource="resources.qrc"> + <normaloff>:/check3.png</normaloff>:/check3.png</iconset> + </property> + <widget class="QPushButton" name="closePushButton"> + <property name="geometry"> + <rect> + <x>10</x> + <y>180</y> + <width>110</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>Close</string> + </property> + </widget> + <widget class="QTreeWidget" name="treeWidget"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>681</width> + <height>161</height> + </rect> + </property> + <column> + <property name="text"> + <string notr="true">1</string> + </property> + </column> + </widget> + </widget> + <resources> + <include location="resources.qrc"/> + </resources> + <connections/> +</ui>