amroLogin22.ui 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>amroLogin</class>
  4. <widget class="QWidget" name="amroLogin">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>360</width>
  10. <height>140</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>360</width>
  16. <height>140</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>360</width>
  22. <height>140</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>登录AMRO</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="0" column="1">
  30. <widget class="QLineEdit" name="lineEditUsername"/>
  31. </item>
  32. <item row="0" column="0">
  33. <widget class="QLabel" name="label">
  34. <property name="text">
  35. <string>工号</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="1" column="1">
  40. <widget class="QLineEdit" name="lineEditPassword"/>
  41. </item>
  42. <item row="3" column="1">
  43. <widget class="QPushButton" name="pushButton">
  44. <property name="text">
  45. <string>登录</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="1" column="0">
  50. <widget class="QLabel" name="label_2">
  51. <property name="text">
  52. <string>AMRO cookie</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="2" column="1">
  57. <widget class="QLineEdit" name="lineEdit"/>
  58. </item>
  59. <item row="2" column="0">
  60. <widget class="QLabel" name="label_3">
  61. <property name="text">
  62. <string>飞机排班token</string>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </widget>
  68. <resources/>
  69. <connections/>
  70. </ui>