-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditremarkdialog.ui
98 lines (98 loc) · 2.46 KB
/
editremarkdialog.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditRemarkDialog</class>
<widget class="QDialog" name="EditRemarkDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>960</width>
<height>580</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>960</width>
<height>580</height>
</rect>
</property>
<widget class="QWidget" name="containerWidget" native="true">
<property name="geometry">
<rect>
<x>317</x>
<y>206</y>
<width>325</width>
<height>168</height>
</rect>
</property>
<widget class="QToolButton" name="okBtn">
<property name="geometry">
<rect>
<x>103</x>
<y>98</y>
<width>120</width>
<height>36</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{background-color:rgb(0,138,254);color:#ffffff;border:none;border-radius:3px;}
QToolButton:hover{background-color:rgb(10,148,254);}</string>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QLineEdit" name="remarkLineEdit">
<property name="geometry">
<rect>
<x>91</x>
<y>42</y>
<width>200</width>
<height>30</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>64</width>
<height>12</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<property name="text">
<string>备注名:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>