-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1ccf0f
commit 169d06f
Showing
1 changed file
with
195 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,195 @@ | ||
<?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>659</width> | ||
<height>467</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle"> | ||
<string>Form</string> | ||
</property> | ||
<property name="styleSheet"> | ||
<string notr="true">background-color: rgb(255, 158, 10);</string> | ||
</property> | ||
<widget class="QPushButton" name="pushButton"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>400</x> | ||
<y>320</y> | ||
<width>201</width> | ||
<height>61</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<family>LeviReBrushed</family> | ||
<pointsize>20</pointsize> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string>Mode Edition</string> | ||
</property> | ||
</widget> | ||
<widget class="QPushButton" name="pushButton_2"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>60</x> | ||
<y>320</y> | ||
<width>191</width> | ||
<height>61</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<family>LeviReBrushed</family> | ||
<pointsize>20</pointsize> | ||
<weight>50</weight> | ||
<bold>false</bold> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string>Mode Entrainement</string> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="Logo"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>-50</y> | ||
<width>261</width> | ||
<height>191</height> | ||
</rect> | ||
</property> | ||
<property name="styleSheet"> | ||
<string notr="true"/> | ||
</property> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap>logo transp.png</pixmap> | ||
</property> | ||
<property name="scaledContents"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="Franais"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>530</x> | ||
<y>0</y> | ||
<width>71</width> | ||
<height>71</height> | ||
</rect> | ||
</property> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap>Fr.png</pixmap> | ||
</property> | ||
<property name="scaledContents"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="Aide"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>590</x> | ||
<y>0</y> | ||
<width>71</width> | ||
<height>71</height> | ||
</rect> | ||
</property> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap>Aide.png</pixmap> | ||
</property> | ||
<property name="scaledContents"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="label"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>320</x> | ||
<y>-10</y> | ||
<width>20</width> | ||
<height>481</height> | ||
</rect> | ||
</property> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap>fond-noir.png</pixmap> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="label_2"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>381</x> | ||
<y>110</y> | ||
<width>241</width> | ||
<height>181</height> | ||
</rect> | ||
</property> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap>partition-de-musique-1.png</pixmap> | ||
</property> | ||
<property name="scaledContents"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="label_3"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>470</x> | ||
<y>0</y> | ||
<width>71</width> | ||
<height>71</height> | ||
</rect> | ||
</property> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap>retour arrière.png</pixmap> | ||
</property> | ||
<property name="scaledContents"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="label_4"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>81</x> | ||
<y>130</y> | ||
<width>171</width> | ||
<height>141</height> | ||
</rect> | ||
</property> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap>Music Side drum.ico</pixmap> | ||
</property> | ||
<property name="scaledContents"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</widget> | ||
<resources/> | ||
<connections/> | ||
</ui> |