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.
 
 
 

125 lines
3.3 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. <addaction name="menuFichier"/>
  57. <addaction name="menuAide"/>
  58. </widget>
  59. <widget class="QToolBar" name="mainToolBar">
  60. <property name="movable">
  61. <bool>false</bool>
  62. </property>
  63. <attribute name="toolBarArea">
  64. <enum>TopToolBarArea</enum>
  65. </attribute>
  66. <attribute name="toolBarBreak">
  67. <bool>false</bool>
  68. </attribute>
  69. <addaction name="actionNouveauProduit"/>
  70. <addaction name="actionSupprimerProduit"/>
  71. <addaction name="separator"/>
  72. <addaction name="actionGererMagasins"/>
  73. </widget>
  74. <widget class="QStatusBar" name="statusBar">
  75. <property name="sizeGripEnabled">
  76. <bool>false</bool>
  77. </property>
  78. </widget>
  79. <action name="actionNouveauProduit">
  80. <property name="text">
  81. <string>Nouveau produit...</string>
  82. </property>
  83. <property name="shortcut">
  84. <string>Ctrl+N</string>
  85. </property>
  86. </action>
  87. <action name="actionSupprimerProduit">
  88. <property name="text">
  89. <string>Supprimer le produit</string>
  90. </property>
  91. <property name="shortcut">
  92. <string>Ctrl+D</string>
  93. </property>
  94. </action>
  95. <action name="actionGererMagasins">
  96. <property name="text">
  97. <string>Gérer les magasins...</string>
  98. </property>
  99. </action>
  100. <action name="actionAide">
  101. <property name="text">
  102. <string>Centre d'aide...</string>
  103. </property>
  104. <property name="shortcut">
  105. <string>F1</string>
  106. </property>
  107. </action>
  108. <action name="actionAPropos">
  109. <property name="text">
  110. <string>À propos...</string>
  111. </property>
  112. </action>
  113. <action name="actionReportBug">
  114. <property name="text">
  115. <string>Signaler un bug...</string>
  116. </property>
  117. </action>
  118. </widget>
  119. <layoutdefault spacing="6" margin="11"/>
  120. <resources>
  121. <include location="resources.qrc"/>
  122. </resources>
  123. <connections/>
  124. </ui>