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.
 
 
 

138 lines
3.9 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ScannerDialog</class>
  4. <widget class="QDialog" name="ScannerDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>649</width>
  10. <height>246</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="text">
  26. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Numériser un document&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <widget class="QLabel" name="label_2">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="text">
  39. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Cette fenêtre permet de numériser votre document rapidement.&lt;/p&gt;&lt;p&gt;Placez votre document dans votre scanner, puis cliquez sur le bouton &lt;span style=&quot; font-style:italic;&quot;&gt;Numériser&lt;/span&gt; ci-dessous. Vous pouvez également effectuer un essai pour vérifier que votre document est bien placé.&lt;/p&gt;&lt;p&gt;Remarque : la numérisation de test est effectuée en basse résolution. Elle ne sera pas enregistrée sur Hermès.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  40. </property>
  41. <property name="alignment">
  42. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  43. </property>
  44. <property name="wordWrap">
  45. <bool>true</bool>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QProgressBar" name="progressBar">
  51. <property name="minimum">
  52. <number>0</number>
  53. </property>
  54. <property name="maximum">
  55. <number>0</number>
  56. </property>
  57. <property name="value">
  58. <number>-1</number>
  59. </property>
  60. <property name="textVisible">
  61. <bool>false</bool>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <spacer name="verticalSpacer">
  67. <property name="orientation">
  68. <enum>Qt::Vertical</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>20</width>
  73. <height>40</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. <item>
  79. <layout class="QHBoxLayout" name="horizontalLayout">
  80. <item>
  81. <spacer name="horizontalSpacer">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. <property name="sizeHint" stdset="0">
  86. <size>
  87. <width>40</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. </spacer>
  92. </item>
  93. <item>
  94. <widget class="QPushButton" name="btnTest">
  95. <property name="text">
  96. <string>Test</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QPushButton" name="btnScan">
  102. <property name="text">
  103. <string>Numériser</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <widget class="QPushButton" name="btnAnnuler">
  109. <property name="text">
  110. <string>Annuler</string>
  111. </property>
  112. </widget>
  113. </item>
  114. </layout>
  115. </item>
  116. </layout>
  117. </widget>
  118. <resources/>
  119. <connections>
  120. <connection>
  121. <sender>btnAnnuler</sender>
  122. <signal>clicked()</signal>
  123. <receiver>ScannerDialog</receiver>
  124. <slot>reject()</slot>
  125. <hints>
  126. <hint type="sourcelabel">
  127. <x>586</x>
  128. <y>218</y>
  129. </hint>
  130. <hint type="destinationlabel">
  131. <x>640</x>
  132. <y>182</y>
  133. </hint>
  134. </hints>
  135. </connection>
  136. </connections>
  137. </ui>