formnumbercheckuser.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormNumberCheckUser</class>
  4. <widget class="QWidget" name="FormNumberCheckUser">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>211</width>
  10. <height>237</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>用户名:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QLineEdit" name="lineEdit"/>
  28. </item>
  29. </layout>
  30. </item>
  31. <item>
  32. <layout class="QHBoxLayout" name="horizontalLayout_2">
  33. <item>
  34. <widget class="QLabel" name="label_2">
  35. <property name="text">
  36. <string>密 码:</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QLineEdit" name="lineEdit_2"/>
  42. </item>
  43. </layout>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout_3">
  47. <item>
  48. <widget class="QLabel" name="label_4">
  49. <property name="text">
  50. <string>验证码:</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QLineEdit" name="lineEdit_3"/>
  56. </item>
  57. <item>
  58. <widget class="QLabel" name="label_3">
  59. <property name="text">
  60. <string>TextLabel</string>
  61. </property>
  62. </widget>
  63. </item>
  64. </layout>
  65. </item>
  66. <item>
  67. <layout class="QHBoxLayout" name="horizontalLayout_4">
  68. <item>
  69. <spacer name="horizontalSpacer">
  70. <property name="orientation">
  71. <enum>Qt::Horizontal</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>40</width>
  76. <height>20</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. <item>
  82. <widget class="QPushButton" name="pushButtonBind">
  83. <property name="text">
  84. <string>账号绑定</string>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. <item>
  91. <spacer name="verticalSpacer">
  92. <property name="orientation">
  93. <enum>Qt::Vertical</enum>
  94. </property>
  95. <property name="sizeHint" stdset="0">
  96. <size>
  97. <width>20</width>
  98. <height>101</height>
  99. </size>
  100. </property>
  101. </spacer>
  102. </item>
  103. </layout>
  104. </widget>
  105. <resources/>
  106. <connections/>
  107. </ui>