353 lines
10 KiB
Plaintext
353 lines
10 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>formGate</class>
|
||
|
|
<widget class="QWidget" name="formGate">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>317</width>
|
||
|
|
<height>289</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Puerta:</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
|
<property name="leftMargin">
|
||
|
|
<number>5</number>
|
||
|
|
</property>
|
||
|
|
<property name="topMargin">
|
||
|
|
<number>5</number>
|
||
|
|
</property>
|
||
|
|
<property name="rightMargin">
|
||
|
|
<number>5</number>
|
||
|
|
</property>
|
||
|
|
<property name="bottomMargin">
|
||
|
|
<number>5</number>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox_2">
|
||
|
|
<property name="title">
|
||
|
|
<string>Puerta</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QLabel" name="label_6">
|
||
|
|
<property name="text">
|
||
|
|
<string>Tipo de puerta</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="1">
|
||
|
|
<widget class="QDoubleSpinBox" name="editGateHeight">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>140</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
|
</property>
|
||
|
|
<property name="buttonSymbols">
|
||
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<double>5.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="singleStep">
|
||
|
|
<double>0.100000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<double>2.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="labelVerticalGap">
|
||
|
|
<property name="text">
|
||
|
|
<string>Ancho (m)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QDoubleSpinBox" name="editGateWidth">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>140</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
|
</property>
|
||
|
|
<property name="buttonSymbols">
|
||
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<double>10000.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="singleStep">
|
||
|
|
<double>0.500000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<double>0.850000000000000</double>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QLabel" name="label_8">
|
||
|
|
<property name="text">
|
||
|
|
<string>Alto (m)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QComboBox" name="comboFrameType">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>140</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<property name="text">
|
||
|
|
<string>Simple</string>
|
||
|
|
</property>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<property name="text">
|
||
|
|
<string>Doble</string>
|
||
|
|
</property>
|
||
|
|
</item>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="title">
|
||
|
|
<string>Poste</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
|
<property name="leftMargin">
|
||
|
|
<number>9</number>
|
||
|
|
</property>
|
||
|
|
<property name="topMargin">
|
||
|
|
<number>9</number>
|
||
|
|
</property>
|
||
|
|
<property name="rightMargin">
|
||
|
|
<number>9</number>
|
||
|
|
</property>
|
||
|
|
<property name="bottomMargin">
|
||
|
|
<number>9</number>
|
||
|
|
</property>
|
||
|
|
<property name="spacing">
|
||
|
|
<number>6</number>
|
||
|
|
</property>
|
||
|
|
<item row="3" column="2">
|
||
|
|
<widget class="QDoubleSpinBox" name="editPostBuried">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>140</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
|
</property>
|
||
|
|
<property name="buttonSymbols">
|
||
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<double>2000.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="singleStep">
|
||
|
|
<double>50.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<double>700.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="label_10">
|
||
|
|
<property name="text">
|
||
|
|
<string>Alto (m)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="0">
|
||
|
|
<widget class="QLabel" name="label_17">
|
||
|
|
<property name="text">
|
||
|
|
<string>Enterramiento (m)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="2">
|
||
|
|
<widget class="QDoubleSpinBox" name="editPostHeight">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>140</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
|
</property>
|
||
|
|
<property name="buttonSymbols">
|
||
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
|
</property>
|
||
|
|
<property name="decimals">
|
||
|
|
<number>3</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<double>5000.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="singleStep">
|
||
|
|
<double>500.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<double>2000.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QLabel" name="label_9">
|
||
|
|
<property name="text">
|
||
|
|
<string>Ancho (mm)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="2">
|
||
|
|
<widget class="QSpinBox" name="editPostWidth">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>140</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="layoutDirection">
|
||
|
|
<enum>Qt::LeftToRight</enum>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
|
</property>
|
||
|
|
<property name="buttonSymbols">
|
||
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>200</number>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<number>80</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QWidget" name="widget" native="true">
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="text">
|
||
|
|
<string>Espacio (mm)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QSpinBox" name="editGap">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>140</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
|
</property>
|
||
|
|
<property name="buttonSymbols">
|
||
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>10</number>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<number>2</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer name="verticalSpacer">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Vertical</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>40</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|