Skip to content

India

A forum for members from India
199 Topics 1.0k Posts
  • Welcome to Qt India Group and Forum

    Pinned
    41
    0 Votes
    41 Posts
    29k Views
    JKSHJ

    @mantra said in Welcome to Qt India Group and Forum:

    I wanted to know whether there are some alignment differences if i put <br/> in linux vs. windows?

    I don't understand: Where do you put <br/> ? In a HTML document? In a QLabel? Anyway, is best to create a new topic to ask a specific question.

  • Installation error

    Solved
    2
    0 Votes
    2 Posts
    33 Views
    jsulmJ

    @Alien_123 said in Installation error:

    How to correct it.

    You already posted the solution by yourself:
    "You can select a different mirror for opensource metadata and downloads. The mirror can be set from terminal using option --mirror."
    So, do exactly that. More details here: https://wiki.qt.io/Online_Installer_4.x

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • 0 Votes
    3 Posts
    415 Views
    sierdzioS

    Edit -> Preferences... -> Environment -> Theme.

  • Freelancer Part Time Web Graphic Designers

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    safnaS

    you can reach us with specs your a looking for if you need web graphics designers.

  • QT5 Cmake errors

    Unsolved
    2
    0 Votes
    2 Posts
    424 Views
    semlanikS

    It's hard to tell what went wrong from the input you gave. You may set the QT_DEBUG_PLUGINS environment variable to get the debug information. Don't hesitate to post it here, so we can continue the investigation.

  • Rabbitmq implementation using Qt

    Unsolved
    27
    0 Votes
    27 Posts
    6k Views
    jsulmJ

    @daisyvish You need to add this library to your app. See here for more details: https://doc.qt.io/qt-5/third-party-libraries.html

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • QT and JSON array

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    C

    Thank you @sierdzio and @JonB , your suggestions has helped me out .I had to find what are the string values to be sent through Qjsonarray and then iterate through them , followed by some string techniques to retain the order .Finally i was able to get the response's from the consumer !!!

  • This topic is deleted!

    Locked Unsolved
    2
    0 Votes
    2 Posts
    14 Views
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • The process "/usr/bin/make" exited with code 2.

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    jsulmJ

    @AntonioValentin said in The process "/usr/bin/make" exited with code 2.:

    ../agejet/rfid_worker.cpp:136:35: error: narrowing conversion of ‘250’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
    char init_bytes[] = {0xFA,0x12};

    250 is too big for char (which is signed). Use unsigned char.

    And, please, keep in mind that you're asking questions completely unrelated to Qt. Use Google to search for your compiler errors/warnings, read a book about C++...

  • How do I draw a simple line in Qt3D?

    Unsolved
    1
    0 Votes
    1 Posts
    801 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    aha_1980A

    Hi @SHUBHAM-SINGH-RAO,

    For USB flash drives, QStorageInfo might be the better solution.

    Regards

  • How to use on-board raspberry-pi bluetooth with qt creator?

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Bluetooth Adapter not found in Raspbian Jessie.

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @jsulm It was because of repetitive failure in feature upgradation in my Jessie image. I changed my image and installed bluez in new image

  • Error : Unable to open I2C device. Too many open files

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    SGaistS

    I'd say the code related to I2C.

    Do you have any other processes that are consuming files on your target ?

  • 0 Votes
    7 Posts
    2k Views
    S

    @sgaist thanks . I upgraded jessie to stretch, then to buster. The Qt Creator version remains same, which has sorted my problem

  • Qt Source code of Jessie Image not working in Buster Image?

    Unsolved
    2
    0 Votes
    2 Posts
    882 Views
    jsulmJ

    @shubham-singh-rao said in Qt Source code of Jessie Image not working in Buster Image?:

    Why its not running basic libraries of Qt in buster?

    Did you installed all needed parts of Qt on buster?
    Also, if you have copied the build directory delete it, run qmake and rebuild.

  • how to solve libts and libzs error?? please help

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    ruchi_benalR

    thanks a lot for your respond@Pradeep-Kumar
    i have solved that error .i.e. just by copying that libraries to my path
    /usr/local/Trolltech/QtEmbeddedQtEmbedded-4.8.6-arm/lib and build it successfully!!!!!