Your warranties manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

137 lines
3.6 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>765</width>
  10. <height>610</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Gestionnaire de garanties Hermès</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="resources.qrc">
  18. <normaloff>:/images/icon-hermes.png</normaloff>:/images/icon-hermes.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralWidget">
  21. <layout class="QVBoxLayout" name="verticalLayout">
  22. <item>
  23. <widget class="QListWidget" name="listeProduits"/>
  24. </item>
  25. </layout>
  26. </widget>
  27. <widget class="QMenuBar" name="menuBar">
  28. <property name="geometry">
  29. <rect>
  30. <x>0</x>
  31. <y>0</y>
  32. <width>765</width>
  33. <height>25</height>
  34. </rect>
  35. </property>
  36. <property name="nativeMenuBar">
  37. <bool>true</bool>
  38. </property>
  39. <widget class="QMenu" name="menuFichier">
  40. <property name="title">
  41. <string>Fichier</string>
  42. </property>
  43. <addaction name="actionNouveauProduit"/>
  44. <addaction name="actionSupprimerProduit"/>
  45. <addaction name="separator"/>
  46. <addaction name="actionGererMagasins"/>
  47. </widget>
  48. <widget class="QMenu" name="menuAide">
  49. <property name="title">
  50. <string>Aide</string>
  51. </property>
  52. <addaction name="actionAide"/>
  53. <addaction name="actionReportBug"/>
  54. <addaction name="actionAPropos"/>
  55. </widget>
  56. <widget class="QMenu" name="menuOutil">
  57. <property name="title">
  58. <string>Outils</string>
  59. </property>
  60. <addaction name="actionSettings"/>
  61. </widget>
  62. <addaction name="menuFichier"/>
  63. <addaction name="menuOutil"/>
  64. <addaction name="menuAide"/>
  65. </widget>
  66. <widget class="QToolBar" name="mainToolBar">
  67. <property name="movable">
  68. <bool>false</bool>
  69. </property>
  70. <attribute name="toolBarArea">
  71. <enum>TopToolBarArea</enum>
  72. </attribute>
  73. <attribute name="toolBarBreak">
  74. <bool>false</bool>
  75. </attribute>
  76. <addaction name="actionNouveauProduit"/>
  77. <addaction name="actionSupprimerProduit"/>
  78. <addaction name="separator"/>
  79. <addaction name="actionGererMagasins"/>
  80. </widget>
  81. <widget class="QStatusBar" name="statusBar">
  82. <property name="sizeGripEnabled">
  83. <bool>false</bool>
  84. </property>
  85. </widget>
  86. <action name="actionNouveauProduit">
  87. <property name="text">
  88. <string>Nouveau produit...</string>
  89. </property>
  90. <property name="shortcut">
  91. <string>Ctrl+N</string>
  92. </property>
  93. </action>
  94. <action name="actionSupprimerProduit">
  95. <property name="text">
  96. <string>Supprimer le produit</string>
  97. </property>
  98. <property name="shortcut">
  99. <string>Ctrl+D</string>
  100. </property>
  101. </action>
  102. <action name="actionGererMagasins">
  103. <property name="text">
  104. <string>Gérer les magasins...</string>
  105. </property>
  106. </action>
  107. <action name="actionAide">
  108. <property name="text">
  109. <string>Centre d'aide...</string>
  110. </property>
  111. <property name="shortcut">
  112. <string>F1</string>
  113. </property>
  114. </action>
  115. <action name="actionAPropos">
  116. <property name="text">
  117. <string>À propos...</string>
  118. </property>
  119. </action>
  120. <action name="actionReportBug">
  121. <property name="text">
  122. <string>Signaler un bug...</string>
  123. </property>
  124. </action>
  125. <action name="actionSettings">
  126. <property name="text">
  127. <string>Préférences</string>
  128. </property>
  129. </action>
  130. </widget>
  131. <layoutdefault spacing="6" margin="11"/>
  132. <resources>
  133. <include location="resources.qrc"/>
  134. </resources>
  135. <connections/>
  136. </ui>