Lines Matching refs:setText
70 ui->btnShift->setText(on?SHIFT_ON:SHIFT_OFF); in changeInputType()
75 button->setText(button->text().toUpper()); in changeInputType()
77 button->setText(button->text().toLower()); in changeInputType()
79 button->setText(on?"\"":"\'"); in changeInputType()
81 button->setText(on?"|":"\\"); in changeInputType()
83 button->setText(on?"<":","); in changeInputType()
85 button->setText(on?"_":"-"); in changeInputType()
87 button->setText(on?">":"."); in changeInputType()
89 button->setText(on?"+":"="); in changeInputType()
91 button->setText(on?":":";"); in changeInputType()
93 button->setText(on?"?":"/"); in changeInputType()
95 button->setText(on?"~":"`"); in changeInputType()
97 button->setText(on?"{":"["); in changeInputType()
99 button->setText(on?"}":"]"); in changeInputType()
101 button->setText(on?"!":"1"); in changeInputType()
103 button->setText(on?"@":"2"); in changeInputType()
105 button->setText(on?"#":"3"); in changeInputType()
107 button->setText(on?"$":"4"); in changeInputType()
109 button->setText(on?"%":"5"); in changeInputType()
111 button->setText(on?"^":"6"); in changeInputType()
113 button->setText(on?"&":"7"); in changeInputType()
115 button->setText(on?"*":"8"); in changeInputType()
117 button->setText(on?"(":"9"); in changeInputType()
119 button->setText(on?")":"0"); in changeInputType()