mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-05-12 10:50:48 +05:00
35 lines
781 B
XML
35 lines
781 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>LEDataBaseName</class>
|
|
<widget class="QDialog" name="LEDataBaseName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Enter DataBase File</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLineEdit" name="LEBaseName">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>341</width>
|
|
<height>41</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>myMesh.db</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|