chart_file.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. <property name="styleSheet">
  17. <string notr="true">background-color: rgb(238, 247, 255);</string>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <item row="1" column="3">
  21. <widget class="QPushButton" name="btn_clear">
  22. <property name="text">
  23. <string>清空窗口</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="0" column="1" rowspan="5" colspan="2">
  28. <layout class="QVBoxLayout" name="mainvertical">
  29. <property name="spacing">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <layout class="QVBoxLayout" name="behindvertical">
  34. <property name="spacing">
  35. <number>0</number>
  36. </property>
  37. <item>
  38. <widget class="QTableView" name="tableView"/>
  39. </item>
  40. </layout>
  41. </item>
  42. </layout>
  43. </item>
  44. <item row="0" column="3">
  45. <widget class="QGroupBox" name="groupBox">
  46. <property name="minimumSize">
  47. <size>
  48. <width>120</width>
  49. <height>0</height>
  50. </size>
  51. </property>
  52. <property name="maximumSize">
  53. <size>
  54. <width>120</width>
  55. <height>100</height>
  56. </size>
  57. </property>
  58. <property name="toolTipDuration">
  59. <number>-1</number>
  60. </property>
  61. <property name="layoutDirection">
  62. <enum>Qt::LeftToRight</enum>
  63. </property>
  64. <property name="title">
  65. <string>曲线</string>
  66. </property>
  67. <property name="flat">
  68. <bool>false</bool>
  69. </property>
  70. <layout class="QVBoxLayout" name="verticalLayout">
  71. <item>
  72. <widget class="QRadioButton" name="allRadioButton">
  73. <property name="text">
  74. <string>全选</string>
  75. </property>
  76. <property name="iconSize">
  77. <size>
  78. <width>16</width>
  79. <height>16</height>
  80. </size>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QRadioButton" name="invertRadioButton">
  86. <property name="text">
  87. <string>反转</string>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </widget>
  93. </item>
  94. <item row="0" column="0" rowspan="5">
  95. <widget class="QTreeView" name="tree_set">
  96. <property name="minimumSize">
  97. <size>
  98. <width>120</width>
  99. <height>0</height>
  100. </size>
  101. </property>
  102. <property name="maximumSize">
  103. <size>
  104. <width>120</width>
  105. <height>16777215</height>
  106. </size>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="2" column="3">
  111. <widget class="QPushButton" name="btn_one">
  112. <property name="text">
  113. <string>归一化</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="3" column="3">
  118. <widget class="QPushButton" name="btn_save">
  119. <property name="text">
  120. <string>保存</string>
  121. </property>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. <resources/>
  127. <connections/>
  128. </ui>