Did I install Qt incorrectly? Problems with Qt virtualKeyboard styles.
-
I am very confused. I am trying to follow this guide for customizing layouts. I can't seem to find some of these files. For instance: "You can find the built-in styles from the virtual keyboard sources directory src/virtualkeyboard/content/styles." this directory does not exist within my Qt folder. I have a commercial license, is it possible that I installed Qt incorrectly?
-
Virtual keyboard is an optional component, you can install it separately in the maintenance tool.
-
Virtual keyboard is an optional component, you can install it separately in the maintenance tool.
@VRonin I opened the maintenance tool and clicked add or remove components then hit next. Under Qt drop-down list it shows a check next to 5.12.3 and under that drop-down list it shows a check next to Qt Virtual Keyboard. So apparently I have already downloaded it.
I did not mention this in my original post but I am able to use the virtualKeyboard I just can't find any directory: src/virtualkeyboard/content/styles within my Qt folder.
-
Oh, the
src
folder actually points to the Qt source code, the location is here https://code.qt.io/cgit/qt/qtvirtualkeyboard.git/tree/src/virtualkeyboard/content/styles
The most convenient way to get it isgit clone git://code.qt.io/qt/qtvirtualkeyboard.git
-
Oh, the
src
folder actually points to the Qt source code, the location is here https://code.qt.io/cgit/qt/qtvirtualkeyboard.git/tree/src/virtualkeyboard/content/styles
The most convenient way to get it isgit clone git://code.qt.io/qt/qtvirtualkeyboard.git