-
Notifications
You must be signed in to change notification settings - Fork 3
/
AnsleDictConfigDialog.ui
185 lines (185 loc) · 4.31 KB
/
AnsleDictConfigDialog.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AnsleDictConfigDialog</class>
<widget class="QDialog" name="AnsleDictConfigDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>362</width>
<height>183</height>
</rect>
</property>
<property name="windowTitle">
<string>发音方式配置</string>
</property>
<property name="windowIcon">
<iconset resource="rc.qrc">
<normaloff>:/new/prefix2/rc/Gear.ico</normaloff>:/new/prefix2/rc/Gear.ico</iconset>
</property>
<widget class="QPushButton" name="ApplyButton">
<property name="geometry">
<rect>
<x>30</x>
<y>150</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>应用</string>
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/new/prefix2/rc/Ok (2).ico</normaloff>:/new/prefix2/rc/Ok (2).ico</iconset>
</property>
</widget>
<widget class="QGroupBox" name="VoiceGroupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>发音方式选择</string>
</property>
<widget class="QRadioButton" name="GoogleTTSRadioButton">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>GoogleTTS</string>
</property>
</widget>
<widget class="QRadioButton" name="ESpeakTTSRadioButton">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>89</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>eSpeakTTS</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="OtherRadioButton">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>89</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>第三方TTS</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="CancelButton">
<property name="geometry">
<rect>
<x>250</x>
<y>150</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/new/prefix2/rc/Cancel.ico</normaloff>:/new/prefix2/rc/Cancel.ico</iconset>
</property>
</widget>
<widget class="QGroupBox" name="OtherGroupBox">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>211</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>第三方TTS选项</string>
</property>
<widget class="QComboBox" name="TTSComboBox">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>191</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QSlider" name="RateHorizontalSlider">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>191</width>
<height>19</height>
</rect>
</property>
<property name="minimum">
<number>-10</number>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="pageStep">
<number>2</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="TTSLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>发音引擎选择</string>
</property>
</widget>
<widget class="QLabel" name="RateLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>71</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>发音速度设置</string>
</property>
</widget>
</widget>
</widget>
<resources>
<include location="rc.qrc"/>
</resources>
<connections/>
</ui>