Advertisement
Guest User

register.ui

a guest
Jul 19th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Register</class>
  4. <widget class="QDialog" name="Register">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>617</width>
  10. <height>218</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Register</string>
  15. </property>
  16. <widget class="QLabel" name="register_main_label">
  17. <property name="geometry">
  18. <rect>
  19. <x>150</x>
  20. <y>10</y>
  21. <width>281</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <pointsize>20</pointsize>
  28. </font>
  29. </property>
  30. <property name="text">
  31. <string>Register your license.</string>
  32. </property>
  33. </widget>
  34. <widget class="QLabel" name="register_directions">
  35. <property name="geometry">
  36. <rect>
  37. <x>20</x>
  38. <y>50</y>
  39. <width>581</width>
  40. <height>41</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>If you do not already have a license please visit the below link first for license options and signup.</string>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="shop_license_signup">
  48. <property name="geometry">
  49. <rect>
  50. <x>20</x>
  51. <y>90</y>
  52. <width>311</width>
  53. <height>31</height>
  54. </rect>
  55. </property>
  56. <property name="font">
  57. <font>
  58. <pointsize>15</pointsize>
  59. </font>
  60. </property>
  61. <property name="text">
  62. <string>&lt;a href=&quot;https://wizardassistant.com/shop/&quot;&gt;https://wizardassistant.com/shop/&lt;/a&gt; </string>
  63. </property>
  64. <property name="openExternalLinks">
  65. <bool>true</bool>
  66. </property>
  67. <property name="textInteractionFlags">
  68. <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
  69. </property>
  70. </widget>
  71. <widget class="QPushButton" name="register_license_pushButton">
  72. <property name="geometry">
  73. <rect>
  74. <x>500</x>
  75. <y>130</y>
  76. <width>80</width>
  77. <height>24</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>Register</string>
  82. </property>
  83. </widget>
  84. <widget class="QLabel" name="registration_response">
  85. <property name="geometry">
  86. <rect>
  87. <x>20</x>
  88. <y>180</y>
  89. <width>571</width>
  90. <height>20</height>
  91. </rect>
  92. </property>
  93. <property name="text">
  94. <string/>
  95. </property>
  96. </widget>
  97. <widget class="QWidget" name="layoutWidget">
  98. <property name="geometry">
  99. <rect>
  100. <x>20</x>
  101. <y>130</y>
  102. <width>471</width>
  103. <height>26</height>
  104. </rect>
  105. </property>
  106. <layout class="QHBoxLayout" name="horizontalLayout">
  107. <item>
  108. <widget class="QLabel" name="register_license_label">
  109. <property name="font">
  110. <font>
  111. <pointsize>15</pointsize>
  112. </font>
  113. </property>
  114. <property name="text">
  115. <string>Enter License Key:</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item>
  120. <widget class="QLineEdit" name="license_key_lineEdit"/>
  121. </item>
  122. </layout>
  123. </widget>
  124. </widget>
  125. <resources/>
  126. <connections>
  127. <connection>
  128. <sender>license_key_lineEdit</sender>
  129. <signal>textChanged(QString)</signal>
  130. <receiver>license_key_lineEdit</receiver>
  131. <slot>update()</slot>
  132. <hints>
  133. <hint type="sourcelabel">
  134. <x>340</x>
  135. <y>142</y>
  136. </hint>
  137. <hint type="destinationlabel">
  138. <x>340</x>
  139. <y>142</y>
  140. </hint>
  141. </hints>
  142. </connection>
  143. </connections>
  144. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement