Your warranties manager
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

10 anos atrás
10 anos atrás
10 anos atrás
10 anos atrás
10 anos atrás
10 anos atrás
10 anos atrás
10 anos atrás
10 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProduitItem</class>
  4. <widget class="QWidget" name="ProduitItem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>717</width>
  10. <height>195</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string notr="true">Form</string>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <item>
  24. <widget class="QLabel" name="image">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Fixed" vsizetype="MinimumExpanding">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. <property name="text">
  32. <string notr="true"/>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <layout class="QHBoxLayout" name="horizontalLayout_2">
  40. <property name="spacing">
  41. <number>0</number>
  42. </property>
  43. <item>
  44. <widget class="QLabel" name="nomProduit">
  45. <property name="sizePolicy">
  46. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  47. <horstretch>0</horstretch>
  48. <verstretch>0</verstretch>
  49. </sizepolicy>
  50. </property>
  51. <property name="text">
  52. <string notr="true">&lt;h1&gt;Nom produit&lt;/h1&gt;</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <spacer name="horizontalSpacer">
  58. <property name="orientation">
  59. <enum>Qt::Horizontal</enum>
  60. </property>
  61. <property name="sizeHint" stdset="0">
  62. <size>
  63. <width>40</width>
  64. <height>20</height>
  65. </size>
  66. </property>
  67. </spacer>
  68. </item>
  69. <item>
  70. <widget class="QPushButton" name="btnMoreInfo">
  71. <property name="text">
  72. <string>Plus d'infos...</string>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </item>
  78. <item>
  79. <widget class="QLabel" name="infosProduit">
  80. <property name="sizePolicy">
  81. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  82. <horstretch>0</horstretch>
  83. <verstretch>0</verstretch>
  84. </sizepolicy>
  85. </property>
  86. <property name="text">
  87. <string notr="true">TextLabel</string>
  88. </property>
  89. <property name="alignment">
  90. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  91. </property>
  92. </widget>
  93. </item>
  94. </layout>
  95. </item>
  96. </layout>
  97. </widget>
  98. <resources/>
  99. <connections/>
  100. </ui>