Your warranties manager
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

gestionmagasinsdialog.ui 3.0 KiB

10 lat temu
10 lat temu
10 lat temu
10 lat temu
10 lat temu
10 lat temu
10 lat temu
10 lat temu
10 lat temu
10 lat temu
10 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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="standardButtons">
  78. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  79. </property>
  80. </widget>
  81. </item>
  82. </layout>
  83. </widget>
  84. <resources>
  85. <include location="resources.qrc"/>
  86. </resources>
  87. <connections>
  88. <connection>
  89. <sender>buttonBox</sender>
  90. <signal>accepted()</signal>
  91. <receiver>GestionMagasinsDialog</receiver>
  92. <slot>accept()</slot>
  93. <hints>
  94. <hint type="sourcelabel">
  95. <x>248</x>
  96. <y>254</y>
  97. </hint>
  98. <hint type="destinationlabel">
  99. <x>157</x>
  100. <y>274</y>
  101. </hint>
  102. </hints>
  103. </connection>
  104. <connection>
  105. <sender>buttonBox</sender>
  106. <signal>rejected()</signal>
  107. <receiver>GestionMagasinsDialog</receiver>
  108. <slot>reject()</slot>
  109. <hints>
  110. <hint type="sourcelabel">
  111. <x>316</x>
  112. <y>260</y>
  113. </hint>
  114. <hint type="destinationlabel">
  115. <x>286</x>
  116. <y>274</y>
  117. </hint>
  118. </hints>
  119. </connection>
  120. </connections>
  121. </ui>