3 Star 19 Fork 3

juju / dde-sys-monitor-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aboutdialog.ui 3.78 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
juju 提交于 2022-09-02 23:16 . fix plugin cover problem
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>aboutDialog</class>
<widget class="QDialog" name="aboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>300</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>300</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>200</x>
<y>240</y>
<width>171</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>381</width>
<height>51</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>381</width>
<height>51</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 70 15pt &quot;Noto Sans CJK SC&quot;;</string>
</property>
<property name="text">
<string>deepin系统监视器(托盘插件)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>140</x>
<y>80</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>版本号:20220902</string>
</property>
</widget>
<widget class="QPushButton" name="giteePushButton">
<property name="geometry">
<rect>
<x>160</x>
<y>180</y>
<width>91</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>gitee主页</string>
</property>
</widget>
<widget class="QPushButton" name="githubPushButton">
<property name="geometry">
<rect>
<x>270</x>
<y>180</y>
<width>91</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>github主页</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>150</x>
<y>110</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>作者:孟诗远</string>
</property>
</widget>
<widget class="QPushButton" name="blogPushButton">
<property name="geometry">
<rect>
<x>50</x>
<y>180</y>
<width>91</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>个人博客</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>aboutDialog</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>aboutDialog</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>
C++
1
https://gitee.com/q77190858/dde-sys-monitor-plugin.git
git@gitee.com:q77190858/dde-sys-monitor-plugin.git
q77190858
dde-sys-monitor-plugin
dde-sys-monitor-plugin
master

搜索帮助