dlg_userInfo.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>400</width>
  13. <height>300</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>
  72. <resources/>
  73. <connections/>
  74. </ui>