95 lines
1.9 KiB
Text
95 lines
1.9 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>Dialog</class>
|
||
|
<widget class="QDialog" name="Dialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>719</width>
|
||
|
<height>328</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Dialog</string>
|
||
|
</property>
|
||
|
<widget class="QTextEdit" name="texteMorse">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>20</y>
|
||
|
<width>571</width>
|
||
|
<height>261</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit" name="barreDeStatus">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>290</y>
|
||
|
<width>701</width>
|
||
|
<height>32</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="effacer">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>590</x>
|
||
|
<y>100</y>
|
||
|
<width>121</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Effacer</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="envoyer">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>590</x>
|
||
|
<y>30</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Envoyer</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="quitter">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>590</x>
|
||
|
<y>220</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Quitter</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="configuration">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>590</x>
|
||
|
<y>160</y>
|
||
|
<width>121</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Configuration</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|