代码拉取完成,页面将自动刷新
同步操作将从 juju/dde-sys-monitor-plugin 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>pluginSettingDialog</class>
<widget class="QDialog" name="pluginSettingDialog">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>550</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>700</width>
<height>550</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>700</width>
<height>550</height>
</size>
</property>
<property name="windowTitle">
<string>系统监控插件设置</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>520</x>
<y>510</y>
<width>166</width>
<height>36</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>691</width>
<height>401</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_wordModeSettings">
<attribute name="title">
<string>文字模式设置</string>
</attribute>
<widget class="QGroupBox" name="displayContentSettingGroupBox">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>277</width>
<height>163</height>
</rect>
</property>
<property name="title">
<string>显示内容设置</string>
</property>
<widget class="QComboBox" name="displayContentComboBox">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>201</width>
<height>36</height>
</rect>
</property>
<item>
<property name="text">
<string>显示CPU、内存</string>
</property>
</item>
<item>
<property name="text">
<string>显示网速</string>
</property>
</item>
<item>
<property name="text">
<string>显示CP&U、内存和网速</string>
</property>
</item>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>315</y>
<width>175</width>
<height>38</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>字体颜色:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="fontColorComboBox">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="currentText">
<string>白色</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<item>
<property name="text">
<string>白色</string>
</property>
</item>
<item>
<property name="text">
<string>黑色</string>
</property>
</item>
<item>
<property name="text">
<string>跟随系统</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>13</width>
<height>35</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>225</y>
<width>228</width>
<height>40</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>高度:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="heightSpinBox">
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>10</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>28</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>270</y>
<width>256</width>
<height>40</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>字体大小:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="fontSizeSpinBox">
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>20</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>9</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QSpinBox" name="wordSpacingSpinBox">
<property name="geometry">
<rect>
<x>447</x>
<y>30</y>
<width>134</width>
<height>38</height>
</rect>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>4</number>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>371</x>
<y>30</y>
<width>71</width>
<height>38</height>
</rect>
</property>
<property name="text">
<string>控件间隔:</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_chartModeSettings">
<attribute name="title">
<string>图表模式设置</string>
</attribute>
<widget class="QTabWidget" name="tabWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>661</width>
<height>271</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>CPU图表</string>
</attribute>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>661</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string>CPU显示设置</string>
</property>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>91</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>工作颜色</string>
</property>
</widget>
<widget class="QWidget" name="cpuWorkWidget" native="true">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QPushButton" name="cpuWorkColorPushButton">
<property name="geometry">
<rect>
<x>200</x>
<y>40</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QPushButton" name="cpuBorderColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>100</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>320</x>
<y>110</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>边框颜色</string>
</property>
</widget>
<widget class="QSpinBox" name="cpuBorderRoundSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>100</y>
<width>161</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>%</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>99</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>30</number>
</property>
</widget>
<widget class="QLabel" name="label_20">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>边框圆角</string>
</property>
</widget>
<widget class="QWidget" name="cpuBorderWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>110</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QPushButton" name="cpuBackgroundColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>140</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>320</x>
<y>150</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>背景颜色</string>
</property>
</widget>
<widget class="QWidget" name="cpuBackgroundWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>150</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QSpinBox" name="cpuWidthSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>140</y>
<width>131</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>40</number>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>显示宽度</string>
</property>
</widget>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>显示高度</string>
</property>
</widget>
<widget class="QSpinBox" name="cpuHeightSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>180</y>
<width>131</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>28</number>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>内存图表</string>
</attribute>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>661</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string>内存显示设置</string>
</property>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>91</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>使用颜色</string>
</property>
</widget>
<widget class="QWidget" name="memUsedWidget" native="true">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QPushButton" name="memUsedColorPushButton">
<property name="geometry">
<rect>
<x>200</x>
<y>40</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QPushButton" name="memBorderColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>100</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_24">
<property name="geometry">
<rect>
<x>320</x>
<y>110</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>边框颜色</string>
</property>
</widget>
<widget class="QSpinBox" name="memBorderRoundSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>100</y>
<width>161</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>%</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>99</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>30</number>
</property>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>边框圆角</string>
</property>
</widget>
<widget class="QWidget" name="memBorderWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>110</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QPushButton" name="memBackgroundColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>140</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>320</x>
<y>150</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>背景颜色</string>
</property>
</widget>
<widget class="QWidget" name="memBackgroundWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>150</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QSpinBox" name="memWidthSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>140</y>
<width>131</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>40</number>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>显示宽度</string>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>显示高度</string>
</property>
</widget>
<widget class="QSpinBox" name="memHeightSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>180</y>
<width>131</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>28</number>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>网络图表</string>
</attribute>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>661</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string>网络显示设置</string>
</property>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>上传封顶流量值</string>
</property>
</widget>
<widget class="QSpinBox" name="netUpTopSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>161</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>KB</string>
</property>
<property name="minimum">
<number>100</number>
</property>
<property name="maximum">
<number>1024000</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>500</number>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>320</x>
<y>30</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>上传颜色</string>
</property>
</widget>
<widget class="QWidget" name="netUpWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QPushButton" name="netUpColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>20</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>下载封顶流量值</string>
</property>
</widget>
<widget class="QSpinBox" name="netDownTopSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>60</y>
<width>161</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>KB</string>
</property>
<property name="minimum">
<number>100</number>
</property>
<property name="maximum">
<number>1024000</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>500</number>
</property>
</widget>
<widget class="QPushButton" name="netDownColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>60</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>320</x>
<y>70</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>下载颜色</string>
</property>
</widget>
<widget class="QWidget" name="netDownWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>70</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QPushButton" name="netBorderColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>100</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>320</x>
<y>110</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>边框颜色</string>
</property>
</widget>
<widget class="QSpinBox" name="netBorderRoundSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>100</y>
<width>161</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>%</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>99</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>30</number>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>边框圆角</string>
</property>
</widget>
<widget class="QWidget" name="netBorderWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>110</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QPushButton" name="netBackgroundColorPushButton">
<property name="geometry">
<rect>
<x>480</x>
<y>140</y>
<width>71</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>选择颜色</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>320</x>
<y>150</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>背景颜色</string>
</property>
</widget>
<widget class="QWidget" name="netBackgroundWidget" native="true">
<property name="geometry">
<rect>
<x>400</x>
<y>150</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border:1px solid black;</string>
</property>
</widget>
<widget class="QSpinBox" name="netWidthSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>140</y>
<width>131</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>40</number>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>显示宽度</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>显示高度</string>
</property>
</widget>
<widget class="QSpinBox" name="netHeightSpinBox">
<property name="geometry">
<rect>
<x>130</x>
<y>180</y>
<width>131</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>28</number>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>301</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>显示图表</string>
</property>
<widget class="QCheckBox" name="netChartCheckBox">
<property name="geometry">
<rect>
<x>230</x>
<y>30</y>
<width>97</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>网络</string>
</property>
</widget>
<widget class="QCheckBox" name="cpuChartCheckBox">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>97</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>CPU</string>
</property>
</widget>
<widget class="QCheckBox" name="memChartCheckBox">
<property name="geometry">
<rect>
<x>120</x>
<y>30</y>
<width>97</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>内存</string>
</property>
</widget>
</widget>
<widget class="QSpinBox" name="chartSpacingSpinBox">
<property name="geometry">
<rect>
<x>490</x>
<y>30</y>
<width>134</width>
<height>38</height>
</rect>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="suffix">
<string>px</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>1</number>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>414</x>
<y>30</y>
<width>71</width>
<height>38</height>
</rect>
</property>
<property name="text">
<string>控件间隔:</string>
</property>
</widget>
</widget>
</widget>
<widget class="QCheckBox" name="chartModeCheckBox">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>121</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>使用图表模式 </string>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>410</x>
<y>40</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>更新间隔:</string>
</property>
</widget>
<widget class="QSpinBox" name="updateIntervalSpinBox">
<property name="geometry">
<rect>
<x>490</x>
<y>30</y>
<width>191</width>
<height>38</height>
</rect>
</property>
<property name="suffix">
<string>ms</string>
</property>
<property name="minimum">
<number>200</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>1000</number>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>91</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>气泡电池信息:</string>
</property>
</widget>
<widget class="QComboBox" name="batInfoComboBox">
<property name="geometry">
<rect>
<x>290</x>
<y>30</y>
<width>80</width>
<height>36</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="currentText">
<string>关闭</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<item>
<property name="text">
<string>关闭</string>
</property>
</item>
<item>
<property name="text">
<string>打开</string>
</property>
</item>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>pluginSettingDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>pluginSettingDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。