1 Star 1 Fork 0

仓葵与暮/os-project-2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
selectsuspend.ui 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
仓葵与暮 提交于 2021-09-17 19:54 . 初始化
<?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 &quot;微软雅黑&quot;;
}</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 &quot;微软雅黑&quot;;</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 &quot;微软雅黑&quot;;
}
QPushButton:hover{ background:#22aefa; }</string>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fortherepublic-cpp/os-project-2.git
git@gitee.com:fortherepublic-cpp/os-project-2.git
fortherepublic-cpp
os-project-2
os-project-2
master

搜索帮助