Skip to content

India

A forum for members from India
199 Topics 1.0k Posts
  • Happy Diwali !!!

    3
    0 Votes
    3 Posts
    2k Views
    R

    Happy Diwali

  • Qt SDK not working

    6
    0 Votes
    6 Posts
    4k Views
    B

    I found that Qt Creator 2.6.0 doesn't run qmake for the windows installation. If you do this at the command-line and build from Qt Creator with the resulting Makefile you can then load the .exe file target when Qt Creator tries to run .exe.

    Once you have done this once, ie. the Makefile exists and .exe file setup in Qt Creator it works fine.

    I set the Windows user Environment variable $PATH to include C:\Qt\4.8.3\bin but not sure if that was necessary. The windows installation of Qt shouldn't have these problems.

  • Qt application on beagleboard xm

    12
    0 Votes
    12 Posts
    11k Views
    M

    am also facing same scenario when i deploy my Qt app into beaglexM board...
    Showing two mouse pointers one for Qt app & one for OS.
    Also after loading nd running my Qt App in my board, QT GUI is behaving with mouse clicks but at same time it is wiping out my OS GUI.
    Pls assist me ...

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Web Server Implementation

    8
    0 Votes
    8 Posts
    23k Views
    A

    Please Checkout this link very useful and easy...........
    and if u have any doubt plz let me know.....

    https://github.com/nikhilm/qhttpserver

  • Send an email

    6
    0 Votes
    6 Posts
    4k Views
    V

    I will try this and send to back the result

  • 0 Votes
    2 Posts
    19k Views
    joborJ

    Qt Designer is for designing Dialogs and Main Windows (.ui files).
    Qt Creator is a full IDE for developing your program.
    It comes with an integrated version of Qt Designer.

  • Qwt for Mobile

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • File handling using Qt for Mobiles

    2
    0 Votes
    2 Posts
    2k Views
    G

    Well, you should use QFile to write and read from phone, and there are some directorys and places when you cant write or read without correct capabilities.

  • 0 Votes
    8 Posts
    9k Views
    J

    Have you ever took a look at SVG file how it's written?
    It's an xml file.
    So one solution would be: read image by image as xml and save required data into a string.
    When you are finished gathering data, you only write generated string into an xml file.

    And a quick tutorial on svg "here":http://www.w3schools.com/svg/default.asp

    Regards,
    Jake

  • QML Collision detection

    5
    0 Votes
    5 Posts
    4k Views
    A

    Google translator ..!
    hez indian..we are from same college ..he knw no spanish..!
    LOL..!

    but nyway..for box 2d qml plugin u have to search ..!

  • [Closed] sorting a .srt file for vlc player

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Adding TreeView

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    2k Views
    T

    You should be able to get the local username using system specific APIs, but getting the password will be tricky: The OS does only keep the hash of it, not the actual value so that nobody can retrieve it.

    In Linux you could look into PAM (plugable authentication module): Those are triggered during log in (if the admin has configured them) and actually see the password.

  • Qt2.0...screen become transparent....help?

    3
    0 Votes
    3 Posts
    2k Views
    H

    Thanks for reply well my ....Qt ver...is 2.2.0 and i use it to develop arm11 programme. As i newbie to arm so, i read on net it is the only version supported by friendly arm so, i decided to stick with older version. if anybody sure to use latest one with friendlyarm i will use it too.

  • Is it possible to use AT Command in Qt SDK?

    2
    0 Votes
    2 Posts
    3k Views
    F

    You are talking about the AT commands that you can send through Bluetooth when connected though Serial Port Profile right?

    If that is the case you can take a look at this relevant post: http://www.developer.nokia.com/Community/Discussion/showthread.php?227891-Sending-AT-command-via-Bluetooth-connection

  • Do you do Qt development for mobile?

    9
    0 Votes
    9 Posts
    4k Views
    J

    Also are people making any serious applications using necessitas on Android ? I would be glad if there are because it is good for Qt to be on the biggest mobile platform.

  • 0 Votes
    2 Posts
    4k Views
    M

    Closing thread, as it is a duplicate of http://developer.qt.nokia.com/forums/viewthread/9437/

    Please don't double post.

  • [SOLVED] Help on QTabWidget

    13
    0 Votes
    13 Posts
    6k Views
    M

    Please be so kind to add [Solved] to the beginning of the thread title if you've got it working.

  • 0 Votes
    12 Posts
    5k Views
    D

    I was doing embedded and mobile for many years. But I head a dream. One day I would be able to deploy my application (for learning languages) to a handheld device so people can use it in public transport. I am working now on a mobile port. My dream will become true very soon.