Imp of the ui design of padder plugin

This commit is contained in:
uhz 2017-03-07 11:27:31 +01:00
parent b3c311b4d9
commit 4a30c75bfc
2 changed files with 186 additions and 142 deletions

View File

@ -115,6 +115,9 @@ class InputDialog(GenericDialog):
# because it is specified using an icon on the text of the # because it is specified using an icon on the text of the
# name item. # name item.
# Setup default values for numerical parameters
self.__ui.txtParamNbIter.setValue(3)
# Note that PADDER does not support group name longer than 8 # Note that PADDER does not support group name longer than 8
# characters. We apply then this limit in the gui field. # characters. We apply then this limit in the gui field.
self.__ui.txtGroupName.setMaxLength(GROUPNAME_MAXLENGTH) self.__ui.txtGroupName.setMaxLength(GROUPNAME_MAXLENGTH)
@ -325,6 +328,7 @@ class InputDialog(GenericDialog):
return True return True
#def setParameters(self,
# ============================================================================== # ==============================================================================
# Basic use case # Basic use case

View File

@ -1,144 +1,130 @@
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InputFrame</class> <class>InputFrame</class>
<widget class="QDialog" name="InputFrame" > <widget class="QDialog" name="InputFrame">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>509</width> <width>759</width>
<height>307</height> <height>656</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>Input parameters</string> <string>Input parameters</string>
</property> </property>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout" name="verticalLayout_5">
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QLabel" name="lblSmeshObject" > <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="text" > <item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="lblSmeshObject">
<property name="text">
<string>Input MESH / Output group name / Type :</string> <string>Input MESH / Output group name / Type :</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" > <layout class="QVBoxLayout">
<property name="margin" > <property name="spacing">
<number>0</number>
</property>
<property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<item> <property name="margin">
<layout class="QVBoxLayout" >
<property name="margin" >
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" > <item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<item> <property name="margin">
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" > <item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<item> <property name="margin">
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QPushButton" name="btnSmeshObject" > <widget class="QPushButton" name="btnSmeshObject">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize" > <property name="maximumSize">
<size> <size>
<width>31</width> <width>31</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="icon" > <property name="icon">
<iconset>select.png</iconset> <iconset>
<normaloff>select.png</normaloff>select.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="txtSmeshObject" > <widget class="QLineEdit" name="txtSmeshObject">
<property name="toolTip" > <property name="toolTip">
<string comment="Select the input mesh in the object browser" /> <string comment="Select the input mesh in the object browser"/>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item>
<widget class="Line" name="line" > <widget class="Line" name="line">
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="txtGroupName" > <widget class="QLineEdit" name="txtGroupName">
<property name="toolTip" > <property name="toolTip">
<string comment="Specify the name of the associated group in the output mesh" /> <string comment="Specify the name of the associated group in the output mesh"/>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="Line" name="line_2" > <widget class="Line" name="line_2">
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="cmbMeshType" > <widget class="QComboBox" name="cmbMeshType">
<property name="toolTip" > <property name="toolTip">
<string comment="Select the type of the mesh" /> <string comment="Select the type of the mesh"/>
</property> </property>
<item> <item>
<property name="text" > <property name="text">
<string>Béton</string> <string>Béton</string>
</property> </property>
<property name="icon" > <property name="icon">
<iconset>concrete.png</iconset> <iconset>
<normaloff>concrete.png</normaloff>concrete.png</iconset>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>Acier</string> <string>Acier</string>
</property> </property>
<property name="icon" > <property name="icon">
<iconset>steelbar.png</iconset> <iconset>
<normaloff>steelbar.png</normaloff>steelbar.png</iconset>
</property> </property>
</item> </item>
</widget> </widget>
@ -146,44 +132,48 @@
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QTableView" name="tblListInput" /> <widget class="QTableView" name="tblListInput"/>
</item>
</layout>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<property name="margin" > <property name="spacing">
<number>0</number>
</property>
<property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QPushButton" name="btnAddInput" > <widget class="QPushButton" name="btnAddInput">
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="icon" > <property name="icon">
<iconset>addinput.png</iconset> <iconset>
<normaloff>addinput.png</normaloff>addinput.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="btnDeleteInput" > <widget class="QPushButton" name="btnDeleteInput">
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="icon" > <property name="icon">
<iconset>deleteinput.png</iconset> <iconset>
<normaloff>deleteinput.png</normaloff>deleteinput.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -195,6 +185,56 @@
</item> </item>
</layout> </layout>
</item> </item>
<item>
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="lblNumericalParameters">
<property name="text">
<string>Paramètres numériques:</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="lblParamNbIter">
<property name="text">
<string>Nb. Itérations</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblParamRminRmax">
<property name="text">
<string>Rmin / Rmax</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QSpinBox" name="txtParamNbIter"/>
</item>
<item>
<widget class="QDoubleSpinBox" name="txtParamRminRmax"/>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
</layout> </layout>
</item> </item>
</layout> </layout>