chart_file.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>chart_file</class>
  4. <widget class="QWidget" name="chart_file">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>882</width>
  10. <height>694</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="1" column="3">
  18. <widget class="QPushButton" name="pushButton">
  19. <property name="text">
  20. <string>清空窗口</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="0" column="1" rowspan="5" colspan="2">
  25. <layout class="QVBoxLayout" name="mainvertical">
  26. <property name="spacing">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <layout class="QVBoxLayout" name="behindvertical">
  31. <property name="spacing">
  32. <number>0</number>
  33. </property>
  34. <item>
  35. <widget class="QTableView" name="tableView"/>
  36. </item>
  37. </layout>
  38. </item>
  39. </layout>
  40. </item>
  41. <item row="0" column="3">
  42. <widget class="QGroupBox" name="groupBox">
  43. <property name="minimumSize">
  44. <size>
  45. <width>120</width>
  46. <height>0</height>
  47. </size>
  48. </property>
  49. <property name="maximumSize">
  50. <size>
  51. <width>120</width>
  52. <height>100</height>
  53. </size>
  54. </property>
  55. <property name="toolTipDuration">
  56. <number>-1</number>
  57. </property>
  58. <property name="layoutDirection">
  59. <enum>Qt::LeftToRight</enum>
  60. </property>
  61. <property name="title">
  62. <string>曲线</string>
  63. </property>
  64. <property name="flat">
  65. <bool>false</bool>
  66. </property>
  67. <layout class="QVBoxLayout" name="verticalLayout">
  68. <item>
  69. <widget class="QRadioButton" name="allRadioButton">
  70. <property name="text">
  71. <string>全选</string>
  72. </property>
  73. <property name="iconSize">
  74. <size>
  75. <width>16</width>
  76. <height>16</height>
  77. </size>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QRadioButton" name="invertRadioButton">
  83. <property name="text">
  84. <string>反转</string>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. </item>
  91. <item row="0" column="0" rowspan="5">
  92. <widget class="QTreeView" name="tree_set">
  93. <property name="minimumSize">
  94. <size>
  95. <width>120</width>
  96. <height>0</height>
  97. </size>
  98. </property>
  99. <property name="maximumSize">
  100. <size>
  101. <width>120</width>
  102. <height>16777215</height>
  103. </size>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="2" column="3">
  108. <widget class="QPushButton" name="pushButton_2">
  109. <property name="text">
  110. <string>归一化</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="3" column="3">
  115. <widget class="QPushButton" name="pushButton_3">
  116. <property name="text">
  117. <string>保存</string>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>