411 lines
10 KiB
XML
411 lines
10 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>601</width>
|
|
<height>596</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Administration</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>40</y>
|
|
<width>561</width>
|
|
<height>501</height>
|
|
</rect>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>1</number>
|
|
</property>
|
|
<widget class="QWidget" name="tab">
|
|
<attribute name="title">
|
|
<string>Activite</string>
|
|
</attribute>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>10</y>
|
|
<width>61</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Activité :</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="listWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>50</y>
|
|
<width>431</width>
|
|
<height>261</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_2">
|
|
<attribute name="title">
|
|
<string>Parkings</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
<property name="fieldGrowthPolicy">
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_13">
|
|
<property name="text">
|
|
<string>Nom :</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLabel" name="nom">
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_15">
|
|
<property name="text">
|
|
<string>Places total:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLabel" name="placesParNiveau">
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_16">
|
|
<property name="text">
|
|
<string>Places disponible :</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLabel" name="placesDispo">
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label_17">
|
|
<property name="text">
|
|
<string>Places Reserve Super Abo : </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLabel" name="placesSuperAbo">
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="btn_details">
|
|
<property name="text">
|
|
<string>Details Places</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_borne">
|
|
<property name="text">
|
|
<string>Borne</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_creer">
|
|
<property name="text">
|
|
<string>Créer</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_supprimer">
|
|
<property name="text">
|
|
<string>Supprimer</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_3">
|
|
<attribute name="title">
|
|
<string>Services</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>60</y>
|
|
<width>501</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Maintenance</string>
|
|
</property>
|
|
<widget class="QComboBox" name="comboBox_maintenance">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>481</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_effectuer_maintenance">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>326</x>
|
|
<y>70</y>
|
|
<width>161</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Effectuer Maintenance</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>180</y>
|
|
<width>501</width>
|
|
<height>101</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Entretien</string>
|
|
</property>
|
|
<widget class="QComboBox" name="comboBox_entretien">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>481</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_effectuer_entretien">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>326</x>
|
|
<y>60</y>
|
|
<width>161</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Effectuer Entretien</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>290</y>
|
|
<width>511</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Livraison</string>
|
|
</property>
|
|
<widget class="QComboBox" name="comboBox_livraison">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>481</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_effectuer_livraison">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>326</x>
|
|
<y>70</y>
|
|
<width>161</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Effectuer Livraison</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_4">
|
|
<attribute name="title">
|
|
<string>Stats</string>
|
|
</attribute>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>80</y>
|
|
<width>161</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Frequentation par jour</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>110</y>
|
|
<width>161</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Frequentation par mois</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>140</y>
|
|
<width>241</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Duree moyenne de stationnement </string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>10</y>
|
|
<width>539</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>601</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFichier">
|
|
<property name="title">
|
|
<string>Fichier</string>
|
|
</property>
|
|
<addaction name="actionNouveau_2"/>
|
|
<addaction name="actionCharger"/>
|
|
<addaction name="actionSauvegarder"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionQuitter"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuA_propos">
|
|
<property name="title">
|
|
<string>A propos</string>
|
|
</property>
|
|
<addaction name="action"/>
|
|
</widget>
|
|
<addaction name="menuFichier"/>
|
|
<addaction name="menuA_propos"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionCharger">
|
|
<property name="text">
|
|
<string>Charger</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSauvegarder">
|
|
<property name="text">
|
|
<string>Sauvegarder</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAfficher">
|
|
<property name="text">
|
|
<string>Afficher</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNouveau">
|
|
<property name="text">
|
|
<string>Nouveau</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRechercher">
|
|
<property name="text">
|
|
<string>Rechercher</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionListe">
|
|
<property name="text">
|
|
<string>Liste</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAjouter">
|
|
<property name="text">
|
|
<string>Ajouter</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionQuitter">
|
|
<property name="text">
|
|
<string>Quitter</string>
|
|
</property>
|
|
</action>
|
|
<action name="action">
|
|
<property name="text">
|
|
<string>?</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNouveau_2">
|
|
<property name="text">
|
|
<string>Nouveau</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|