Your warranties manager
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

mainwindow.ui 3.3 KiB

10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. </widget>
  47. <widget class="QMenu" name="menuAide">
  48. <property name="title">
  49. <string>Aide</string>
  50. </property>
  51. <addaction name="actionAide"/>
  52. <addaction name="actionReportBug"/>
  53. <addaction name="actionAPropos"/>
  54. </widget>
  55. <widget class="QMenu" name="menuOutil">
  56. <property name="title">
  57. <string>Outils</string>
  58. </property>
  59. <addaction name="actionSettings"/>
  60. </widget>
  61. <addaction name="menuFichier"/>
  62. <addaction name="menuOutil"/>
  63. <addaction name="menuAide"/>
  64. </widget>
  65. <widget class="QToolBar" name="mainToolBar">
  66. <property name="movable">
  67. <bool>false</bool>
  68. </property>
  69. <attribute name="toolBarArea">
  70. <enum>TopToolBarArea</enum>
  71. </attribute>
  72. <attribute name="toolBarBreak">
  73. <bool>false</bool>
  74. </attribute>
  75. <addaction name="actionNouveauProduit"/>
  76. <addaction name="actionSupprimerProduit"/>
  77. </widget>
  78. <widget class="QStatusBar" name="statusBar">
  79. <property name="sizeGripEnabled">
  80. <bool>false</bool>
  81. </property>
  82. </widget>
  83. <action name="actionNouveauProduit">
  84. <property name="text">
  85. <string>Nouveau produit...</string>
  86. </property>
  87. <property name="shortcut">
  88. <string>Ctrl+N</string>
  89. </property>
  90. </action>
  91. <action name="actionSupprimerProduit">
  92. <property name="text">
  93. <string>Supprimer le produit</string>
  94. </property>
  95. <property name="shortcut">
  96. <string>Ctrl+D</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. <action name="actionReportBug">
  113. <property name="text">
  114. <string>Signaler un bug...</string>
  115. </property>
  116. </action>
  117. <action name="actionSettings">
  118. <property name="text">
  119. <string>Préférences</string>
  120. </property>
  121. </action>
  122. </widget>
  123. <layoutdefault spacing="6" margin="11"/>
  124. <resources>
  125. <include location="resources.qrc"/>
  126. </resources>
  127. <connections/>
  128. </ui>