Advertisement
Guest User

about.ui

a guest
Jul 19th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>About</class>
  4. <widget class="QDialog" name="About">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>643</width>
  10. <height>364</height>
  11. </rect>
  12. </property>
  13. <property name="mouseTracking">
  14. <bool>true</bool>
  15. </property>
  16. <property name="windowTitle">
  17. <string>About Wizard Assistant</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout_2">
  20. <item>
  21. <widget class="QWidget" name="widget" native="true">
  22. <widget class="QDialogButtonBox" name="buttonBox">
  23. <property name="geometry">
  24. <rect>
  25. <x>540</x>
  26. <y>310</y>
  27. <width>80</width>
  28. <height>24</height>
  29. </rect>
  30. </property>
  31. <property name="orientation">
  32. <enum>Qt::Vertical</enum>
  33. </property>
  34. <property name="standardButtons">
  35. <set>QDialogButtonBox::Ok</set>
  36. </property>
  37. <property name="centerButtons">
  38. <bool>true</bool>
  39. </property>
  40. </widget>
  41. <widget class="QLabel" name="app_name">
  42. <property name="geometry">
  43. <rect>
  44. <x>230</x>
  45. <y>10</y>
  46. <width>251</width>
  47. <height>41</height>
  48. </rect>
  49. </property>
  50. <property name="font">
  51. <font>
  52. <pointsize>25</pointsize>
  53. </font>
  54. </property>
  55. <property name="text">
  56. <string>Wizard Assistant</string>
  57. </property>
  58. <property name="openExternalLinks">
  59. <bool>true</bool>
  60. </property>
  61. <property name="textInteractionFlags">
  62. <set>Qt::NoTextInteraction</set>
  63. </property>
  64. </widget>
  65. <widget class="QLabel" name="app_description">
  66. <property name="geometry">
  67. <rect>
  68. <x>10</x>
  69. <y>260</y>
  70. <width>521</width>
  71. <height>61</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>Wizard Assistant, provides a modular customizable toolkit, which can be integrated into support desks via a plugin or standalone web app. This toolkit is highly customizable for any hosting or technical environment. It empowers you to rapidly identify, analyze, troubleshoot and resolve issues.</string>
  76. </property>
  77. <property name="wordWrap">
  78. <bool>true</bool>
  79. </property>
  80. <property name="openExternalLinks">
  81. <bool>true</bool>
  82. </property>
  83. <property name="textInteractionFlags">
  84. <set>Qt::NoTextInteraction</set>
  85. </property>
  86. </widget>
  87. <widget class="QLabel" name="about_app_link">
  88. <property name="geometry">
  89. <rect>
  90. <x>230</x>
  91. <y>190</y>
  92. <width>391</width>
  93. <height>41</height>
  94. </rect>
  95. </property>
  96. <property name="font">
  97. <font>
  98. <pointsize>20</pointsize>
  99. </font>
  100. </property>
  101. <property name="text">
  102. <string>&lt;a href='https://wizardassistant.com'&gt;https://wizardassistant.com&lt;/a&gt;</string>
  103. </property>
  104. <property name="openExternalLinks">
  105. <bool>true</bool>
  106. </property>
  107. <property name="textInteractionFlags">
  108. <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  109. </property>
  110. </widget>
  111. <widget class="QWidget" name="about_license_version" native="true">
  112. <property name="geometry">
  113. <rect>
  114. <x>220</x>
  115. <y>60</y>
  116. <width>401</width>
  117. <height>131</height>
  118. </rect>
  119. </property>
  120. <property name="mouseTracking">
  121. <bool>true</bool>
  122. </property>
  123. <widget class="QLabel" name="about_version_label">
  124. <property name="geometry">
  125. <rect>
  126. <x>10</x>
  127. <y>10</y>
  128. <width>81</width>
  129. <height>23</height>
  130. </rect>
  131. </property>
  132. <property name="font">
  133. <font>
  134. <pointsize>15</pointsize>
  135. </font>
  136. </property>
  137. <property name="text">
  138. <string>Version:</string>
  139. </property>
  140. <property name="openExternalLinks">
  141. <bool>true</bool>
  142. </property>
  143. <property name="textInteractionFlags">
  144. <set>Qt::NoTextInteraction</set>
  145. </property>
  146. </widget>
  147. <widget class="QLabel" name="about_license_type_label">
  148. <property name="geometry">
  149. <rect>
  150. <x>10</x>
  151. <y>50</y>
  152. <width>71</width>
  153. <height>23</height>
  154. </rect>
  155. </property>
  156. <property name="font">
  157. <font>
  158. <pointsize>15</pointsize>
  159. </font>
  160. </property>
  161. <property name="text">
  162. <string>License:</string>
  163. </property>
  164. <property name="openExternalLinks">
  165. <bool>true</bool>
  166. </property>
  167. <property name="textInteractionFlags">
  168. <set>Qt::NoTextInteraction</set>
  169. </property>
  170. </widget>
  171. <widget class="QLabel" name="about_license_key_label">
  172. <property name="geometry">
  173. <rect>
  174. <x>10</x>
  175. <y>89</y>
  176. <width>111</width>
  177. <height>23</height>
  178. </rect>
  179. </property>
  180. <property name="font">
  181. <font>
  182. <pointsize>15</pointsize>
  183. </font>
  184. </property>
  185. <property name="text">
  186. <string>LicenseKey:</string>
  187. </property>
  188. <property name="openExternalLinks">
  189. <bool>true</bool>
  190. </property>
  191. <property name="textInteractionFlags">
  192. <set>Qt::NoTextInteraction</set>
  193. </property>
  194. </widget>
  195. <widget class="QLabel" name="about_version_value">
  196. <property name="geometry">
  197. <rect>
  198. <x>90</x>
  199. <y>10</y>
  200. <width>55</width>
  201. <height>23</height>
  202. </rect>
  203. </property>
  204. <property name="font">
  205. <font>
  206. <pointsize>15</pointsize>
  207. </font>
  208. </property>
  209. <property name="text">
  210. <string>1.0.29</string>
  211. </property>
  212. <property name="openExternalLinks">
  213. <bool>true</bool>
  214. </property>
  215. <property name="textInteractionFlags">
  216. <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  217. </property>
  218. </widget>
  219. <widget class="QLabel" name="about_license_type_value">
  220. <property name="geometry">
  221. <rect>
  222. <x>89</x>
  223. <y>50</y>
  224. <width>139</width>
  225. <height>23</height>
  226. </rect>
  227. </property>
  228. <property name="font">
  229. <font>
  230. <pointsize>15</pointsize>
  231. </font>
  232. </property>
  233. <property name="text">
  234. <string>Premium (Trial)</string>
  235. </property>
  236. <property name="openExternalLinks">
  237. <bool>true</bool>
  238. </property>
  239. <property name="textInteractionFlags">
  240. <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  241. </property>
  242. </widget>
  243. <widget class="QLabel" name="about_license_key_value">
  244. <property name="geometry">
  245. <rect>
  246. <x>120</x>
  247. <y>89</y>
  248. <width>281</width>
  249. <height>23</height>
  250. </rect>
  251. </property>
  252. <property name="font">
  253. <font>
  254. <pointsize>15</pointsize>
  255. </font>
  256. </property>
  257. <property name="text">
  258. <string>redacted</string>
  259. </property>
  260. <property name="openExternalLinks">
  261. <bool>true</bool>
  262. </property>
  263. <property name="textInteractionFlags">
  264. <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  265. </property>
  266. </widget>
  267. </widget>
  268. <widget class="QLabel" name="about_copyright_notice">
  269. <property name="geometry">
  270. <rect>
  271. <x>230</x>
  272. <y>320</y>
  273. <width>231</width>
  274. <height>20</height>
  275. </rect>
  276. </property>
  277. <property name="text">
  278. <string>Copyright 2020 Wizard Assistant Inc.</string>
  279. </property>
  280. <property name="textInteractionFlags">
  281. <set>Qt::NoTextInteraction</set>
  282. </property>
  283. </widget>
  284. <widget class="QWidget" name="about_app_logo_widget" native="true">
  285. <property name="geometry">
  286. <rect>
  287. <x>9</x>
  288. <y>30</y>
  289. <width>201</width>
  290. <height>201</height>
  291. </rect>
  292. </property>
  293. <layout class="QVBoxLayout" name="verticalLayout_3">
  294. <item>
  295. <widget class="QLabel" name="about_app_logo">
  296. <property name="text">
  297. <string/>
  298. </property>
  299. <property name="pixmap">
  300. <pixmap>../icons/chevron_logo.png</pixmap>
  301. </property>
  302. <property name="scaledContents">
  303. <bool>true</bool>
  304. </property>
  305. <property name="textInteractionFlags">
  306. <set>Qt::NoTextInteraction</set>
  307. </property>
  308. </widget>
  309. </item>
  310. </layout>
  311. </widget>
  312. </widget>
  313. </item>
  314. </layout>
  315. </widget>
  316. <resources/>
  317. <connections>
  318. <connection>
  319. <sender>buttonBox</sender>
  320. <signal>accepted()</signal>
  321. <receiver>About</receiver>
  322. <slot>accept()</slot>
  323. <hints>
  324. <hint type="sourcelabel">
  325. <x>248</x>
  326. <y>254</y>
  327. </hint>
  328. <hint type="destinationlabel">
  329. <x>157</x>
  330. <y>274</y>
  331. </hint>
  332. </hints>
  333. </connection>
  334. <connection>
  335. <sender>buttonBox</sender>
  336. <signal>rejected()</signal>
  337. <receiver>About</receiver>
  338. <slot>reject()</slot>
  339. <hints>
  340. <hint type="sourcelabel">
  341. <x>316</x>
  342. <y>260</y>
  343. </hint>
  344. <hint type="destinationlabel">
  345. <x>286</x>
  346. <y>274</y>
  347. </hint>
  348. </hints>
  349. </connection>
  350. </connections>
  351. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement