in my FEM work the last weeks, I accidentally used a Qt Designer without a working FreeCAD plugin
116 lines
3.3 KiB
XML
116 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FemGui::DlgSettingsFemInOutVtk</class>
|
|
<widget class="QWidget" name="FemGui::DlgSettingsFemInOutVtk">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>79</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>VTK</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>Import</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
<item row="0" column="1">
|
|
<layout class="QGridLayout" name="girdLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label1">
|
|
<property name="text">
|
|
<string>Which object to import into</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="Gui::PrefComboBox" name="comboBoxVtkImportObject">
|
|
<property name="toolTip">
|
|
<string>VTK result object: A FreeCAD FEM VTK result object will be imported
|
|
(equals to the object which was exported).
|
|
|
|
FEM mesh object: The results in the VTK file will be omitted, only the
|
|
mesh data will be imported and a FreeCAD FEM mesh object will be created.
|
|
|
|
FreeCAD result object: The imported data will be converted into a
|
|
FreeCAD FEM Result object. Note: this setting needs the exact result
|
|
component names and thus it only works properly with VTK files
|
|
exported from FreeCAD.</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string/>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Choose in which object to import into</string>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="prefEntry" stdset="0">
|
|
<cstring>ImportObject</cstring>
|
|
</property>
|
|
<property name="prefPath" stdset="0">
|
|
<cstring>Mod/Fem/InOutVtk</cstring>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>VTK result object</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>FEM mesh object</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>FreeCAD result object</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>82</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Gui::PrefComboBox</class>
|
|
<extends>QComboBox</extends>
|
|
<header>Gui/PrefWidgets.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|