login.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>406</width>
  10. <height>287</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color: rgb(255, 255, 255);</string>
  18. </property>
  19. <widget class="QPushButton" name="pushButton">
  20. <property name="geometry">
  21. <rect>
  22. <x>100</x>
  23. <y>180</y>
  24. <width>271</width>
  25. <height>41</height>
  26. </rect>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 137, 27, 255), stop:1 rgba(255, 93, 1, 255));
  30. color: rgb(255, 255, 255);
  31. border-radius: 5px; border: 2px groove gray;
  32. border:0px;
  33. font: 75 14pt &quot;Adobe Arabic&quot;;</string>
  34. </property>
  35. <property name="text">
  36. <string>登录</string>
  37. </property>
  38. </widget>
  39. <widget class="QLineEdit" name="lineEdit">
  40. <property name="geometry">
  41. <rect>
  42. <x>100</x>
  43. <y>50</y>
  44. <width>271</width>
  45. <height>41</height>
  46. </rect>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="label_2">
  50. <property name="geometry">
  51. <rect>
  52. <x>20</x>
  53. <y>50</y>
  54. <width>71</width>
  55. <height>41</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>手机号:</string>
  60. </property>
  61. </widget>
  62. <widget class="QLabel" name="label_3">
  63. <property name="geometry">
  64. <rect>
  65. <x>20</x>
  66. <y>110</y>
  67. <width>71</width>
  68. <height>41</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>密码:</string>
  73. </property>
  74. </widget>
  75. <widget class="QLineEdit" name="lineEdit_2">
  76. <property name="geometry">
  77. <rect>
  78. <x>100</x>
  79. <y>110</y>
  80. <width>161</width>
  81. <height>41</height>
  82. </rect>
  83. </property>
  84. <property name="echoMode">
  85. <enum>QLineEdit::Password</enum>
  86. </property>
  87. </widget>
  88. <widget class="QLabel" name="label_4">
  89. <property name="geometry">
  90. <rect>
  91. <x>0</x>
  92. <y>250</y>
  93. <width>401</width>
  94. <height>31</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string/>
  99. </property>
  100. </widget>
  101. <widget class="QRadioButton" name="radioButton">
  102. <property name="geometry">
  103. <rect>
  104. <x>100</x>
  105. <y>10</y>
  106. <width>101</width>
  107. <height>41</height>
  108. </rect>
  109. </property>
  110. <property name="text">
  111. <string>短信验证码登录</string>
  112. </property>
  113. <property name="checked">
  114. <bool>true</bool>
  115. </property>
  116. </widget>
  117. <widget class="QRadioButton" name="radioButton_2">
  118. <property name="geometry">
  119. <rect>
  120. <x>200</x>
  121. <y>10</y>
  122. <width>101</width>
  123. <height>41</height>
  124. </rect>
  125. </property>
  126. <property name="text">
  127. <string>账号密码登录</string>
  128. </property>
  129. </widget>
  130. <widget class="QPushButton" name="pushButton_2">
  131. <property name="geometry">
  132. <rect>
  133. <x>260</x>
  134. <y>120</y>
  135. <width>111</width>
  136. <height>21</height>
  137. </rect>
  138. </property>
  139. <property name="styleSheet">
  140. <string notr="true">border-radius: 5px; border: 2px groove gray;
  141. border:0px;</string>
  142. </property>
  143. <property name="text">
  144. <string>获取验证码</string>
  145. </property>
  146. </widget>
  147. </widget>
  148. <resources/>
  149. <connections/>
  150. </ui>