代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SelectSuspend</class>
<widget class="QWidget" name="SelectSuspend">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>541</width>
<height>459</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QTableWidget" name="suspendque">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>501</width>
<height>341</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QTableWidget
{
border: 1px solid #d0d0d0;
border-radius: 5px;
}
QHeaderView
{
border: none;
font: 9pt "微软雅黑";
}</string>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>120</number>
</attribute>
<column>
<property name="text">
<string>PID</string>
</property>
</column>
<column>
<property name="text">
<string>状态</string>
</property>
</column>
<column>
<property name="text">
<string>优先权级</string>
</property>
</column>
<column>
<property name="text">
<string>剩余时间</string>
</property>
</column>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>190</x>
<y>9</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt "微软雅黑";</string>
</property>
<property name="text">
<string>选择被挂起的进程</string>
</property>
</widget>
<widget class="QPushButton" name="yes">
<property name="geometry">
<rect>
<x>390</x>
<y>410</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background:#00b6fa;
color:white;
border:0px;
border-radius:3px;
font: 20px "微软雅黑";
}
QPushButton:hover{ background:#22aefa; }</string>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。