266 lines
6.8 KiB
XML
266 lines
6.8 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>561</width>
|
|
<height>509</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>0</x>
|
|
<y>0</y>
|
|
<width>561</width>
|
|
<height>441</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>
|
|
<widget class="QComboBox" name="comboBox"/>
|
|
</item>
|
|
<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_5">
|
|
<attribute name="title">
|
|
<string>Membres</string>
|
|
</attribute>
|
|
<widget class="QTableWidget" name="tableWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>20</y>
|
|
<width>431</width>
|
|
<height>351</height>
|
|
</rect>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string>Nouvelle colonne</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_3">
|
|
<attribute name="title">
|
|
<string>Services</string>
|
|
</attribute>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>561</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFichier">
|
|
<property name="title">
|
|
<string>Fichier</string>
|
|
</property>
|
|
<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>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|