Files
PVPlant/Electrical/Cable/PVPlantElectricalLineDialog.ui

72 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-01-28 00:04:13 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>formTrechPathSelector</class>
<widget class="QDialog" name="formTrechPathSelector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>178</width>
<height>79</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Fixed Frame:</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Seleccionar ruta</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="labelTitle">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(180, 180, 180);
border-color: rgb(129, 129, 129);</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBox">
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QPushButton" name="buttonAccept">
<property name="text">
<string>Aceptar</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>