Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-17066-1466467
proj223-deepin-startup-management-plugin-2120
Commits
ad8b5414
Commit
ad8b5414
authored
2 years ago
by
Z
Browse files
Options
Download
Patches
Plain Diff
Upload New File
parent
c392d276
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aboutdialog.ui
+151
-0
aboutdialog.ui
with
151 additions
and
0 deletions
+151
-0
aboutdialog.ui
0 → 100644
+
151
−
0
View file @
ad8b5414
<?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
"
Noto Sans CJK SC
"
;
</string>
</property>
<property
name=
"text"
>
<string>
DDE 自启动管理插件
</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>
版本号:20230530
</string>
</property>
</widget>
<widget
class=
"QPushButton"
name=
"githubPushButton"
>
<property
name=
"geometry"
>
<rect>
<x>
150
</x>
<y>
170
</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>
110
</x>
<y>
110
</y>
<width>
191
</width>
<height>
31
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
作者:朱元依、沈扬、朱俊杰
</string>
</property>
</widget>
</widget>
<layoutdefault
spacing=
"6"
margin=
"11"
/>
<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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets