settings.ui 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Settings</class>
  4. <widget class="QDialog" name="Settings">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>455</width>
  10. <height>350</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>455</width>
  16. <height>350</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>455</width>
  22. <height>350</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Settings</string>
  27. </property>
  28. <property name="windowIcon">
  29. <iconset>
  30. <normaloff>resources/icon.ico</normaloff>resources/icon.ico</iconset>
  31. </property>
  32. <layout class="QVBoxLayout" name="verticalLayout">
  33. <item>
  34. <widget class="QLabel" name="lblWelcomeErrorsHeader">
  35. <property name="text">
  36. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Welcome to OrdersGuru Signer!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QLabel" name="lblWelcomeErrors">
  42. <property name="enabled">
  43. <bool>true</bool>
  44. </property>
  45. <property name="text">
  46. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In order to use this tool you must provide XML schema for validating files you will sign and certificate with which you'll sign XMLs.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  47. </property>
  48. <property name="wordWrap">
  49. <bool>true</bool>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <spacer name="vsHeader">
  55. <property name="orientation">
  56. <enum>Qt::Vertical</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>20</width>
  61. <height>40</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. <item>
  67. <widget class="QGroupBox" name="gbXMLValidation">
  68. <property name="title">
  69. <string>XML Validation</string>
  70. </property>
  71. <layout class="QVBoxLayout" name="verticalLayout_2">
  72. <item>
  73. <widget class="QLabel" name="lblXMLValidation">
  74. <property name="text">
  75. <string>Provide XML schema used for validating all XML documents.</string>
  76. </property>
  77. <property name="wordWrap">
  78. <bool>true</bool>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <layout class="QGridLayout" name="glXMLValidation">
  84. <item row="0" column="0">
  85. <widget class="QLabel" name="lblXMLSchema">
  86. <property name="text">
  87. <string>XML Schema:</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="0" column="1">
  92. <widget class="QLineEdit" name="leXMLSchema">
  93. <property name="readOnly">
  94. <bool>true</bool>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="0" column="2">
  99. <widget class="QPushButton" name="btnXMLSchemaBrowse">
  100. <property name="text">
  101. <string>Browse</string>
  102. </property>
  103. </widget>
  104. </item>
  105. </layout>
  106. </item>
  107. </layout>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QGroupBox" name="gbCertificate">
  112. <property name="title">
  113. <string>Certificate</string>
  114. </property>
  115. <layout class="QVBoxLayout" name="verticalLayout_3">
  116. <item>
  117. <widget class="QLabel" name="lblCertificate">
  118. <property name="text">
  119. <string>Provide certificate in PKCS 12 format, used for signing documents.</string>
  120. </property>
  121. <property name="wordWrap">
  122. <bool>true</bool>
  123. </property>
  124. </widget>
  125. </item>
  126. <item>
  127. <layout class="QGridLayout" name="glCertificate">
  128. <item row="0" column="1">
  129. <widget class="QLineEdit" name="leCertificate">
  130. <property name="readOnly">
  131. <bool>true</bool>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="0" column="0">
  136. <widget class="QLabel" name="lblCertificateFile">
  137. <property name="text">
  138. <string>Certificate:</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="0" column="2">
  143. <widget class="QPushButton" name="btnCertificateBrowse">
  144. <property name="text">
  145. <string>Browse</string>
  146. </property>
  147. </widget>
  148. </item>
  149. </layout>
  150. </item>
  151. </layout>
  152. </widget>
  153. </item>
  154. <item>
  155. <spacer name="vsFooter">
  156. <property name="orientation">
  157. <enum>Qt::Vertical</enum>
  158. </property>
  159. <property name="sizeHint" stdset="0">
  160. <size>
  161. <width>20</width>
  162. <height>40</height>
  163. </size>
  164. </property>
  165. </spacer>
  166. </item>
  167. <item>
  168. <layout class="QHBoxLayout" name="hlButtonBox">
  169. <item>
  170. <widget class="QPushButton" name="btnReset">
  171. <property name="enabled">
  172. <bool>false</bool>
  173. </property>
  174. <property name="text">
  175. <string>Reset</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <spacer name="hsButtonBox">
  181. <property name="orientation">
  182. <enum>Qt::Horizontal</enum>
  183. </property>
  184. <property name="sizeHint" stdset="0">
  185. <size>
  186. <width>40</width>
  187. <height>20</height>
  188. </size>
  189. </property>
  190. </spacer>
  191. </item>
  192. <item>
  193. <widget class="QPushButton" name="btnCancel">
  194. <property name="text">
  195. <string>&amp;Cancel</string>
  196. </property>
  197. </widget>
  198. </item>
  199. <item>
  200. <widget class="QPushButton" name="btnOk">
  201. <property name="enabled">
  202. <bool>false</bool>
  203. </property>
  204. <property name="text">
  205. <string>&amp;OK</string>
  206. </property>
  207. </widget>
  208. </item>
  209. </layout>
  210. </item>
  211. </layout>
  212. </widget>
  213. <resources/>
  214. <connections/>
  215. </ui>