forked from goldendict/goldendict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chineseconversion.ui
66 lines (66 loc) · 1.97 KB
/
chineseconversion.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChineseConversion</class>
<widget class="QGroupBox" name="ChineseConversion">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>689</width>
<height>128</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Chinese Conversion</string>
</property>
<property name="toolTip">
<string>Enable conversion between simplified and traditional Chinese characters</string>
</property>
<property name="title">
<string>Chinese Con&version</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QCheckBox" name="enableSCToTWConversion">
<property name="toolTip">
<string>Enable conversion from simplified characters to traditional (Taiwan variant) characters</string>
</property>
<property name="text">
<string>SC to TC (Taiwan variant)</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="enableSCToHKConversion">
<property name="toolTip">
<string>Enable conversion from simplified characters to traditional (Hong Kong variant) characters</string>
</property>
<property name="text">
<string>SC to TC (Hong Kong variant)</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="enableTCToSCConversion">
<property name="toolTip">
<string>Enable conversion from traditional characters to simplified characters</string>
</property>
<property name="text">
<string>TC to SC</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>