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

161 lines
3.5 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>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Creation Parking</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>90</x>
<y>270</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>60</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>130</y>
<width>311</width>
<height>91</height>
</rect>
</property>
<column>
<property name="text">
<string>Hauteur</string>
</property>
</column>
<column>
<property name="text">
<string>Longueur</string>
</property>
</column>
<column>
<property name="text">
<string>Nombre</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="btn_addRow">
<property name="geometry">
<rect>
<x>350</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>350</x>
<y>160</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>52</x>
<y>12</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>