Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. environment var
    Log in to post

    • UNSOLVED How to pass a string to a parent script?
      General and Desktop • script environment var • • 0...-5  

      7
      0
      Votes
      7
      Posts
      297
      Views

      Hi, If your output follows a known pattern then parse stdout to extract what you want.
    • UNSOLVED QT accessibility problem in i3 window manager
      General and Desktop • linux qlistview accessible environment var window manager • • payman  

      2
      0
      Votes
      2
      Posts
      1019
      Views

      @payman i have no experience with accessibility on Linux. But maybe the following helps you: Qt Accessibility is based on AT-SPI via DBus on Unix/X11 and is tested to be working on Gnome and KDE. Are you sure that i3wm even supports accessibility?
    • UNSOLVED Environment variables inside the main fuction
      General and Desktop • environment var • • veryqtperson  

      2
      0
      Votes
      2
      Posts
      585
      Views

      Hi, I think he's referring to when you have statically declared class instances, the constructors for them are run before your main() starts.
    • QtCreator and environment variable in INCLUDEPATH
      Tools • qtcreator includepath environment var • • achard.ju  

      10
      0
      Votes
      10
      Posts
      13188
      Views

      One alternative would be to create your own function that does that parsing and use it like: INCLUDEPATH += $ $parseEnvVariable(ENV_VAR) That way if you change the formatting of your environment variables you only have to update the code in one place.
    • QMake variables
      General and Desktop • windows qmake mingw environment var • • Michael Sumulong  

      8
      0
      Votes
      8
      Posts
      3477
      Views

      You could also try with system