-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDeleteDictDialog.ui
104 lines (104 loc) · 2.7 KB
/
DeleteDictDialog.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
99
100
101
102
103
104
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DeleteDictDialog</class>
<widget class="QDialog" name="DeleteDictDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>283</width>
<height>231</height>
</rect>
</property>
<property name="windowTitle">
<string>删除词典</string>
</property>
<property name="windowIcon">
<iconset resource="rc.qrc">
<normaloff>:/new/prefix1/rc/Minus.ico</normaloff>:/new/prefix1/rc/Minus.ico</iconset>
</property>
<widget class="QTableWidget" name="DictTableWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>261</width>
<height>161</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
<widget class="QLabel" name="InfoLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>9</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>点击鼠标右键删除指定词典:</string>
</property>
</widget>
<widget class="QPushButton" name="AcceptButton">
<property name="geometry">
<rect>
<x>210</x>
<y>200</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<string>确定</string>
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/new/prefix1/rc/Ok (2).ico</normaloff>:/new/prefix1/rc/Ok (2).ico</iconset>
</property>
</widget>
<action name="action_Delete">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/new/prefix1/rc/Minus.ico</normaloff>:/new/prefix1/rc/Minus.ico</iconset>
</property>
<property name="text">
<string>删除</string>
</property>
<property name="toolTip">
<string>删除一个词典</string>
</property>
</action>
</widget>
<resources>
<include location="rc.qrc"/>
</resources>
<connections/>
</ui>