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/creationParking.ui

171 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CreaParking</class>
<widget class="QWidget" name="CreaParking">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>622</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Creation Parking</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>230</x>
<y>260</y>
<width>201</width>
<height>29</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<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 class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>200</x>
<y>230</y>
<width>275</width>
<height>25</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Nombre Places Total : </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="nbPlacesTotal">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>521</width>
<height>121</height>
</rect>
</property>
<column>
<property name="text">
<string>Hauteur (cm)</string>
</property>
</column>
<column>
<property name="text">
<string>Longueur (cm)</string>
</property>
</column>
<column>
<property name="text">
<string>Nombre</string>
</property>
</column>
<column>
<property name="text">
<string>Etage</string>
</property>
</column>
<column>
<property name="text">
<string>Prix (€)</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="btn_addRow">
<property name="geometry">
<rect>
<x>570</x>
<y>120</y>
<width>41</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
<widget class="QPushButton" name="btn_rmRow">
<property name="geometry">
<rect>
<x>570</x>
<y>170</y>
<width>41</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>180</x>
<y>20</y>
<width>291</width>
<height>56</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Nom :</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLineEdit" name="lineEdit_nom"/>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<tabstops>
<tabstop>lineEdit_nom</tabstop>
<tabstop>tableWidget</tabstop>
<tabstop>btn_addRow</tabstop>
<tabstop>btn_rmRow</tabstop>
<tabstop>btn_annuler</tabstop>
<tabstop>btn_valider</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>