-
Notifications
You must be signed in to change notification settings - Fork 433
/
Copy pathtext2speech.rform
108 lines (107 loc) · 3.15 KB
/
text2speech.rform
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
# Start Form Designer File
aObjectsList = [
[ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [
:x = 20 , : y = 20 ,
:width = 949 , :height = 481 ,
:title = "Text To Speech" ,
:backcolor = "#00ff7f" ,
:windowflags = "" ,
:mainlayout = "" ,
:WindowIcon = "images/ttsicon.png" ,
:Menubar = "" ,
:IndexType = 0
]
],
[ :name = "LineEdit1" , :id = 2 , :classname = "formdesigner_qlineedit" , :data = [
:x = 87 , : y = 21 ,
:width = 717 , :height = 48 ,
:textcolor = "black" ,
:backcolor = "white" ,
:font = "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0,Regular" ,
:parent = "win" ,
:text = "",
:setTextChangedEvent = "",
:setcursorPositionChangedEvent = "",
:seteditingFinishedEvent = "",
:setreturnPressedEvent = "",
:setselectionChangedEvent = "",
:settextEditedEvent = ""
]
],
[ :name = "Button1" , :id = 3 , :classname = "formdesigner_qpushbutton" , :data = [
:x = 812 , : y = 21 ,
:width = 120 , :height = 48 ,
:textcolor = "black" ,
:backcolor = "" ,
:font = "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0,Regular" ,
:parent = "win" ,
:text = "Say",
:BtnImage = "",
:setClickEvent = "SayText"
]
],
[ :name = "Label1" , :id = 4 , :classname = "formdesigner_qlabel" , :data = [
:x = 24 , : y = 21 ,
:width = 57 , :height = 39 ,
:textcolor = "black" ,
:backcolor = "" ,
:font = "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0,Regular" ,
:parent = "win" ,
:text = "Text",
:textalign = 0
]
],
[ :name = "Label4" , :id = 5 , :classname = "formdesigner_qlabel" , :data = [
:x = 24 , : y = 82 ,
:width = 57 , :height = 39 ,
:textcolor = "black" ,
:backcolor = "" ,
:font = "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0,Regular" ,
:parent = "win" ,
:text = "Text",
:textalign = 0
]
],
[ :name = "TextEdit1" , :id = 6 , :classname = "formdesigner_qtextedit" , :data = [
:x = 87 , : y = 82 ,
:width = 717 , :height = 342 ,
:textcolor = "black" ,
:backcolor = "white" ,
:font = "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0,Regular" ,
:parent = "win" ,
:text = "",
:setcopyAvailableEvent = "",
:setcurrentCharFormatChangedEvent = "",
:setcursorPositionChangedEvent = "",
:setredoAvailableEvent = "",
:setselectionChangedEvent = "",
:settextChangedEvent = "",
:setundoAvailableEvent = ""
]
],
[ :name = "Button6" , :id = 7 , :classname = "formdesigner_qpushbutton" , :data = [
:x = 812 , : y = 82 ,
:width = 120 , :height = 48 ,
:textcolor = "black" ,
:backcolor = "" ,
:font = "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0,Regular" ,
:parent = "win" ,
:text = "Say",
:BtnImage = "",
:setClickEvent = "SayLongText"
]
],
[ :name = "Button7" , :id = 8 , :classname = "formdesigner_qpushbutton" , :data = [
:x = 812 , : y = 140 ,
:width = 120 , :height = 48 ,
:textcolor = "black" ,
:backcolor = "" ,
:font = "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0,Regular" ,
:parent = "win" ,
:text = "Close",
:BtnImage = "",
:setClickEvent = "CloseApp"
]
]
]
# End Form Designer File