Your warranties manager
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

gestionmagasinsdialog.ui 3.1 KiB

vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
vor 10 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GestionMagasinsDialog</class>
  4. <widget class="QDialog" name="GestionMagasinsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>655</width>
  10. <height>383</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Gérer les magasins</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QListWidget" name="listMagasins"/>
  21. </item>
  22. <item>
  23. <layout class="QVBoxLayout" name="verticalLayout_2">
  24. <property name="spacing">
  25. <number>0</number>
  26. </property>
  27. <item>
  28. <widget class="QPushButton" name="btnAjoutMagasin">
  29. <property name="toolTip">
  30. <string>Ajouter</string>
  31. </property>
  32. <property name="text">
  33. <string/>
  34. </property>
  35. <property name="icon">
  36. <iconset resource="resources.qrc">
  37. <normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <widget class="QPushButton" name="btnSupprMagasin">
  43. <property name="enabled">
  44. <bool>false</bool>
  45. </property>
  46. <property name="toolTip">
  47. <string>Supprimer</string>
  48. </property>
  49. <property name="text">
  50. <string/>
  51. </property>
  52. <property name="icon">
  53. <iconset resource="resources.qrc">
  54. <normaloff>:/icons/remove.png</normaloff>:/icons/remove.png</iconset>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <spacer name="verticalSpacer">
  60. <property name="orientation">
  61. <enum>Qt::Vertical</enum>
  62. </property>
  63. <property name="sizeHint" stdset="0">
  64. <size>
  65. <width>20</width>
  66. <height>40</height>
  67. </size>
  68. </property>
  69. </spacer>
  70. </item>
  71. </layout>
  72. </item>
  73. </layout>
  74. </item>
  75. <item>
  76. <widget class="QDialogButtonBox" name="buttonBox">
  77. <property name="orientation">
  78. <enum>Qt::Horizontal</enum>
  79. </property>
  80. <property name="standardButtons">
  81. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  82. </property>
  83. </widget>
  84. </item>
  85. </layout>
  86. </widget>
  87. <resources>
  88. <include location="resources.qrc"/>
  89. </resources>
  90. <connections>
  91. <connection>
  92. <sender>buttonBox</sender>
  93. <signal>accepted()</signal>
  94. <receiver>GestionMagasinsDialog</receiver>
  95. <slot>accept()</slot>
  96. <hints>
  97. <hint type="sourcelabel">
  98. <x>248</x>
  99. <y>254</y>
  100. </hint>
  101. <hint type="destinationlabel">
  102. <x>157</x>
  103. <y>274</y>
  104. </hint>
  105. </hints>
  106. </connection>
  107. <connection>
  108. <sender>buttonBox</sender>
  109. <signal>rejected()</signal>
  110. <receiver>GestionMagasinsDialog</receiver>
  111. <slot>reject()</slot>
  112. <hints>
  113. <hint type="sourcelabel">
  114. <x>316</x>
  115. <y>260</y>
  116. </hint>
  117. <hint type="destinationlabel">
  118. <x>286</x>
  119. <y>274</y>
  120. </hint>
  121. </hints>
  122. </connection>
  123. </connections>
  124. </ui>