Hello, are there any ways to get current keyboard layout in Qt? Platform: Linux. Programming language: C++. Thanks.
+2
A:
This may be what you are looking for:
QLocale QApplication::keyboardInputLocale ()
Alan Haggai Alavi
2009-08-14 10:23:06
QApplication::keyboardInputLocale().name() always returns QLocale::C. why?
Ockonal
2009-08-14 11:55:41
Sorry, I am not sure of it.
Alan Haggai Alavi
2009-08-15 03:30:38