Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. setting filepath for environment variable keyboard style
Forum Updated to NodeBB v4.3 + New Features

setting filepath for environment variable keyboard style

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 151 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Deedss
    wrote on last edited by
    #1

    Hello,

    I'm quite new to Qt and QML in general and i'm working on an app that uses the virtual keyboard.

    Via the documentation I've been able to use a custom style for the virtual keyboard plugin using the default path from QT_VIRTUALKEYBOARD_STYLE

    int main(int argc, char *argv[])
    {
    qputenv("QT_VIRTUALKEYBOARD_STYLE", QByteArray("customKeyboard"));
    qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));

    }

    now I want to add the custom style to my version control and adding it into my project itself. Anyone who knows how to set the style path to my own project resources?

    project.pro

    • resources.qrc

    Thank you in advance

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved