This commit is contained in:
sidya82 2014-12-10 16:27:38 +01:00
parent 21e97f5362
commit 9f056cb247
2 changed files with 439 additions and 0 deletions

178
ui/borne.ui Normal file
View File

@ -0,0 +1,178 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>412</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>90</x>
<y>40</y>
<width>211</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Detection Arrivee Voiture</string>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>351</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>170</x>
<y>10</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>NomParking</string>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>60</x>
<y>300</y>
<width>272</width>
<height>85</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Carte Membre ID </string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>Valider</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Non membre</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_3">
<property name="text">
<string>Valider</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_4">
<property name="text">
<string>PayerAvecCarte</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>70</x>
<y>130</y>
<width>261</width>
<height>91</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QPushButton" name="pushButton_7">
<property name="text">
<string>&lt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_10">
<property name="text">
<string>Annuler</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QPushButton" name="pushButton_8">
<property name="text">
<string>&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_9">
<property name="text">
<string>Valider</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<zorder>pushButton</zorder>
<zorder>label</zorder>
<zorder>lineEdit</zorder>
<zorder>pushButton_2</zorder>
<zorder>pushButton_3</zorder>
<zorder>label_2</zorder>
<zorder>lcdNumber</zorder>
<zorder></zorder>
<zorder>label_2</zorder>
<zorder>pushButton_3</zorder>
<zorder>pushButton_4</zorder>
<zorder></zorder>
<zorder>pushButton_7</zorder>
<zorder>pushButton_8</zorder>
<zorder>pushButton_9</zorder>
<zorder>pushButton_10</zorder>
<zorder>label_4</zorder>
</widget>
<resources/>
<connections/>
</ui>

261
ui/main.ui Normal file
View File

@ -0,0 +1,261 @@
<?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>522</width>
<height>412</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</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>0</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="QListView" name="log">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>421</width>
<height>241</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Parkings</string>
</attribute>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>100</x>
<y>80</y>
<width>311</width>
<height>151</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Nom :</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Niveau :</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_11"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_12"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Place / niveau :</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_13"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Place disponible :</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_14"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>Place Reserve Super Abo : </string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_15"/>
</item>
</layout>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>140</x>
<y>270</y>
<width>101</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Creer/Modifier</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>321</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>290</x>
<y>270</y>
<width>81</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Supprimer</string>
</property>
</widget>
<zorder>label_2</zorder>
<zorder>lineEdit</zorder>
<zorder>label_6</zorder>
<zorder>label_5</zorder>
<zorder>lineEdit_3</zorder>
<zorder>label_4</zorder>
<zorder>lineEdit_4</zorder>
<zorder>lineEdit_5</zorder>
<zorder>label_3</zorder>
<zorder>lineEdit_2</zorder>
<zorder>formLayoutWidget</zorder>
<zorder>pushButton_2</zorder>
<zorder>comboBox</zorder>
<zorder>pushButton</zorder>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>Membres</string>
</attribute>
<widget class="QTableView" name="tableView">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>431</width>
<height>201</height>
</rect>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>522</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuBorne">
<property name="title">
<string>Fichier</string>
</property>
<addaction name="separator"/>
<addaction name="actionCharger"/>
<addaction name="actionSauvegarder"/>
</widget>
<widget class="QMenu" name="menuBornes">
<property name="title">
<string>Quitter</string>
</property>
</widget>
<widget class="QMenu" name="menuA_propos">
<property name="title">
<string>A propos</string>
</property>
</widget>
<addaction name="menuBorne"/>
<addaction name="menuBornes"/>
<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>
</widget>
<resources/>
<connections/>
</ui>