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.
 
 
 

124 lines
3.2 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutDialog</class>
  4. <widget class="QDialog" name="AboutDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>283</width>
  10. <height>173</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>283</width>
  22. <height>173</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>À propos de Hermès</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <item>
  30. <widget class="QLabel" name="label">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="text">
  38. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;h1&gt;Deuchnord Hermès&lt;/h1&gt;&lt;/body&gt;&lt;/html&gt;</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QLabel" name="version">
  44. <property name="text">
  45. <string notr="true">Version</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QLabel" name="label_2">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="text">
  58. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Hermès est un logiciel libre distribué sous la licence MIT par Jérôme Deuchnord.&lt;/p&gt;&lt;p&gt;Basé sur Qt 5.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  59. </property>
  60. <property name="alignment">
  61. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  62. </property>
  63. <property name="wordWrap">
  64. <bool>true</bool>
  65. </property>
  66. <property name="openExternalLinks">
  67. <bool>true</bool>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <layout class="QHBoxLayout" name="horizontalLayout">
  73. <item>
  74. <spacer name="horizontalSpacer">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="sizeHint" stdset="0">
  79. <size>
  80. <width>40</width>
  81. <height>20</height>
  82. </size>
  83. </property>
  84. </spacer>
  85. </item>
  86. <item>
  87. <widget class="QPushButton" name="btnQt">
  88. <property name="text">
  89. <string>À propos de Qt</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QPushButton" name="btnFermer">
  95. <property name="text">
  96. <string>Fermer</string>
  97. </property>
  98. </widget>
  99. </item>
  100. </layout>
  101. </item>
  102. </layout>
  103. </widget>
  104. <resources/>
  105. <connections>
  106. <connection>
  107. <sender>btnFermer</sender>
  108. <signal>clicked()</signal>
  109. <receiver>AboutDialog</receiver>
  110. <slot>accept()</slot>
  111. <hints>
  112. <hint type="sourcelabel">
  113. <x>641</x>
  114. <y>401</y>
  115. </hint>
  116. <hint type="destinationlabel">
  117. <x>691</x>
  118. <y>379</y>
  119. </hint>
  120. </hints>
  121. </connection>
  122. </connections>
  123. </ui>