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.
 
 
 

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