This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
L3GestionParking/ui/creationPlaces.ui

88 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CreaPlaces</class>
<widget class="QWidget" name="CreaPlaces">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>339</width>
<height>202</height>
</rect>
</property>
<property name="windowTitle">
<string>Creation Type Place</string>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>241</width>
<height>83</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Hauteur</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Longueur</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Nombre</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_hauteur"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_longueur"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_nombre"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>81</x>
<y>151</y>
<width>171</width>
<height>29</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="btn_annuler">
<property name="text">
<string>Annuler</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_valider">
<property name="text">
<string>Valider</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>