dlg_userInfo.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogBase</class>
  4. <widget class="QDialog" name="DialogBase">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>322</width>
  13. <height>216</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Layman</string>
  18. </property>
  19. <widget class="QLabel" name="label">
  20. <property name="geometry">
  21. <rect>
  22. <x>40</x>
  23. <y>60</y>
  24. <width>111</width>
  25. <height>16</height>
  26. </rect>
  27. </property>
  28. <property name="text">
  29. <string>Layman username:</string>
  30. </property>
  31. </widget>
  32. <widget class="QLabel" name="label_2">
  33. <property name="geometry">
  34. <rect>
  35. <x>40</x>
  36. <y>100</y>
  37. <width>111</width>
  38. <height>16</height>
  39. </rect>
  40. </property>
  41. <property name="text">
  42. <string>Agrihub username:</string>
  43. </property>
  44. </widget>
  45. <widget class="QLabel" name="label_layman">
  46. <property name="geometry">
  47. <rect>
  48. <x>200</x>
  49. <y>60</y>
  50. <width>181</width>
  51. <height>16</height>
  52. </rect>
  53. </property>
  54. <property name="text">
  55. <string/>
  56. </property>
  57. </widget>
  58. <widget class="QLabel" name="label_agrihub">
  59. <property name="geometry">
  60. <rect>
  61. <x>200</x>
  62. <y>100</y>
  63. <width>191</width>
  64. <height>16</height>
  65. </rect>
  66. </property>
  67. <property name="text">
  68. <string/>
  69. </property>
  70. </widget>
  71. <widget class="QPushButton" name="pushButton_logout">
  72. <property name="geometry">
  73. <rect>
  74. <x>42</x>
  75. <y>140</y>
  76. <width>93</width>
  77. <height>28</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>Logout</string>
  82. </property>
  83. </widget>
  84. </widget>
  85. <resources/>
  86. <connections/>
  87. </ui>