andmainwindow.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AndMainWindow</class>
  4. <widget class="QMainWindow" name="AndMainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>AndMainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="pushButton">
  18. <property name="geometry">
  19. <rect>
  20. <x>420</x>
  21. <y>60</y>
  22. <width>191</width>
  23. <height>71</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Send</string>
  28. </property>
  29. </widget>
  30. <widget class="QLineEdit" name="lineEdit_sendvalue">
  31. <property name="geometry">
  32. <rect>
  33. <x>100</x>
  34. <y>50</y>
  35. <width>261</width>
  36. <height>81</height>
  37. </rect>
  38. </property>
  39. </widget>
  40. <widget class="QLineEdit" name="lineEdit_recvvalue">
  41. <property name="geometry">
  42. <rect>
  43. <x>100</x>
  44. <y>210</y>
  45. <width>271</width>
  46. <height>91</height>
  47. </rect>
  48. </property>
  49. </widget>
  50. </widget>
  51. <widget class="QMenuBar" name="menubar">
  52. <property name="geometry">
  53. <rect>
  54. <x>0</x>
  55. <y>0</y>
  56. <width>800</width>
  57. <height>28</height>
  58. </rect>
  59. </property>
  60. </widget>
  61. <widget class="QStatusBar" name="statusbar"/>
  62. </widget>
  63. <resources/>
  64. <connections/>
  65. </ui>