You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.6 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1269</width>
  10. <height>787</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QWidget" name="gridLayoutWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>110</x>
  21. <y>40</y>
  22. <width>431</width>
  23. <height>61</height>
  24. </rect>
  25. </property>
  26. <layout class="QGridLayout" name="reg_table"/>
  27. </widget>
  28. <widget class="QPushButton" name="refresh_regs_button">
  29. <property name="geometry">
  30. <rect>
  31. <x>10</x>
  32. <y>40</y>
  33. <width>91</width>
  34. <height>31</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>刷新寄存器</string>
  39. </property>
  40. </widget>
  41. <widget class="QTextBrowser" name="logbrowser">
  42. <property name="geometry">
  43. <rect>
  44. <x>560</x>
  45. <y>40</y>
  46. <width>461</width>
  47. <height>351</height>
  48. </rect>
  49. </property>
  50. </widget>
  51. </widget>
  52. <widget class="QMenuBar" name="menubar">
  53. <property name="geometry">
  54. <rect>
  55. <x>0</x>
  56. <y>0</y>
  57. <width>1269</width>
  58. <height>23</height>
  59. </rect>
  60. </property>
  61. <widget class="QMenu" name="menu123">
  62. <property name="title">
  63. <string>123</string>
  64. </property>
  65. </widget>
  66. <addaction name="menu123"/>
  67. </widget>
  68. <widget class="QStatusBar" name="statusbar"/>
  69. </widget>
  70. <resources/>
  71. <connections/>
  72. </ui>