Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>628</width>
- <height>437</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>110</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QWidget" name="verticalLayoutWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>160</width>
- <height>361</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QPushButton" name="pushButton_DetectionPortCOM">
- <property name="text">
- <string>Informations sur PortCOM</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_Connexion">
- <property name="text">
- <string>Connexion</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_DebutCommunication">
- <property name="text">
- <string>Démarrer communication</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LireTrame">
- <property name="text">
- <string>Lire Trame</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_Quitter">
- <property name="text">
- <string>Quitter</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="verticalLayoutWidget_2">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>40</y>
- <width>160</width>
- <height>321</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QPushButton" name="pushButton_Chenillard">
- <property name="text">
- <string>Lancer le Chenillard</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_StopChenillard">
- <property name="text">
- <string>Arreter le Chenillard</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED1">
- <property name="text">
- <string>LED1</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED2">
- <property name="text">
- <string>LED2</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED3">
- <property name="text">
- <string>LED3</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED4">
- <property name="text">
- <string>LED4</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED5">
- <property name="text">
- <string>LED5</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED6">
- <property name="text">
- <string>LED6</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED7">
- <property name="text">
- <string>LED7</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_LED8">
- <property name="text">
- <string>LED8</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="verticalLayoutWidget_3">
- <property name="geometry">
- <rect>
- <x>470</x>
- <y>130</y>
- <width>131</width>
- <height>231</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <widget class="QLabel" name="label_LED1">
- <property name="text">
- <string>Etat de la LED1</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_LED2">
- <property name="text">
- <string>Etat de la LED2</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_LED3">
- <property name="text">
- <string>Etat de la LED3</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_LED4">
- <property name="text">
- <string>Etat de la LED4</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_LED5">
- <property name="text">
- <string>Etat de la LED5</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_LED6">
- <property name="text">
- <string>Etat de la LED6</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_LED7">
- <property name="text">
- <string>Etat de la LED7</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_LED8">
- <property name="text">
- <string>Etat de la LED8</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>628</width>
- <height>20</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuSelection_portCOM">
- <property name="title">
- <string>Selection_portCOM</string>
- </property>
- </widget>
- <addaction name="menuSelection_portCOM"/>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
Advertisement
Add Comment
Please, Sign In to add comment